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

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLClientState.h 80 int nLocations() { return m_nLocations; }
181 int m_nLocations;
187 bool validLocation(int location) { return (location >= 0 && location < m_nLocations); }
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.h 80 int nLocations() { return m_nLocations; }
181 int m_nLocations;
187 bool validLocation(int location) { return (location >= 0 && location < m_nLocations); }

Completed in 1560 milliseconds