Home
last modified time | relevance | path

Searched refs:getContext (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer_backend.cpp13 gl::Context& RendererBackend::getContext() { in getContext() function in mbgl::RendererBackend
30 getContext().bindFramebuffer.setCurrentValue(fbo); in assumeFramebufferBinding()
32 assert(gl::value::BindFramebuffer::Get() == getContext().bindFramebuffer.getCurrentValue()); in assumeFramebufferBinding()
37 getContext().viewport.setCurrentValue({ x, y, size }); in assumeViewport()
38 assert(gl::value::Viewport::Get() == getContext().viewport.getCurrentValue()); in assumeViewport()
42 getContext().scissorTest.setCurrentValue(enabled); in assumeScissorTest()
43 assert(gl::value::ScissorTest::Get() == getContext().scissorTest.getCurrentValue()); in assumeScissorTest()
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()
[all …]
H A Drenderer_impl.cpp247 …staticData = std::make_unique<RenderStaticData>(backend.getContext(), pixelRatio, programCacheDir); in render()
251 backend.getContext(), in render()
775 backend.getContext().performCleanup(); in reduceMemoryUse()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/gl/
H A Dheadless_backend.cpp57 gl::Context& context_ = getContext(); in bind()
82 return getContext().readFramebuffer<PremultipliedImage>(size); in readStillImage()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/renderer/
H A Drenderer_backend.hpp27 gl::Context& getContext();