Home
last modified time | relevance | path

Searched refs:currentArrayVbo (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DGLClientState.h83 GLuint currentArrayVbo() { return m_currentArrayVbo; } in currentArrayVbo() function
/device/generic/goldfish/opengl/system/GLESv1_enc/
DGLEncoder.cpp504 this->m_glBindBuffer_enc(this, GL_ARRAY_BUFFER, m_state->currentArrayVbo()); in sendVertexData()
/device/generic/goldfish/opengl/system/GLESv2_enc/
DGL2Encoder.cpp507 this->m_glBindBuffer_enc(this, GL_ARRAY_BUFFER, m_state->currentArrayVbo()); in sendVertexAttributes()