Home
last modified time | relevance | path

Searched refs:readFramebuffer (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer_backend.cpp24 PremultipliedImage RendererBackend::readFramebuffer(const Size& size) const { in readFramebuffer() function in mbgl::RendererBackend
26 return context->readFramebuffer<PremultipliedImage>(size); in readFramebuffer()
H A Drenderer_impl.cpp536 …auto image = parameters.context.readFramebuffer<AlphaImage, gl::TextureFormat::Stencil>(viewport.s… in render()
621 …auto image = parameters.context.readFramebuffer<AlphaImage, gl::TextureFormat::Depth>(viewport.siz… in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dcontext.hpp114 Image readFramebuffer(const Size size, bool flip = true) { in readFramebuffer() function in mbgl::gl::Context
117 return { size, readFramebuffer(size, format, flip) }; in readFramebuffer()
278 std::unique_ptr<uint8_t[]> readFramebuffer(Size, TextureFormat, bool flip);
H A Dcontext.cpp386 std::unique_ptr<uint8_t[]> Context::readFramebuffer(const Size size, const TextureFormat format, co… in readFramebuffer() function in mbgl::gl::Context
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/renderer/
H A Drenderer_backend.hpp58 PremultipliedImage readFramebuffer(const Size&) const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/gl/
H A Dheadless_backend.cpp82 return getContext().readFramebuffer<PremultipliedImage>(size); in readStillImage()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Doffscreen_texture.cpp44 return context.readFramebuffer<PremultipliedImage>(size); in readStillImage()