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

  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.h 52 unsigned int m_att0ArrayLength;
GLESv2Context.cpp 42 GLESv2Context::GLESv2Context():GLEScontext(), m_att0Array(NULL), m_att0ArrayLength(0), m_att0NeedsDisable(false){};
69 if(count > m_att0ArrayLength)
73 m_att0ArrayLength = count;

Completed in 51 milliseconds