Searched refs:m_nLocations (Results 1 – 3 of 3) sorted by relevance
45 m_nLocations(nLocations) in m_nLocations() function47 m_pointerData = new FixedBuffer[m_nLocations]; in m_nLocations()56 assert(loc < m_nLocations); in storePointerData()61 assert(loc < m_nLocations); in pointerData()66 int m_nLocations; variable
80 int nLocations() { return m_nLocations; } in nLocations()187 int m_nLocations; variable193 bool validLocation(int location) { return (location >= 0 && location < m_nLocations); } in validLocation()
33 m_nLocations = nLocations; in GLClientState()34 m_states = new VertexAttribState[m_nLocations]; in GLClientState()35 for (int i = 0; i < m_nLocations; i++) { in GLClientState()