Home
last modified time | relevance | path

Searched refs:Texture (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dcontext.hpp105 Framebuffer createFramebuffer(const Texture&,
107 Framebuffer createFramebuffer(const Texture&);
108 Framebuffer createFramebuffer(const Texture&,
130 Texture createTexture(const Image& image, in createTexture()
138 void updateTexture(Texture& obj, in updateTexture()
148 Texture createTexture(const Size size, in createTexture()
155 void bindTexture(Texture&,
H A Dtexture.hpp9 class Texture { class
11 Texture(Size size_, UniqueTexture texture_, in Texture() function in mbgl::gl::Texture
H A Dcontext.cpp492 Context::createFramebuffer(const Texture& color, in createFramebuffer()
506 Framebuffer Context::createFramebuffer(const Texture& color) { in createFramebuffer()
516 Context::createFramebuffer(const Texture& color, in createFramebuffer()
552 void Context::bindTexture(Texture& obj, in bindTexture()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Doffscreen_texture.cpp47 gl::Texture& getTexture() { in getTexture()
60 optional<gl::Texture> texture;
90 gl::Texture& OffscreenTexture::getTexture() { in getTexture()
H A Doffscreen_texture.hpp9 class Texture;
29 gl::Texture& getTexture();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dhillshade_bucket.hpp31 optional<gl::Texture> dem;
32 optional<gl::Texture> texture;
H A Draster_bucket.hpp28 optional<gl::Texture> texture;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile.hpp135 optional<gl::Texture> glyphAtlasTexture;
136 optional<gl::Texture> iconAtlasTexture;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dline_atlas.hpp50 mbgl::optional<gl::Texture> texture;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_heatmap_layer.hpp41 optional<gl::Texture> colorRampTexture;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dimage_manager.hpp87 mbgl::optional<gl::Texture> atlasTexture;
/OK3568_Linux_fs/buildroot/package/qt5/qt5base/
H A D0018-HACK-qpaintengine_raster-Support-rga-in-fillRect-wit.patch76 + } else if (data->type == QSpanData::Texture) {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/
H A Dmapbox.qdoc141 \li Texture cache size for map tiles.
H A Desri.qdoc132 …\li Texture cache size for map tiles. The default size of the cache is 6 MiB when \b bytesize is t…
H A Dnokia.qdoc133 …\li Texture cache size for map tiles. The default size of the cache is 6 MiB when \b bytesize is t…
H A Dosm.qdoc120 …\li Texture cache size for map tiles. The default size of the cache is 6 MiB when \b bytesize is t…
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/mesa/mesa-demos/
H A D0001-mesa-demos-Add-missing-data-files.patch81 +// Texture mapping/modulation added by Brian Paul
/OK3568_Linux_fs/buildroot/package/lvgl/lvgl/
H A D0005-lvgl-Add-lv_conf.h.patch230 + /*Texture cache size, 8MB by default*/
/OK3568_Linux_fs/external/xserver/
H A DChangeLog16490 Texture creation in _glamor_create_tex() can fail if a GL_OUT_OF_MEMORY
86812 glamor: GLES2 doesn't support glEnable/Disable Texture 2D.