Searched refs:nLocations (Results 1 – 3 of 3) sorted by relevance
44 GLDecoderContextData(int nLocations = CODEC_MAX_VERTEX_ATTRIBUTES) :45 m_nLocations(nLocations) in m_nLocations() argument
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