OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLBooleanProperty
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLBooleanProperty.java
21
public final class
GLBooleanProperty
extends GLAbstractAtomicProperty {
25
public
GLBooleanProperty
(GLStateType name, Boolean defaultValue) {
GLState.java
54
enabled = new
GLBooleanProperty
(GLStateType.VERTEX_ATTRIB_ARRAY_ENABLED, false);
58
normalized = new
GLBooleanProperty
(GLStateType.VERTEX_ATTRIB_ARRAY_NORMALIZED, false);
145
IGLProperty cullFace = new
GLBooleanProperty
(GLStateType.CULL_FACE, Boolean.FALSE);
152
IGLProperty polyOffsetFill = new
GLBooleanProperty
(GLStateType.POLYGON_OFFSET_FILL,
166
IGLProperty scissorTest = new
GLBooleanProperty
(GLStateType.SCISSOR_TEST, Boolean.FALSE);
174
IGLProperty stencilTest = new
GLBooleanProperty
(GLStateType.STENCIL_TEST, Boolean.FALSE);
204
IGLProperty depthTest = new
GLBooleanProperty
(GLStateType.DEPTH_TEST, Boolean.FALSE);
207
IGLProperty blendEnabled = new
GLBooleanProperty
(GLStateType.BLEND_ENABLED, Boolean.FALSE);
223
IGLProperty dither = new
GLBooleanProperty
(GLStateType.DITHER, Boolean.TRUE);
281
IGLProperty immutableFormat = new
GLBooleanProperty
(GLStateType.TEXTURE_IMMUTABLE_FORMAT
[
all
...]
Completed in 49 milliseconds