OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PER_TEXTURE_STATE
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
TextureImageDetailsProvider.java
98
* state is a child of {@link GLStateType#
PER_TEXTURE_STATE
}. Returns
133
* {@link GLStateType#
PER_TEXTURE_STATE
} or one of its immediate children, null otherwise.
136
if (state != null && state.getType() != GLStateType.
PER_TEXTURE_STATE
) {
140
if (state == null || state.getType() != GLStateType.
PER_TEXTURE_STATE
) {
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java
121
PER_TEXTURE_STATE
("Per Texture State"),
GLState.java
301
IGLProperty textureDefaultState = new GLCompositeProperty(GLStateType.
PER_TEXTURE_STATE
,
Completed in 33 milliseconds