Searched refs:VAOState (Results 1 – 3 of 3) sorted by relevance
148 struct VAOState { struct149 VAOState(GLuint ibo, int nLoc, int nBindings) : in VAOState() function162 typedef std::map<GLuint, VAOState> VAOStateMap; argument167 VAOState& vaoState() { return it->second; } in vaoState()229 VAOState& currentVaoState();
228 VAOState(0, m_nLocations, std::max(m_nLocations, m_max_vertex_attrib_bindings)))); in addVertexArrayObject()363 VAOState& vaoState = m_currVaoState.vaoState(); in updateEnableDirtyArrayForDraw()376 GLClientState::VAOState& GLClientState::currentVaoState() { in currentVaoState()
1203 const GLClientState::VAOState& vaoState = m_state->currentVaoState(); in sendVertexAttributes()