Home
last modified time | relevance | path

Searched defs:rgb (Results 1 - 25 of 234) sorted by relevance

12345678910

/third_party/node/deps/npm/node_modules/color-convert/
H A Dconversions.js[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
H A Drockchip_rgb.h21 static inline void rockchip_rgb_fini(struct rockchip_rgb *rgb) in rockchip_rgb_fini() argument
H A Drockchip_rgb.c75 struct rockchip_rgb *rgb; in rockchip_rgb_init() local
159 rockchip_rgb_fini(struct rockchip_rgb *rgb) rockchip_rgb_fini() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/
H A Drockchip_rgb.h23 static inline void rockchip_rgb_fini(struct rockchip_rgb *rgb) in rockchip_rgb_fini() argument
H A Drockchip_rgb.c78 struct rockchip_rgb *rgb; in rockchip_rgb_init() local
182 rockchip_rgb_fini(struct rockchip_rgb *rgb) rockchip_rgb_fini() argument
[all...]
/third_party/skia/experimental/docs/
H A Dutilities.js22 function rgb(r, g, b) { function
/third_party/skia/gm/
H A Dcrbug_1174186.cpp38 SkColor rgb = color & 0x00FFFFFF; in DEF_SIMPLE_GM() local
H A Dcrbug_1167277.cpp37 SkColor rgb = color & 0x00FFFFFF; in DEF_SIMPLE_GM() local
H A Dcrbug_1162942.cpp54 SkColor rgb = color & 0x00FFFFFF; in DEF_SIMPLE_GM() local
/third_party/skia/docs/examples/
H A DSKIA_LOGO_svg.cpp8 const SkColor rgb[] = {0xFFE94037, 0xFF70BF4F, 0xFF465BA6}; in REG_FIDDLE() local
H A DSKIA_LOGO_ANIMATE.cpp74 const SkColor rgb[] = {0xFFE94037, 0xFF70BF4F, 0xFF465BA6}; in REG_FIDDLE_ANIMATED() local
H A DSKIA_LOGO.cpp8 const SkColor rgb[] = {0xFFE94037, 0xFF70BF4F, 0xFF465BA6}; in REG_FIDDLE() local
/third_party/pcre2/pcre2/src/
H A Dpcre2_extuni.c99 int rgb; in extuni() local
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_opp_regamma_v.c474 const struct pwl_result_data *rgb = in program_pwl() local
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_opp_regamma_v.c472 const struct pwl_result_data *rgb = in program_pwl() local
/third_party/ffmpeg/libavcodec/
H A Dsheervideodata.h32 static const SheerTable rgb[2] = { variable
H A Dbmp.c42 uint32_t rgb[3] = {0}; in bmp_decode_frame() local
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_blend.h46 nir_lower_blend_channel rgb; member
/third_party/cups-filters/cupsfilters/
H A Dimage-photocd.c55 *rgb, /* RGB */ in _cupsImageReadPhotoCD() local
[all...]
H A Dtestrgb.c109 cups_rgb_t *rgb; /* Color separation */ in test_gray() local
239 cups_rgb_t *rgb; /* Color separation */ test_rgb() local
[all...]
/third_party/libdrm/tests/util/
H A Dformat.h58 const struct util_rgb_info rgb; member
/third_party/mesa3d/src/util/
H A Dformat_rgb9e5.h59 static inline uint32_t float3_to_rgb9e5(const float rgb[3]) in float3_to_rgb9e5() argument
106 static inline void rgb9e5_to_float3(uint32_t rgb, float retval[3]) in rgb9e5_to_float3() argument
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_translate.c134 static void src_uses(struct rc_src_register src, unsigned int * rgb, in src_uses() argument
194 unsigned int rgb = 0; in set_pair_instruction() local
H A Dradeon_program_pair.c38 rc_pair_alloc_source(struct rc_pair_instruction *pair, unsigned int rgb, unsigned int alpha, rc_register_file file, unsigned int index) rc_pair_alloc_source() argument
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcBlendEquationAdvancedTests.cpp166 static tcu::Vec4 Blend(const tcu::Vec4& rgb, const tcu::Vec4& src, const tcu::Vec4& dst) in Blend() argument
176 tcu::Vec4 rgb = src * dst; in BlendMultiply() local
183 tcu::Vec4 rgb = src + dst - src * dst; in BlendScreen() local
[all...]

Completed in 8 milliseconds

12345678910