| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.0/satisfies_support_in_jsdoc/ |
| D | satisfies_support_in_jsdoc_4.ts | 27 type RGB = [red: number, green: number, blue: number]; alias
|
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| D | BC_Decoder.cpp | 1368 struct RGB struct 1371 RGB(uint8_t r, uint8_t g, uint8_t b) in RGB() function 1376 RGB(int r, int g, int b) in RGB() function 1382 RGB operator<<(int shift) const { return { r << shift, g << shift, b << shift }; } in operator <<() 1383 RGB operator>>(int shift) const { return { r >> shift, g >> shift, b >> shift }; } in operator >>() 1384 RGB operator|(int bits) const { return { r | bits, g | bits, b | bits }; } in operator |() 1385 RGB operator|(const RGB &rhs) const { return { r | rhs.r, g | rhs.g, b | rhs.b }; } in operator |() 1386 RGB operator+(const RGB &rhs) const { return { r + rhs.r, g + rhs.g, b + rhs.b }; } in operator +() 1388 uint8_t b; 1389 uint8_t g; [all …]
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| D | yuv_neon.c | 52 const uint8x8x3_t RGB = vld3_u8(rgb); in ConvertRGB24ToY_NEON() local 76 const uint8x8x4_t RGB = vld4_u8((const uint8_t*)&argb[i]); in ConvertARGBToY_NEON() local 121 const uint16x8x4_t RGB = vld4q_u16((const uint16_t*)rgb); in ConvertRGBA32ToUV_NEON() local 138 const uint8x16x4_t RGB = vld4q_u8((const uint8_t*)&argb[i]); in ConvertARGBToUV_NEON() local
|
| /third_party/skia/third_party/externals/libwebp/imageio/ |
| D | image_enc.h | 41 RGB, RGBA, BGR, BGRA, ARGB, enumerator
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| D | packed_egl_enums.json | 4 "RGB": "EGL_TEXTURE_RGB", string
|
| D | PackedEGLEnums_autogen.h | 109 RGB = 1, enumerator
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/preprocess/ |
| D | preprocess_param.h | 28 enum ImageToFormat { RGB, GRAY, BGR, IMAGE_TO_FORMAT_MAX }; enumerator
|
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
| D | radeon_program_pair.h | 86 struct rc_pair_sub_instruction RGB; member
|
| /third_party/mindspore/mindspore-src/source/third_party/proto/coreml/ |
| D | FeatureTypes.proto | 40 RGB = 20; // 32 bits per pixel: RGBA with A channel ignored enumerator
|
| /third_party/mesa3d/src/mesa/main/ |
| D | format_parser.py | 37 RGB = 'rgb' variable
|
| /third_party/mesa3d/src/util/format/ |
| D | u_format_parse.py | 40 RGB = 'rgb' variable
|
| /third_party/cups-filters/filter/ |
| D | rastertopclx.c | 52 cups_rgb_t *RGB; /* RGB color separation data */ variable
|
| D | rastertoescpx.c | 58 cups_rgb_t *RGB; /* RGB color separation data */ variable
|
| /third_party/python/Lib/ctypes/ |
| D | wintypes.py | 125 def RGB(red, green, blue): function
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/ |
| D | lite_mat.h | 140 RGB = 1, /**< Pixel in RGB type. */ enumerator
|
| /third_party/backends/backend/ |
| D | hpljm1005.c | 110 #define RGB 1 macro
|
| D | coolscan.h | 204 #define RGB 0x07 macro
|
| D | pie.c | 125 #define RGB 4 macro
|
| D | umax.h | 404 # define RGB 6 macro
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| D | sp_quad_blend.c | 48 RGB, enumerator
|
| /third_party/backends/backend/genesys/ |
| D | enums.h | 141 RGB, enumerator
|
| /third_party/skia/third_party/externals/angle2/src/image_util/ |
| D | imageformats.h | 116 uint16_t RGB; member
|
| /third_party/vk-gl-cts/framework/common/ |
| D | tcuTextureUtil.cpp | 1632 …static const TextureSwizzle RGB = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, Text… in getBorderColorReadSwizzle() local
|
| D | tcuTexture.cpp | 871 …static const TextureSwizzle RGB = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, Text… in getChannelReadSwizzle() local 925 …static const TextureSwizzle RGB = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, Text… in getChannelWriteSwizzle() local
|
| /third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
| D | spirv.cs | 223 RGB = 4, enumerator
|