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

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLClientState.h 83 GLuint currentArrayVbo() { return m_currentArrayVbo; }
99 m_currentArrayVbo = id;
115 ret = m_currentArrayVbo;
182 GLuint m_currentArrayVbo;
GLClientState.cpp 39 m_currentArrayVbo = 0;
93 m_states[location].bufferObject = m_currentArrayVbo;
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.h 83 GLuint currentArrayVbo() { return m_currentArrayVbo; }
99 m_currentArrayVbo = id;
115 ret = m_currentArrayVbo;
182 GLuint m_currentArrayVbo;
GLClientState.cpp 39 m_currentArrayVbo = 0;
93 m_states[location].bufferObject = m_currentArrayVbo;

Completed in 76 milliseconds