Home
last modified time | relevance | path

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

12

/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/flutter/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/boost/libs/proto/example/
Drgb.cpp79 struct RGB struct
/third_party/flutter/skia/third_party/externals/libwebp/imageio/
Dimage_enc.h41 RGB, RGBA, BGR, BGRA, ARGB, enumerator
/third_party/skia/third_party/externals/libwebp/imageio/
Dimage_enc.h41 RGB, RGBA, BGR, BGRA, ARGB, enumerator
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dpacked_egl_enums.json5 "RGB": "EGL_TEXTURE_RGB", string
DPackedEGLEnums_autogen.h81 RGB = 1, 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/gstreamer/gstplugins_bad/ext/opencv/
Dgstskindetect.cpp84 RGB enumerator
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dblend.c156 #define A32_CHECKER_C(name, RGB, A, C1, C2, C3) \ argument
202 #define A32_COLOR(name, RGB, A, C1, C2, C3) \ argument
/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dblend.c123 #define A32_CHECKER_C(name, RGB, A, C1, C2, C3) \ argument
169 #define A32_COLOR(name, RGB, A, C1, C2, C3) \ argument
/third_party/giflib/
Dquantize.c30 GifByteType RGB[3]; member
/third_party/python/Lib/ctypes/
Dwintypes.py125 def RGB(red, green, blue): function
/third_party/uboot/u-boot-2020.01/product/hiosd/include/
Dhi_math.h56 #define RGB(r, g, b) ((((r) & 0xff) << 16) | (((g) & 0xff) << 8) | ((b) & 0xff)) macro
/third_party/uboot/u-boot-2020.01/drivers/video/imx/
Dipu.h203 RGB, enumerator
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
Dedid.h20 RGB, enumerator
/third_party/flutter/skia/third_party/externals/angle2/src/image_util/
Dimageformats.h116 uint16_t RGB; member
/third_party/skia/third_party/externals/angle2/src/image_util/
Dimageformats.h116 uint16_t RGB; member
/third_party/mingw-w64/mingw-w64-headers/include/
Ddxvahd.h46 DXVAHD_COLOR_RGBA RGB; member
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c2418 RGB, enumerator
/third_party/skia/third_party/externals/swiftshader/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.1/
Dspirv.cs223 RGB = 4, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
Dspirv.cs223 RGB = 4, enumerator

12