Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/GLESv1_enc/
DGLEncoder.cpp568 if (ctx->m_state->currentIndexVbo() != 0) { in s_glDrawElements()
571 ctx->m_glBindBuffer_enc(self, GL_ELEMENT_ARRAY_BUFFER, ctx->m_state->currentIndexVbo()); in s_glDrawElements()
575 BufferData * buf = ctx->m_shared->getBufferData(ctx->m_state->currentIndexVbo()); in s_glDrawElements()
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DGLClientState.h84 GLuint currentIndexVbo() { return m_currentIndexVbo; } in currentIndexVbo() function
/device/generic/goldfish/opengl/system/GLESv2_enc/
DGL2Encoder.cpp598 if (ctx->m_state->currentIndexVbo() != 0) { in s_glDrawElements()
601 ctx->m_glBindBuffer_enc(self, GL_ELEMENT_ARRAY_BUFFER, ctx->m_state->currentIndexVbo()); in s_glDrawElements()
605 BufferData * buf = ctx->m_shared->getBufferData(ctx->m_state->currentIndexVbo()); in s_glDrawElements()