OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextureUnit
(Results
1 - 2
of
2
) sorted by null
/development/tools/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.h
194
struct
TextureUnit
{
203
TextureUnit
unit[MAX_TEXTURE_UNITS];
204
TextureUnit
* activeUnit;
GLClientState.cpp
405
for (
TextureUnit
* unit = m_tex.unit;
Completed in 57 milliseconds