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

  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 145 m_texState = new textureUnitState[maxTexUnits];
149 m_texState[i][j].texture = 0;
150 m_texState[i][j].enabled = GL_FALSE;
161 m_texState(0) ,
188 delete[] m_texState;
189 m_texState = NULL;
592 if (m_texState[unit-GL_TEXTURE0][i].enabled)
662 *params = m_texState[m_activeTexture][TEXTURE_CUBE_MAP].texture;
666 *params = m_texState[m_activeTexture][TEXTURE_2D].texture;
712 return m_texState[m_activeTexture][pos].texture
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 206 textureUnitState* m_texState;

Completed in 39 milliseconds