OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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];
206
textureUnitState
* m_texState;
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java
260
IGLProperty
textureUnitState
= new GLListProperty(GLStateType.TEXTURE_UNITS,
316
textureUnitState
,
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
144
m_texState = new
textureUnitState
[maxTexUnits];
Completed in 82 milliseconds