Searched refs:vertexArrayHandle (Results 1 – 2 of 2) sorted by relevance
652 VertexArray *checkVertexArrayAllocation(VertexArrayID vertexArrayHandle);
1242 void Context::bindVertexArray(VertexArrayID vertexArrayHandle) in bindVertexArray() argument1244 VertexArray *vertexArray = checkVertexArrayAllocation(vertexArrayHandle); in bindVertexArray()2891 VertexArray *Context::checkVertexArrayAllocation(VertexArrayID vertexArrayHandle) in checkVertexArrayAllocation() argument2894 VertexArray *vertexArray = getVertexArray(vertexArrayHandle); in checkVertexArrayAllocation()2898 new VertexArray(mImplementation.get(), vertexArrayHandle, in checkVertexArrayAllocation()2902 mVertexArrayMap.assign(vertexArrayHandle, vertexArray); in checkVertexArrayAllocation()