Home
last modified time | relevance | path

Searched defs:RGBA (Results 1 – 25 of 64) sorted by relevance

123

/external/rust/android-crates-io/crates/ash/src/vk/
Dprelude.rs34 pub const RGBA: Self = Self(Self::R.0 | Self::G.0 | Self::B.0 | Self::A.0); constant
/external/deqp/framework/common/
DtcuRGBA.hpp38 class RGBA class
57 RGBA(void) in RGBA() function in tcu::RGBA
62 RGBA(int r, int g, int b, int a) in RGBA() function in tcu::RGBA
72 explicit RGBA(uint32_t val) in RGBA() function in tcu::RGBA
DtcuRGBA.cpp31 RGBA::RGBA(const Vec4 &v) in RGBA() function in tcu::RGBA
DtcuTextureUtil.cpp1827 static const TextureSwizzle RGBA = { in getBorderColorReadSwizzle() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
DColorParser.java36 private static final String RGBA = "rgba"; field in ColorParser
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
DColorParser.java36 private static final String RGBA = "rgba"; field in ColorParser
/external/webp/imageio/
Dimage_enc.h41 RGB, RGBA, BGR, BGRA, ARGB, enumerator
/external/swiftshader/src/Device/
DBC_Decoder.cpp312 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() argument
326 RGBA &operator=(const RGBA &other) in operator =()
/external/v4l2_codec2/common/include/v4l2_codec2/common/
DVideoPixelFormat.h38 RGBA, // 32bpp ABGR (byte-order), 1 plane. enumerator
/external/mesa3d/src/panfrost/lib/tests/
Dtest-blend.c40 #define RGBA(key, value) \ macro
/external/angle/src/common/
Dpacked_egl_enums.json5 "RGBA": "EGL_TEXTURE_RGBA" string
DPackedEGLEnums_autogen.h110 RGBA = 2, enumerator
/external/deqp/modules/gles3/functional/
Des3fShaderMetamorphicTests.cpp283 SanityPixel::SanityPixel(float xRelative, float yRelative, tcu::Vec4 RGBA) in SanityPixel()
300 tcu::Vec4 RGBA = img.getPixel(x, y, depth); in sanityComparePixels() local
/external/skia/src/gpu/
DSwizzle.h66 static constexpr Swizzle RGBA() { return Swizzle("rgba"); } in RGBA() function
/external/webrtc/modules/desktop_capture/win/
Dcursor.cc29 #define RGBA(r, g, b, a) \ macro
/external/angle/src/tests/egl_tests/
DEGLStreamTest.cpp439 TEST_P(D3D11TextureStreamSamplingTest, RGBA) in TEST_P() argument
/external/webp/src/webp/
Ddecode.h207 WebPRGBABuffer RGBA; member
/external/angle/src/image_util/
Dimageformats.h239 uint16_t RGBA; member
252 uint16_t RGBA; member
/external/mesa3d/src/intel/vulkan_hasvk/
Danv_formats.c47 #define RGBA _ISL_SWIZZLE(RED, GREEN, BLUE, ALPHA) macro
/external/mesa3d/src/intel/vulkan/
Danv_formats.c47 #define RGBA _ISL_SWIZZLE(RED, GREEN, BLUE, ALPHA) macro
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c47 RGBA, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
Dspv.d341 RGBA = 5, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
Dspv.d354 RGBA = 5, enumerator
/external/angle/third_party/spirv-headers/src/include/spirv/unified1/
Dspv.d355 RGBA = 5, enumerator
/external/shaderc/spirv-headers/include/spirv/unified1/
Dspv.d265 RGBA = 5, enumerator

123