Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DGLClientState.h84 GLuint currentIndexVbo() { return m_currentIndexVbo; } in currentIndexVbo()
97 else if (m_currentIndexVbo == id) m_currentIndexVbo = 0; in unBindBuffer()
108 m_currentIndexVbo = id; in bindBuffer()
124 ret = m_currentIndexVbo; in getBuffer()
189 GLuint m_currentIndexVbo; variable
DGLClientState.cpp41 m_currentIndexVbo = 0; in GLClientState()