Searched refs:getLocation (Results 1 – 3 of 3) sorted by relevance
305 int loc = ctx->m_state->getLocation(GL_TEXTURE_COORD_ARRAY); in s_glTexCoordPointer()313 int loc = ctx->m_state->getLocation(GL_MATRIX_INDEX_ARRAY_OES); in s_glMatrixIndexPointerOES()321 int loc = ctx->m_state->getLocation(GL_WEIGHT_ARRAY_OES); in s_glWeightPointerOES()329 int loc = ctx->m_state->getLocation(state); in s_glEnableClientState()337 int loc = ctx->m_state->getLocation(state); in s_glDisableClientState()345 int loc = ctx->m_state->getLocation(cap); in s_glIsEnabled()
90 int getLocation(GLenum loc);
132 int GLClientState::getLocation(GLenum loc) in getLocation() function in GLClientState