Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer_backend.cpp30 getContext().bindFramebuffer.setCurrentValue(fbo); in assumeFramebufferBinding()
32 assert(gl::value::BindFramebuffer::Get() == getContext().bindFramebuffer.getCurrentValue()); in assumeFramebufferBinding()
47 return getContext().bindFramebuffer.getCurrentValue() == ImplicitFramebufferBinding; in implicitFramebufferBound()
51 getContext().bindFramebuffer = fbo; in setFramebufferBinding()
53 assert(gl::value::BindFramebuffer::Get() == getContext().bindFramebuffer.getCurrentValue()); in setFramebufferBinding()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dcontext.cpp474 bindFramebuffer = fbo; in createFramebuffer()
484 bindFramebuffer = fbo; in createFramebuffer()
498 bindFramebuffer = fbo; in createFramebuffer()
508 bindFramebuffer = fbo; in createFramebuffer()
522 bindFramebuffer = fbo; in createFramebuffer()
797 if (bindFramebuffer == id) { in performCleanup()
798 bindFramebuffer.setDirty(); in performCleanup()
H A Dcontext.hpp223 State<value::BindFramebuffer> bindFramebuffer; member in mbgl::gl::Context
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/gl/
H A Dheadless_backend.cpp63 context_.bindFramebuffer = view->framebuffer.framebuffer; in bind()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Doffscreen_texture.cpp35 context.bindFramebuffer = framebuffer->framebuffer; in bind()