Home
last modified time | relevance | path

Searched defs:RGB (Results 1 – 25 of 57) sorted by relevance

123

/third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.0/satisfies_support_in_jsdoc/
Dsatisfies_support_in_jsdoc_4.ts27 type RGB = [red: number, green: number, blue: number]; alias
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBC_Decoder.cpp1368 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/
Dyuv_neon.c52 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/
Dimage_enc.h41 RGB, RGBA, BGR, BGRA, ARGB, enumerator
/third_party/skia/third_party/externals/angle2/src/common/
Dpacked_egl_enums.json4 "RGB": "EGL_TEXTURE_RGB", string
DPackedEGLEnums_autogen.h109 RGB = 1, enumerator
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/preprocess/
Dpreprocess_param.h28 enum ImageToFormat { RGB, GRAY, BGR, IMAGE_TO_FORMAT_MAX }; enumerator
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_pair.h86 struct rc_pair_sub_instruction RGB; member
/third_party/mindspore/mindspore-src/source/third_party/proto/coreml/
DFeatureTypes.proto40 RGB = 20; // 32 bits per pixel: RGBA with A channel ignored enumerator
/third_party/mesa3d/src/mesa/main/
Dformat_parser.py37 RGB = 'rgb' variable
/third_party/mesa3d/src/util/format/
Du_format_parse.py40 RGB = 'rgb' variable
/third_party/cups-filters/filter/
Drastertopclx.c52 cups_rgb_t *RGB; /* RGB color separation data */ variable
Drastertoescpx.c58 cups_rgb_t *RGB; /* RGB color separation data */ variable
/third_party/python/Lib/ctypes/
Dwintypes.py125 def RGB(red, green, blue): function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/
Dlite_mat.h140 RGB = 1, /**< Pixel in RGB type. */ enumerator
/third_party/backends/backend/
Dhpljm1005.c110 #define RGB 1 macro
Dcoolscan.h204 #define RGB 0x07 macro
Dpie.c125 #define RGB 4 macro
Dumax.h404 # define RGB 6 macro
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c48 RGB, enumerator
/third_party/backends/backend/genesys/
Denums.h141 RGB, enumerator
/third_party/skia/third_party/externals/angle2/src/image_util/
Dimageformats.h116 uint16_t RGB; member
/third_party/vk-gl-cts/framework/common/
DtcuTextureUtil.cpp1632 …static const TextureSwizzle RGB = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, Text… in getBorderColorReadSwizzle() local
DtcuTexture.cpp871 …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/
Dspirv.cs223 RGB = 4, enumerator

123