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

Method getBooleanv

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

Source from the content-addressed store, hash-verified

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);
3081 public abstract boolean isEnabled(int value);

Callers 2

getDepthTestMethod · 0.95
getDepthWriteMaskMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected