Searched defs:RGBA (Results 1 – 12 of 12) sorted by relevance
/external/deqp/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
|
D | tcuTextureUtil.cpp | 1512 …static const TextureSwizzle RGBA = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, Text… in getBorderColorReadSwizzle() local
|
D | tcuTexture.cpp | 781 …static const TextureSwizzle RGBA = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, Text… in getChannelReadSwizzle() local 835 …static const TextureSwizzle RGBA = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, Text… in getChannelWriteSwizzle() local
|
D | tcuTexture.hpp | 53 RGBA, enumerator
|
/external/skia/include/private/ |
D | GrSwizzle.h | 112 static GrSwizzle RGBA() { return GrSwizzle("rgba"); } in RGBA() function
|
/external/webrtc/webrtc/modules/desktop_capture/win/ |
D | cursor.cc | 29 #define RGBA(r, g, b, a) \ macro
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_formats.c | 42 #define RGBA _ISL_SWIZZLE(RED, GREEN, BLUE, ALPHA) macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | CL_old.py | 31 RGBA = 2 variable
|
/external/webp/src/webp/ |
D | decode.h | 205 WebPRGBABuffer RGBA; member
|
/external/webp/include/webp/ |
D | decode.h | 205 WebPRGBABuffer RGBA; member
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_blend.c | 47 RGBA, enumerator
|