OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textureUnitState
(Results
1 - 2
of
2
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h
23
typedef textureTargetState
textureUnitState
[NUM_TEXTURE_TARGETS];
185
textureUnitState
* m_texState;
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
125
m_texState = new
textureUnitState
[maxTexUnits];
Completed in 463 milliseconds