Searched refs:nLocations (Results 1 – 3 of 3) sorted by relevance
28 GLClientState::GLClientState(int nLocations) in GLClientState() argument30 if (nLocations < LAST_LOCATION) { in GLClientState()31 nLocations = LAST_LOCATION; in GLClientState()33 m_nLocations = nLocations; in GLClientState()
78 GLClientState(int nLocations = CODEC_MAX_VERTEX_ATTRIBUTES);80 int nLocations() { return m_nLocations; } in nLocations() function
479 for (int i = 0; i < m_state->nLocations(); i++) { in sendVertexAttributes()542 int nLocations = ctx->m_state->nLocations(); in s_glDrawArrays() local543 for (int i = 0; i < nLocations; i++) { in s_glDrawArrays()575 int nLocations = ctx->m_state->nLocations(); in s_glDrawElements() local577 for (int i = 0; i < nLocations; i++) { in s_glDrawElements()