Home
last modified time | relevance | path

Searched refs:PROGRAM_STATE (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
DCurrentProgramPropertyAccessor.java38 GLStateType.PROGRAM_STATE, in CurrentProgramPropertyAccessor()
54 GLStateType.PROGRAM_STATE, in getProperty()
DStateTransformFactory.java1126 GLStateType.PROGRAM_STATE, in transformsForGlCreateProgram()
1138 GLStateType.PROGRAM_STATE, in transformsForGlUseProgram()
1151 GLStateType.PROGRAM_STATE, in transformsForGlAttachShader()
1166 GLStateType.PROGRAM_STATE, in transformsForGlDetachShader()
1208 GLStateType.PROGRAM_STATE, in transformsForGlGetActiveAttribOrUniform()
1215 GLStateType.PROGRAM_STATE, in transformsForGlGetActiveAttribOrUniform()
1224 GLStateType.PROGRAM_STATE, in transformsForGlGetActiveAttribOrUniform()
1233 GLStateType.PROGRAM_STATE, in transformsForGlGetActiveAttribOrUniform()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
DGLStateType.java147 PROGRAM_STATE("Program Object State"), enumConstant
DGLState.java359 return new GLCompositeProperty(GLStateType.PROGRAM_STATE, in createProgramState()