Home
last modified time | relevance | path

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

12

/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() argument
1376 RGB(int r, int g, int b) in RGB() argument
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/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_pair.h86 struct rc_pair_sub_instruction RGB; member
/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/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c48 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
DtcuTexture.hpp52 RGB, enumerator
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl.js205 RGB: 0x1907, property
/third_party/spirv-headers/include/spirv/1.1/
Dspirv.cs223 RGB = 4, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
Dspirv.cs223 RGB = 4, enumerator
/third_party/spirv-headers/include/spirv/1.0/
Dspirv.cs219 RGB = 4, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.cs219 RGB = 4, enumerator
Dspirv.json259 "RGB": 4, number
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
Dspirv.cs219 RGB = 4, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
Dspirv.cs223 RGB = 4, enumerator

12