Home
last modified time | relevance | path

Searched refs:supportsVertexArrays (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dcontext.cpp148 if (!supportsVertexArrays()) { in initializeExtensions()
288 bool Context::supportsVertexArrays() const { in supportsVertexArrays() function in mbgl::gl::Context
356 if (supportsVertexArrays()) { in createVertexArray()
784 assert(supportsVertexArrays()); in performCleanup()
H A Dcontext.hpp283 bool supportsVertexArrays() const;