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.cpp 35 m_nLocations = CODEC_MAX_VERTEX_ATTRIBUTES;
38 m_max_vertex_attrib_bindings = m_nLocations;
206 VAOState(0, m_nLocations, std::max(m_nLocations, m_max_vertex_attrib_bindings))));
209 for (int i = 0; i < m_nLocations; i++) {
    [all...]
GLClientState.h 195 int nLocations() { return m_nLocations; }
467 int m_nLocations;

Completed in 51 milliseconds