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 39 GLESv2Context::GLESv2Context():GLEScontext(), m_att0Array(NULL), m_att0ArrayLength(0), m_att0NeedsDisable(false){};
66 if(count > m_att0ArrayLength)
70 m_att0ArrayLength = count;

Completed in 200 milliseconds