Searched refs:m_max_vertex_attrib_bindings (Results 1 – 2 of 2) sorted by relevance
51 m_max_vertex_attrib_bindings = m_nLocations; in init()228 VAOState(0, m_nLocations, std::max(m_nLocations, m_max_vertex_attrib_bindings)))); in addVertexArrayObject()2012 m_max_vertex_attrib_bindings = max_vertex_attrib_bindings; in initFromCaps()
484 int m_max_vertex_attrib_bindings; variable