Home
last modified time | relevance | path

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

/sdk/emulator/opengl/shared/OpenglCodecCommon/
DGLClientState.h84 GLuint currentIndexVbo() { return m_currentIndexVbo; } in currentIndexVbo()
102 m_currentIndexVbo = id; in bindBuffer()
118 ret = m_currentIndexVbo; in getBuffer()
183 GLuint m_currentIndexVbo; variable
DGLClientState.cpp39 m_currentIndexVbo = 0; in GLClientState()