Lines Matching refs:currentIndexVbo
1375 if (ctx->m_state->currentIndexVbo() != 0) { in s_glDrawElements()
1376 buf = ctx->m_shared->getBufferData(ctx->m_state->currentIndexVbo()); in s_glDrawElements()
1400 if (ctx->m_state->currentIndexVbo() != 0) { in s_glDrawElements()
1402 ctx->doBindBufferEncodeCached(GL_ELEMENT_ARRAY_BUFFER, ctx->m_state->currentIndexVbo()); in s_glDrawElements()
1487 if (ctx->m_state->currentIndexVbo() != 0) { in s_glDrawElementsNullAEMU()
1491 buf = ctx->m_shared->getBufferData(ctx->m_state->currentIndexVbo()); in s_glDrawElementsNullAEMU()
1516 if (ctx->m_state->currentIndexVbo() != 0) { in s_glDrawElementsNullAEMU()
1518 ctx->doBindBufferEncodeCached(GL_ELEMENT_ARRAY_BUFFER, ctx->m_state->currentIndexVbo()); in s_glDrawElementsNullAEMU()
4183 if (ctx->m_state->currentIndexVbo() != 0) { in s_glDrawElementsInstanced()
4184 buf = ctx->m_shared->getBufferData(ctx->m_state->currentIndexVbo()); in s_glDrawElementsInstanced()
4208 if (ctx->m_state->currentIndexVbo() != 0) { in s_glDrawElementsInstanced()
4211 ctx->doBindBufferEncodeCached(GL_ELEMENT_ARRAY_BUFFER, ctx->m_state->currentIndexVbo()); in s_glDrawElementsInstanced()
4274 if (ctx->m_state->currentIndexVbo() != 0) { in s_glDrawRangeElements()
4275 buf = ctx->m_shared->getBufferData(ctx->m_state->currentIndexVbo()); in s_glDrawRangeElements()
4305 if (ctx->m_state->currentIndexVbo() != 0) { in s_glDrawRangeElements()
4308 ctx->doBindBufferEncodeCached(GL_ELEMENT_ARRAY_BUFFER, ctx->m_state->currentIndexVbo()); in s_glDrawRangeElements()