Home
last modified time | relevance | path

Searched refs:m_currentArrayVbo (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DGLClientState.h83 GLuint currentArrayVbo() { return m_currentArrayVbo; } in currentArrayVbo()
96 if (m_currentArrayVbo == id) m_currentArrayVbo = 0; in unBindBuffer()
105 m_currentArrayVbo = id; in bindBuffer()
121 ret = m_currentArrayVbo; in getBuffer()
188 GLuint m_currentArrayVbo; variable
DGLClientState.cpp40 m_currentArrayVbo = 0; in GLClientState()
94 m_states[location].bufferObject = m_currentArrayVbo; in setState()