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

Method disable

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

Source from the content-addressed store, hash-verified

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);
3080 public abstract void getFloatv(int value, FloatBuffer data);

Callers 12

endRenderMethod · 0.95
drawTexture2DMethod · 0.95
drawTextureRectMethod · 0.95
restoreGLMethod · 0.45
hintMethod · 0.45
noClipMethod · 0.45
drawTextureMethod · 0.45
drawPTextureMethod · 0.45
filterMethod · 0.45
beginOffscreenDrawMethod · 0.45
setGLSettingsMethod · 0.45
finishMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected