Searched refs:vertexArrayObject (Results 1 – 3 of 3) sorted by relevance
2595 …VertexArray *vertexArrayObject = (m_vertexArrayBinding) ? (m_vertexArrayBinding) : (&m_clientVerte… in setBufferBinding() local2612 bindingPoint = &vertexArrayObject->m_elementArrayBufferBinding; in setBufferBinding()2645 …const VertexArray *vertexArrayObject = (m_vertexArrayBinding) ? (m_vertexArrayBinding) : (&m_clien… in getBufferBinding() local2658 return vertexArrayObject->m_elementArrayBufferBinding; in getBufferBinding()3821 rc::VertexArray *vertexArrayObject = DE_NULL; in bindVertexArray() local3825 vertexArrayObject = m_vertexArrays.find(array); in bindVertexArray()3826 if (!vertexArrayObject) in bindVertexArray()3828 vertexArrayObject = new rc::VertexArray(array, m_limits.maxVertexAttribs); in bindVertexArray()3829 m_vertexArrays.insert(vertexArrayObject); in bindVertexArray()3834 if (vertexArrayObject) in bindVertexArray()[all …]
2248 GLuint vertexArrayObject = 0; in test() local2249 gl.glGenVertexArrays(1, &vertexArrayObject); in test()2252 gl.glBindVertexArray(vertexArrayObject); in test()2253 verifyStateInteger(result, gl, GL_VERTEX_ARRAY_BINDING, vertexArrayObject, m_type); in test()2255 gl.glDeleteVertexArrays(1, &vertexArrayObject); in test()
7801 VertexArray *vertexArrayObject = nullptr; in deleteVertexArrays() local7802 if (mVertexArrayMap.erase(vertexArray, &vertexArrayObject)) in deleteVertexArrays()7804 if (vertexArrayObject != nullptr) in deleteVertexArrays()7807 vertexArrayObject->onDestroy(this); in deleteVertexArrays()