HomeSort by relevance Sort by last modified time
    Searched refs:m_nLocations (Results 1 - 2 of 2) sorted by null

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLClientState.h 80 int nLocations() { return m_nLocations; }
193 int m_nLocations;
199 bool validLocation(int location) { return (location >= 0 && location < m_nLocations); }
GLClientState.cpp 33 m_nLocations = nLocations;
34 m_states = new VertexAttribState[m_nLocations];
35 for (int i = 0; i < m_nLocations; i++) {

Completed in 122 milliseconds