Home
last modified time | relevance | path

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/
DCurrentProgramPropertyAccessor.java55 GLStateType.PROGRAMS, in getProperty()
DStateTransformFactory.java1127 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/
DGLStateType.java149 PROGRAMS("Programs"), enumConstant
DGLState.java357 IGLProperty programs = new GLSparseArrayProperty(GLStateType.PROGRAMS, perProgramState); in createProgramState()