HomeSort by relevance Sort by last modified time
    Searched refs:currentIndexVbo (Results 1 - 4 of 4) sorted by null

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLClientState.h 84 GLuint currentIndexVbo() { return m_currentIndexVbo; }
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.h 84 GLuint currentIndexVbo() { return m_currentIndexVbo; }
  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.cpp 544 if (ctx->m_state->currentIndexVbo() != 0) {
547 ctx->m_glBindBuffer_enc(self, GL_ELEMENT_ARRAY_BUFFER, ctx->m_state->currentIndexVbo());
551 BufferData * buf = ctx->m_shared->getBufferData(ctx->m_state->currentIndexVbo());
    [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp 483 if (ctx->m_state->currentIndexVbo() != 0) {
486 ctx->m_glBindBuffer_enc(self, GL_ELEMENT_ARRAY_BUFFER, ctx->m_state->currentIndexVbo());
490 BufferData * buf = ctx->m_shared->getBufferData(ctx->m_state->currentIndexVbo());
    [all...]

Completed in 224 milliseconds