Searched refs:getLocation (Results 1 – 3 of 3) sorted by relevance
310 int loc = ctx->m_state->getLocation(GL_TEXTURE_COORD_ARRAY); in s_glTexCoordPointer()318 int loc = ctx->m_state->getLocation(GL_MATRIX_INDEX_ARRAY_OES); in s_glMatrixIndexPointerOES()326 int loc = ctx->m_state->getLocation(GL_WEIGHT_ARRAY_OES); in s_glWeightPointerOES()334 int loc = ctx->m_state->getLocation(state); in s_glEnableClientState()342 int loc = ctx->m_state->getLocation(state); in s_glDisableClientState()350 int loc = ctx->m_state->getLocation(cap); in s_glIsEnabled()
230 int getLocation(GLenum loc);
380 int GLClientState::getLocation(GLenum loc) in getLocation() function in GLClientState