MCPcopy Index your code
hub / github.com/processing/processing / enable

Method enable

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

Source from the content-addressed store, hash-verified

3074 // State and State Requests
3075
3076 public abstract void enable(int value);
3077 public abstract void disable(int value);
3078 public abstract void getBooleanv(int value, IntBuffer data);
3079 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