Home
last modified time | relevance | path

Searched refs:m_nLocations (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp35 m_nLocations = CODEC_MAX_VERTEX_ATTRIBUTES; in init()
38 m_max_vertex_attrib_bindings = m_nLocations; in init()
206 VAOState(0, m_nLocations, std::max(m_nLocations, m_max_vertex_attrib_bindings)))); in addVertexArrayObject()
209 for (int i = 0; i < m_nLocations; i++) { in addVertexArrayObject()
DGLClientState.h195 int nLocations() { return m_nLocations; } in nLocations()
466 int m_nLocations; variable