| /third_party/vk-gl-cts/framework/common/ |
| D | tcuRGBA.hpp | 38 class RGBA class 57 RGBA (void) { m_value = 0; } in RGBA() function in tcu::RGBA 59 RGBA (int r, int g, int b, int a) in RGBA() function in tcu::RGBA 68 explicit RGBA (deUint32 val) in RGBA() function in tcu::RGBA
|
| D | tcuRGBA.cpp | 31 RGBA::RGBA (const Vec4& v) in RGBA() function in tcu::RGBA
|
| /third_party/gstreamer/gstplugins_good/tests/check/elements/ |
| D | alpha.c | 91 #define RGBA(r,g,b,a) (guint32)(((r&0xff)<<24)|((g&0xff)<<16)|((b&0xff)<<8)|(a&0xff)) macro 93 #define RGBA(r,g,b,a) (guint32)(((a&0xff)<<24)|((b&0xff)<<16)|((g&0xff)<<8)|(r&0xff)) macro
|
| /third_party/skia/third_party/externals/libwebp/imageio/ |
| D | image_enc.h | 41 RGB, RGBA, BGR, BGRA, ARGB, enumerator
|
| /third_party/flutter/skia/third_party/externals/libwebp/imageio/ |
| D | image_enc.h | 41 RGB, RGBA, BGR, BGRA, ARGB, enumerator
|
| /third_party/flutter/skia/third_party/externals/angle2/src/common/ |
| D | packed_egl_enums.json | 6 "RGBA": "EGL_TEXTURE_RGBA" string
|
| D | PackedEGLEnums_autogen.h | 82 RGBA = 2, enumerator
|
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| D | BC_Decoder.cpp | 312 struct RGBA struct 314 uint16_t r = 0; 315 uint16_t g = 0; 316 uint16_t b = 0; 317 uint16_t a = halfFloat1; 319 RGBA(uint16_t r, uint16_t g, uint16_t b) in RGBA() function 326 RGBA &operator=(const RGBA &other) in operator =()
|
| /third_party/mesa3d/src/panfrost/lib/tests/ |
| D | test-blend.c | 39 #define RGBA(key, value) \ macro
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| D | packed_egl_enums.json | 5 "RGBA": "EGL_TEXTURE_RGBA" string
|
| D | PackedEGLEnums_autogen.h | 110 RGBA = 2, enumerator
|
| /third_party/flutter/skia/src/gpu/ |
| D | GrSwizzle.h | 50 static constexpr GrSwizzle RGBA() { return GrSwizzle("rgba"); } in RGBA() function
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fShaderMetamorphicTests.cpp | 267 SanityPixel::SanityPixel (float xRelative, float yRelative, tcu::Vec4 RGBA) in SanityPixel() 284 tcu::Vec4 RGBA = img.getPixel(x, y, depth); in sanityComparePixels() local
|
| /third_party/skia/src/gpu/ |
| D | GrSwizzle.h | 55 static constexpr GrSwizzle RGBA() { return GrSwizzle("rgba"); } in RGBA() function
|
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| D | EGLStreamTest.cpp | 429 TEST_P(D3D11TextureStreamSamplingTest, RGBA) in TEST_P() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| D | EGLStreamTest.cpp | 439 TEST_P(D3D11TextureStreamSamplingTest, RGBA) in TEST_P() argument
|
| /third_party/flutter/skia/third_party/externals/libwebp/src/webp/ |
| D | decode.h | 211 WebPRGBABuffer RGBA; member
|
| /third_party/skia/third_party/externals/libwebp/src/webp/ |
| D | decode.h | 208 WebPRGBABuffer RGBA; member
|
| /third_party/flutter/skia/third_party/externals/angle2/src/image_util/ |
| D | imageformats.h | 215 uint16_t RGBA; member 228 uint16_t RGBA; member
|
| /third_party/skia/third_party/externals/angle2/src/image_util/ |
| D | imageformats.h | 229 uint16_t RGBA; member 242 uint16_t RGBA; member
|
| /third_party/ffmpeg/libavcodec/ |
| D | texturedsp.c | 35 #define RGBA(r, g, b, a) (((uint8_t)(r) << 0) | \ macro
|
| D | pgssubdec.c | 36 #define RGBA(r,g,b,a) (((unsigned)(a) << 24) | ((r) << 16) | ((g) << 8) | (b)) macro
|
| D | libzvbi-teletextdec.c | 36 #define RGBA(r,g,b,a) (((a) << 24) | ((r) << 16) | ((g) << 8) | (b)) macro
|
| /third_party/mesa3d/src/intel/vulkan/ |
| D | anv_formats.c | 46 #define RGBA _ISL_SWIZZLE(RED, GREEN, BLUE, ALPHA) macro
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| D | sp_quad_blend.c | 47 RGBA, enumerator
|