HomeSort by relevance Sort by last modified time
    Searched refs:textureUnitState (Results 1 - 3 of 3) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 39 typedef textureTargetState textureUnitState[NUM_TEXTURE_TARGETS];
203 textureUnitState* m_texState;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 258 IGLProperty textureUnitState = new GLListProperty(GLStateType.TEXTURE_UNITS,
283 textureUnitState,
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 142 m_texState = new textureUnitState[maxTexUnits];

Completed in 208 milliseconds