OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glState
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java
24
public class
GLState
{
31
private static
GLState
sGLState = new
GLState
();
374
GLCompositeProperty
glState
= new GLCompositeProperty(GLStateType.GL_STATE_ES2,
384
return
glState
;
388
GLCompositeProperty
glState
= new GLCompositeProperty(GLStateType.GL_STATE_ES1,
396
return
glState
;
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java
22
import com.android.ide.eclipse.gltrace.state.
GLState
;
[
all
...]
Completed in 115 milliseconds