Home
last modified time | relevance | path

Searched refs:bindVertexArray (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.hpp14 : bindVertexArray( in VertexArray()
28 const ExtensionFunction<void(GLuint array)> bindVertexArray; member in mbgl::gl::extension::VertexArray
H A Dcontext.cpp262 bindVertexArray = 0; in createIndexBuffer()
271 bindVertexArray = 0; in updateIndexBuffer()
306 vertexArray->bindVertexArray && in supportsVertexArrays()
636 bindVertexArray.setDirty(); in setDirtyState()
786 if (bindVertexArray == id) { in performCleanup()
787 bindVertexArray.setDirty(); in performCleanup()
H A Dvertex_array.cpp9 context.bindVertexArray = state->vertexArray; in bind()
H A Dvalue.cpp346 if (vertexArray->bindVertexArray) { in Set()
347 MBGL_CHECK_ERROR(vertexArray->bindVertexArray(value)); in Set()
H A Dcontext.hpp230 State<value::BindVertexArray, const Context&> bindVertexArray { *this }; member in mbgl::gl::Context
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_custom_layer.cpp61 glContext.bindVertexArray = 0; in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer_impl.cpp639 parameters.context.bindVertexArray = 0; in render()