| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/ |
| H A D | context.hpp | 95 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 D | types.hpp | 46 RGBA = 0x8058, enumerator 59 RGBA = 0x1908, enumerator
|
| H A D | context.cpp | 27 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 D | headless_backend.cpp | 14 : color(context.createRenderbuffer<gl::RenderbufferType::RGBA>(size_)), in View() 19 gl::Renderbuffer<gl::RenderbufferType::RGBA> color;
|
| /OK3568_Linux_fs/buildroot/package/libsquish/ |
| H A D | Config.in | 7 and DirectX for the lossy compression of RGBA textures.
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0044-gl-renderer-Honer-opaque-surface-s-alpha-channel.patch | 21 /* Special case for RGBA textures with possibly
|
| H A D | 0074-gl-renderer-Support-more-SHM-RGB-formats.patch | 101 /* 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 D | 0041-gl-renderer-Honer-opaque-surface-s-alpha-channel.patch | 21 /* Special case for RGBA textures with possibly
|
| H A D | 0074-gl-renderer-Support-more-SHM-RGB-formats.patch | 51 /* Requires conversion to RGBA */ 55 /* Electrical (non-linear) RGBA values, may be premult or not */
|
| H A D | 0062-Revert-gl-renderer-require-GL_EXT_unpack_subimage.patch | 86 ec->read_format == PIXMAN_a8r8g8b8 ? "BGRA" : "RGBA");
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0044-gl-renderer-Honer-opaque-surface-s-alpha-channel.patch | 21 /* Special case for RGBA textures with possibly
|
| H A D | 0073-gl-renderer-Support-more-SHM-RGB-formats.patch | 101 /* 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 D | offscreen_texture.cpp | 28 texture = context.createTexture(size, gl::TextureFormat::RGBA, 0, type); in bind()
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-good/ |
| H A D | 0005-video-flip-Support-rockchip-RGA-2D-accel.patch | 34 "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 D | 0005-video-flip-Support-rockchip-RGA-2D-accel.patch | 34 "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 D | 0005-video-flip-Support-rockchip-RGA-2D-accel.patch | 33 "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 D | README.md | 25 │ └── **rga_alpha_yuv_demo.cpp**:调用RGA实现RGBA图像与YUV图像alpha叠加。<br/>
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/ |
| H A D | gstkmsutils.c | 48 DEF_FMT (ABGR8888, RGBA),
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | opengl.hpp | 293 RGBA = 0x1908 //!< Red, Green, Blue, Alpha enumerator
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/gd/gd/ |
| H A D | 0001-Fix-deprecared-function-prototypes.patch | 37 /* 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 D | opengl.hpp | 293 RGBA = 0x1908 //!< Red, Green, Blue, Alpha enumerator
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | opengl.hpp | 293 RGBA = 0x1908 //!< Red, Green, Blue, Alpha enumerator
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-v4l2.rst | 221 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 D | gstmpp.c | 94 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 D | 0012-glupload-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV.patch | 201 …"{ RGBA, BGRA, RGBx, BGRx, ARGB, ABGR, xRGB, xBGR, GBRA, GBR, RGBP, BGRP, RGB, BGR, RGB16, BGR16, …
|