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

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLClientState.h 83 GLuint currentArrayVbo() { return m_currentArrayVbo; }
100 if (m_currentArrayVbo == id) m_currentArrayVbo = 0;
109 m_currentArrayVbo = id;
125 ret = m_currentArrayVbo;
194 GLuint m_currentArrayVbo;
GLClientState.cpp 40 m_currentArrayVbo = 0;
96 m_states[location].bufferObject = m_currentArrayVbo;

Completed in 293 milliseconds