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/ |
D | CurrentProgramPropertyAccessor.java | 38 GLStateType.PROGRAM_STATE, in CurrentProgramPropertyAccessor() 54 GLStateType.PROGRAM_STATE, in getProperty()
|
D | StateTransformFactory.java | 1126 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/ |
D | GLStateType.java | 147 PROGRAM_STATE("Program Object State"), enumConstant
|
D | GLState.java | 359 return new GLCompositeProperty(GLStateType.PROGRAM_STATE, in createProgramState()
|