Home
last modified time | relevance | path

Searched defs:readFramebuffer (Results 1 – 3 of 3) 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
/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
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