Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLEScontext.h39 typedef textureTargetState textureUnitState[NUM_TEXTURE_TARGETS]; typedef
206 textureUnitState* m_texState;
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
DGLState.java261 IGLProperty textureUnitState = new GLListProperty(GLStateType.TEXTURE_UNITS, in createTextureState() local
317 textureUnitState, in createTextureState()
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLEScontext.cpp145 m_texState = new textureUnitState[maxTexUnits]; in init()