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

  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 31 m_texCoords = new GLESpointer[s_glSupport.maxTexUnits];
32 m_map[GL_TEXTURE_COORD_ARRAY] = &m_texCoords[m_clientActiveTexture];
42 GLEScmContext::GLEScmContext():GLEScontext(),m_texCoords(NULL),m_pointsIndex(-1), m_clientActiveTexture(0) {
57 m_map[GL_TEXTURE_COORD_ARRAY] = &m_texCoords[m_clientActiveTexture];
61 if(m_texCoords){
62 delete[] m_texCoords;
63 m_texCoords = NULL;
GLEScmContext.h 63 GLESpointer* m_texCoords;

Completed in 32 milliseconds