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

  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 45 GLEScmContext::GLEScmContext():GLEScontext(),m_texCoords(NULL),m_pointsIndex(-1), m_clientActiveTexture(0) {
89 m_pointsIndex = index;
111 m_pointsIndex = -1;
152 if(m_pointsIndex >= 0) { //point size array was converted
153 pointsArr = (const char*)(cArrs[m_pointsIndex].data);
154 stride = cArrs[m_pointsIndex].stride;
GLEScmContext.h 64 int m_pointsIndex;

Completed in 179 milliseconds