MCPcopy Index your code
hub / github.com/benfry/processing4 / enable

Method enable

core/src/processing/opengl/PGL.java:3133–3133  ·  view source on GitHub ↗
(int value)

Source from the content-addressed store, hash-verified

3131 // State and State Requests
3132
3133 public abstract void enable(int value);
3134 public abstract void disable(int value);
3135 public abstract void getBooleanv(int value, IntBuffer data);
3136 public abstract void getIntegerv(int value, IntBuffer data);

Callers 15

drawTexture2DMethod · 0.95
drawTextureRectMethod · 0.95
restoreGLMethod · 0.45
hintMethod · 0.45
clipImplMethod · 0.45
drawTextureMethod · 0.45
drawPTextureMethod · 0.45
filterMethod · 0.45
blendModeImplMethod · 0.45
beginOffscreenDrawMethod · 0.45
setGLSettingsMethod · 0.45
finishMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected