Home
last modified time | relevance | path

Searched refs:activeTexture (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
DTextureUnitPropertyAccessor.java49 Integer activeTexture = (Integer) activeTextureProperty.getValue(); in getProperty() local
55 activeTexture, in getProperty()
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmContext.cpp120 unsigned int activeTexture = m_clientActiveTexture + GL_TEXTURE0; in setupArraysPointers() local
139 setClientActiveTexture(activeTexture); in setupArraysPointers()
140 s_glDispatch.glClientActiveTexture(activeTexture); in setupArraysPointers()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
DGLState.java249 IGLProperty activeTexture = new GLIntegerProperty(GLStateType.ACTIVE_TEXTURE_UNIT, in createTextureState() local
292 activeTexture, in createTextureState()