Home
last modified time | relevance | path

Searched refs:RGBA (Results 1 – 25 of 40) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dcontext.hpp95 static_assert(type == RenderbufferType::RGBA || in createRenderbuffer()
102 Framebuffer createFramebuffer(const Renderbuffer<RenderbufferType::RGBA>&,
104 Framebuffer createFramebuffer(const Renderbuffer<RenderbufferType::RGBA>&);
112 TextureFormat format = Image::channels == 4 ? TextureFormat::RGBA
115 static_assert(Image::channels == (format == TextureFormat::RGBA ? 4 : 1), in readFramebuffer()
123 auto format = image.channels == 4 ? TextureFormat::RGBA : TextureFormat::Alpha; in drawPixels()
133 auto format = image.channels == 4 ? TextureFormat::RGBA : TextureFormat::Alpha; in createTexture()
142 auto format = image.channels == 4 ? TextureFormat::RGBA : TextureFormat::Alpha; in updateTexture()
149 TextureFormat format = TextureFormat::RGBA, in createTexture()
H A Dtypes.hpp46 RGBA = 0x8058, enumerator
59 RGBA = 0x1908, enumerator
H A Dcontext.cpp27 static_assert(underlying_type(RenderbufferType::RGBA) == GL_RGBA8, "OpenGL type mismatch");
29 static_assert(underlying_type(RenderbufferType::RGBA) == GL_RGBA8_OES, "OpenGL type mismatch");
60 static_assert(underlying_type(TextureFormat::RGBA) == GL_RGBA, "OpenGL type mismatch");
387 const size_t stride = size.width * (format == TextureFormat::RGBA ? 4 : 1); in readFramebuffer()
413 if (format != TextureFormat::RGBA) { in drawPixels()
468 Context::createFramebuffer(const Renderbuffer<RenderbufferType::RGBA>& color, in createFramebuffer()
482 Framebuffer Context::createFramebuffer(const Renderbuffer<RenderbufferType::RGBA>& color) { in createFramebuffer()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/gl/
H A Dheadless_backend.cpp14 : color(context.createRenderbuffer<gl::RenderbufferType::RGBA>(size_)), in View()
19 gl::Renderbuffer<gl::RenderbufferType::RGBA> color;
/OK3568_Linux_fs/buildroot/package/libsquish/
H A DConfig.in7 and DirectX for the lossy compression of RGBA textures.
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0044-gl-renderer-Honer-opaque-surface-s-alpha-channel.patch21 /* Special case for RGBA textures with possibly
H A D0074-gl-renderer-Support-more-SHM-RGB-formats.patch101 /* Requires conversion to RGBA */
105 /* Electrical (non-linear) RGBA values, may be premult or not */
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0041-gl-renderer-Honer-opaque-surface-s-alpha-channel.patch21 /* Special case for RGBA textures with possibly
H A D0074-gl-renderer-Support-more-SHM-RGB-formats.patch51 /* Requires conversion to RGBA */
55 /* Electrical (non-linear) RGBA values, may be premult or not */
H A D0062-Revert-gl-renderer-require-GL_EXT_unpack_subimage.patch86 ec->read_format == PIXMAN_a8r8g8b8 ? "BGRA" : "RGBA");
/OK3568_Linux_fs/buildroot/package/weston/
H A D0044-gl-renderer-Honer-opaque-surface-s-alpha-channel.patch21 /* Special case for RGBA textures with possibly
H A D0073-gl-renderer-Support-more-SHM-RGB-formats.patch101 /* Requires conversion to RGBA */
105 /* Electrical (non-linear) RGBA values, may be premult or not */
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Doffscreen_texture.cpp28 texture = context.createTexture(size, gl::TextureFormat::RGBA, 0, type); in bind()
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-good/
H A D0005-video-flip-Support-rockchip-RGA-2D-accel.patch34 "ARGB, BGRA, ABGR, RGBA, Y444, xRGB, RGBx, xBGR, BGRx, "
43 "ARGB, BGRA, ABGR, RGBA, Y444, xRGB, RGBx, xBGR, BGRx, "
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22/
H A D0005-video-flip-Support-rockchip-RGA-2D-accel.patch34 "ARGB, BGRA, ABGR, RGBA, Y444, xRGB, RGBx, xBGR, BGRx, "
43 "ARGB, BGRA, ABGR, RGBA, Y444, xRGB, RGBx, xBGR, BGRx, "
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20/
H A D0005-video-flip-Support-rockchip-RGA-2D-accel.patch33 "ARGB, BGRA, ABGR, RGBA, Y444, xRGB, RGBx, xBGR, BGRx, "
42 "ARGB, BGRA, ABGR, RGBA, Y444, xRGB, RGBx, xBGR, BGRx, "
/OK3568_Linux_fs/external/linux-rga/samples/
H A DREADME.md25 │   └── **rga_alpha_yuv_demo.cpp**:调用RGA实现RGBA图像与YUV图像alpha叠加。<br/>
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dgstkmsutils.c48 DEF_FMT (ABGR8888, RGBA),
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dopengl.hpp293 RGBA = 0x1908 //!< Red, Green, Blue, Alpha enumerator
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/gd/gd/
H A D0001-Fix-deprecared-function-prototypes.patch37 /* Output colormap to unsigned char ptr in RGBA format */
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dopengl.hpp293 RGBA = 0x1908 //!< Red, Green, Blue, Alpha enumerator
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dopengl.hpp293 RGBA = 0x1908 //!< Red, Green, Blue, Alpha enumerator
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-v4l2.rst221 by RGBA values (128, 192, 255, 128), the same pixel described with
222 premultiplied colors would be described by RGBA values (64, 96,
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmpp.c94 GST_MPP_FORMAT (RGBA, RGBA8888, RGBA_8888, 4, 0),
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22/
H A D0012-glupload-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV.patch201 …"{ RGBA, BGRA, RGBx, BGRx, ARGB, ABGR, xRGB, xBGR, GBRA, GBR, RGBP, BGRP, RGB, BGR, RGB16, BGR16, …

12