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

  /device/generic/goldfish-opengl/system/GLESv1_enc/
GLEncoder.cpp 566 if (ctx->m_state->currentIndexVbo() != 0) {
569 ctx->m_glBindBuffer_enc(self, GL_ELEMENT_ARRAY_BUFFER, ctx->m_state->currentIndexVbo());
574 BufferData * buf = ctx->m_shared->getBufferData(ctx->m_state->currentIndexVbo());
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GL2Encoder.cpp     [all...]
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.h 204 GLuint currentIndexVbo() { return m_currVaoState.iboId(); }

Completed in 51 milliseconds