Searched refs:PROGRAMS (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 | 55 GLStateType.PROGRAMS, in getProperty()
|
D | StateTransformFactory.java | 1127 GLStateType.PROGRAMS), in transformsForGlCreateProgram() 1152 GLStateType.PROGRAMS, in transformsForGlAttachShader() 1167 GLStateType.PROGRAMS, in transformsForGlDetachShader() 1209 GLStateType.PROGRAMS, in transformsForGlGetActiveAttribOrUniform() 1216 GLStateType.PROGRAMS, in transformsForGlGetActiveAttribOrUniform() 1225 GLStateType.PROGRAMS, in transformsForGlGetActiveAttribOrUniform() 1234 GLStateType.PROGRAMS, in transformsForGlGetActiveAttribOrUniform()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
D | GLStateType.java | 149 PROGRAMS("Programs"), enumConstant
|
D | GLState.java | 357 IGLProperty programs = new GLSparseArrayProperty(GLStateType.PROGRAMS, perProgramState); in createProgramState()
|