Home
last modified time | relevance | path

Searched refs:createVertexArray (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dcollision_box_program.hpp86 … vertexArrayIt = segment.vertexArrays.emplace(layerID, context.createVertexArray()).first; in draw()
163 … vertexArrayIt = segment.vertexArrays.emplace(layerID, context.createVertexArray()).first; in draw()
H A Dprogram.hpp85 … vertexArrayIt = segment.vertexArrays.emplace(layerID, context.createVertexArray()).first; in draw()
H A Dsymbol_program.hpp323 … vertexArrayIt = segment.vertexArrays.emplace(layerID, context.createVertexArray()).first; in draw()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dcontext.hpp56 VertexArray createVertexArray();
H A Dcontext.cpp355 VertexArray Context::createVertexArray() { in createVertexArray() function in mbgl::gl::Context