Searched refs:VertexArray (Results 1 – 7 of 7) sorted by relevance
10 class VertexArray { class13 VertexArray(const Fn& loadExtension) in VertexArray() function in mbgl::gl::extension::VertexArray
53 class VertexArray { class55 VertexArray(UniqueVertexArrayState state_) in VertexArray() function in mbgl::gl::VertexArray
34 class VertexArray;56 VertexArray createVertexArray();204 extension::VertexArray* getVertexArrayExtension() const { in getVertexArrayExtension()216 std::unique_ptr<extension::VertexArray> vertexArray;
8 void VertexArray::bind(Context& context, BufferID indexBuffer, const AttributeBindingArray& binding… in bind()
122 VertexArray& vertexArray, in draw()
129 vertexArray = std::make_unique<extension::VertexArray>(fn); in initializeExtensions()355 VertexArray Context::createVertexArray() { in createVertexArray()
37 mutable std::map<std::string, gl::VertexArray> vertexArrays;