Home
last modified time | relevance | path

Searched refs:VertexArray (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dvertex_array_extension.hpp10 class VertexArray { class
13 VertexArray(const Fn& loadExtension) in VertexArray() function in mbgl::gl::extension::VertexArray
H A Dvertex_array.hpp53 class VertexArray { class
55 VertexArray(UniqueVertexArrayState state_) in VertexArray() function in mbgl::gl::VertexArray
H A Dcontext.hpp34 class VertexArray;
56 VertexArray createVertexArray();
204 extension::VertexArray* getVertexArrayExtension() const { in getVertexArrayExtension()
216 std::unique_ptr<extension::VertexArray> vertexArray;
H A Dvertex_array.cpp8 void VertexArray::bind(Context& context, BufferID indexBuffer, const AttributeBindingArray& binding… in bind()
H A Dprogram.hpp122 VertexArray& vertexArray, in draw()
H A Dcontext.cpp129 vertexArray = std::make_unique<extension::VertexArray>(fn); in initializeExtensions()
355 VertexArray Context::createVertexArray() { in createVertexArray()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dsegment.hpp37 mutable std::map<std::string, gl::VertexArray> vertexArrays;