Home
last modified time | relevance | path

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

123

/external/deqp/framework/common/
DtcuRGBA.hpp38 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
DtcuRGBA.cpp31 RGBA::RGBA (const Vec4& v) in RGBA() function in tcu::RGBA
DtcuTextureUtil.cpp1631 …static const TextureSwizzle RGBA = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, Text… in getBorderColorReadSwizzle() local
DtcuTexture.cpp834 …static const TextureSwizzle RGBA = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, Text… in getChannelReadSwizzle() local
890 …static const TextureSwizzle RGBA = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, Text… in getChannelWriteSwizzle() local
DtcuTexture.hpp53 RGBA, enumerator
/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/angle/src/common/
Dpacked_egl_enums.json5 "RGBA": "EGL_TEXTURE_RGBA" string
DPackedEGLEnums_autogen.h110 RGBA = 2, enumerator
/external/deqp/modules/gles3/functional/
Des3fShaderMetamorphicTests.cpp267 SanityPixel::SanityPixel (float xRelative, float yRelative, tcu::Vec4 RGBA) in SanityPixel()
284 tcu::Vec4 RGBA = img.getPixel(x, y, depth); in sanityComparePixels() local
/external/skia/src/gpu/
DSwizzle.h59 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/python/cpython2/Lib/plat-irix5/
DCL_old.py31 RGBA = 2 variable
/external/angle/src/tests/egl_tests/
DEGLStreamTest.cpp439 TEST_P(D3D11TextureStreamSamplingTest, RGBA) in TEST_P() argument
/external/webp/src/webp/
Ddecode.h208 WebPRGBABuffer RGBA; member
/external/mesa3d/src/intel/vulkan/
Danv_formats.c45 #define RGBA _ISL_SWIZZLE(RED, GREEN, BLUE, ALPHA) macro
/external/angle/src/image_util/
Dimageformats.h229 uint16_t RGBA; member
242 uint16_t RGBA; member
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c47 RGBA, enumerator
/external/shaderc/spirv-headers/include/spirv/unified1/
Dspv.d265 RGBA = 5, enumerator
/external/angle/third_party/vulkan-deps/spirv-headers/src/include/spirv/1.0/
Dspirv.cs220 RGBA = 5, enumerator
/external/shaderc/spirv-headers/include/spirv/1.0/
Dspirv.cs220 RGBA = 5, enumerator
/external/angle/third_party/vulkan-deps/spirv-headers/src/include/spirv/1.1/
Dspirv.cs224 RGBA = 5, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.cs220 RGBA = 5, enumerator

123