Lines Matching full:loc
303 int loc = ctx->m_state->getLocation(GL_TEXTURE_COORD_ARRAY);
304 ctx->m_state->setState(loc, size, type, false, stride, data);
311 int loc = ctx->m_state->getLocation(GL_MATRIX_INDEX_ARRAY_OES);
312 ctx->m_state->setState(loc, size, type, false, stride, data);
319 int loc = ctx->m_state->getLocation(GL_WEIGHT_ARRAY_OES);
320 ctx->m_state->setState(loc, size, type, false, stride, data);
327 int loc = ctx->m_state->getLocation(state);
328 ctx->m_state->enable(loc, 1);
335 int loc = ctx->m_state->getLocation(state);
336 ctx->m_state->enable(loc, 0);
343 int loc = ctx->m_state->getLocation(cap);
344 const GLClientState::VertexAttribState *state = ctx->m_state->getState(loc);