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 D | renderer_backend.cpp | 24 PremultipliedImage RendererBackend::readFramebuffer(const Size& size) const { in readFramebuffer() function in mbgl::RendererBackend 26 return context->readFramebuffer<PremultipliedImage>(size); in readFramebuffer()
|
| H A D | renderer_impl.cpp | 536 …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 D | context.hpp | 114 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 D | context.cpp | 386 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 D | renderer_backend.hpp | 58 PremultipliedImage readFramebuffer(const Size&) const;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/gl/ |
| H A D | headless_backend.cpp | 82 return getContext().readFramebuffer<PremultipliedImage>(size); in readStillImage()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | offscreen_texture.cpp | 44 return context.readFramebuffer<PremultipliedImage>(size); in readStillImage()
|