Searched refs:vertexArrayHandle (Results 1 – 2 of 2) sorted by relevance
647 VertexArray *checkVertexArrayAllocation(VertexArrayID vertexArrayHandle);
1204 void Context::bindVertexArray(VertexArrayID vertexArrayHandle) in bindVertexArray() argument1206 VertexArray *vertexArray = checkVertexArrayAllocation(vertexArrayHandle); in bindVertexArray()2833 VertexArray *Context::checkVertexArrayAllocation(VertexArrayID vertexArrayHandle) in checkVertexArrayAllocation() argument2836 VertexArray *vertexArray = getVertexArray(vertexArrayHandle); in checkVertexArrayAllocation()2840 new VertexArray(mImplementation.get(), vertexArrayHandle, in checkVertexArrayAllocation()2844 mVertexArrayMap.assign(vertexArrayHandle, vertexArray); in checkVertexArrayAllocation()