| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
| H A D | vktTextureShadowTests.cpp | 306 const deUint32 rgb = step*levelNdx; in Texture2DShadowTestInstance() local 549 const deUint32 rgb = step*levelNdx*face; in TextureCubeShadowTestInstance() local 773 const deUint32 rgb = step*levelNdx; in Texture2DArrayShadowTestInstance() local 999 const deUint32 rgb in Texture1DShadowTestInstance() local 1224 const deUint32 rgb = step*levelNdx; Texture1DArrayShadowTestInstance() local 1473 const deUint32 rgb = step*levelNdx*face; TextureCubeArrayShadowTestInstance() local [all...] |
| /third_party/vk-gl-cts/framework/referencerenderer/ |
| H A D | rrFragmentOperations.cpp | 566 inline float luminosity (const Vec3& rgb) in luminosity() argument 571 inline float saturation (const Vec3& rgb) in saturation() argument
|
| /third_party/vk-gl-cts/modules/gles2/accuracy/ |
| H A D | es2aTextureMipmapTests.cpp | 168 deUint32 rgb = (inc << 16) | (dec << 8) | 0xff; in init() local 467 deUint32 rgb = 0; in init() local [all...] |
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fTextureMipmapTests.cpp | 171 deUint32 rgb = (inc << 16) | (dec << 8) | 0xff; in init() local 523 deUint32 rgb = 0; in init() local [all...] |
| /third_party/vk-gl-cts/modules/gles3/accuracy/ |
| H A D | es3aTextureMipmapTests.cpp | 159 deUint32 rgb = (inc << 16) | (dec << 8) | 0xff; in init() local 454 deUint32 rgb = 0; in init() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | mjpegdec.c | 1928 int rgb = s->rgb; in mjpeg_decode_app() local [all...] |
| H A D | mpeg4videodec.c | 2293 int rgb, chroma_format; in decode_studio_vol_header() local [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_colorspace.c | 125 int16_t *rgb[3]; member 302 int16_t *rgb[3]; in convert() local [all...] |
| H A D | vf_paletteuse.c | 246 static av_always_inline uint8_t colormap_nearest_recursive(const PaletteUseContext *s, const struct color_node *node, const uint8_t *rgb) in colormap_nearest_recursive() argument
|
| /third_party/backends/backend/ |
| H A D | umax1220u-common.c | 2231 UMAX_get_rgb (UMAX_Handle * scan, unsigned char *rgb) in UMAX_get_rgb() argument
|
| H A D | plustek-usbshading.c | 882 RGBULongDef rgb, rgbSum; in usb_AdjustGain() local 1727 RGBUShortDef *pw, *rgb; usb_CalSortHighlight() local 1778 RGBUShortDef *pw, *rgb; usb_CalSortShadow() local 1817 RGBUShortDef *rgb; usb_procHighlightAndShadow() local [all...] |
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_tex.c | 1012 nir_ssa_def *rgb = in linearize_srgb_result() local
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| H A D | panvk_vX_meta_copy.c | 367 nir_ssa_def *rgb = in panvk_meta_copy_img2img_shader() local 387 nir_ssa_def *rgb = in panvk_meta_copy_img2img_shader() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_pair_schedule.c | 594 destructive_merge_instructions( struct rc_pair_instruction * rgb, struct rc_pair_instruction * alpha) destructive_merge_instructions() argument 681 merge_instructions(struct rc_pair_instruction * rgb, struct rc_pair_instruction * alpha) merge_instructions() argument [all...] |
| /third_party/pcre2/pcre2/src/ |
| H A D | pcre2_match.c | 4340 int lgb, rgb; in match() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineBindVertexBuffers2Tests.cpp | 1028 const tcu::Vec3 rgb = rgba.swizzle(0, 1, 2); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
| H A D | vktTextureMipmapTests.cpp | 196 const deUint32 rgb = (inc << 16) | (dec << 8) | 0xff; in Texture2DMipmapTestInstance() local 464 deUint32 rgb = 0; in TextureCubeMipmapTestInstance() local 705 const deUint32 rgb = (0xff << 16) | (dec << 8) | inc; Texture3DMipmapTestInstance() local 1002 const deUint32 rgb = (inc << 16) | (dec << 8) | 0xff; Texture2DLodControlTestInstance() local 1276 deUint32 rgb = 0; TextureCubeLodControlTestInstance() local 1553 const deUint32 rgb = (inc << 16) | (dec << 8) | 0xff; Texture3DLodControlTestInstance() local [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gles2/ |
| H A D | es2cTexture3DTests.cpp | 561 deUint32 rgb = step * levelNdx; in init() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| H A D | Blitter.cpp | 180 float rgb[3]; in fastClear() member 731 UInt rgb = r11g11b10Pack(c); in write() local
|
| /third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
| H A D | rpng2-x.c | 223 } rgb[] = { variable [all...] |
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | yuv_sse2.c | 167 PlanarTo24b_SSE2(__m128i* const in0, __m128i* const in1, __m128i* const in2, __m128i* const in3, __m128i* const in4, __m128i* const in5, uint8_t* const rgb) PlanarTo24b_SSE2() argument 470 RGB24PackedToPlanar_SSE2( const uint8_t* const rgb, __m128i* const out ) RGB24PackedToPlanar_SSE2() argument 562 ConvertRGB24ToY_SSE2(const uint8_t* rgb, uint8_t* y, int width) ConvertRGB24ToY_SSE2() argument 634 __m128i Y0, Y1, rgb[6]; ConvertARGBToY_SSE2() local 664 __m128i rgb[6], U0, V0, U1, V1; ConvertARGBToUV_SSE2() local 715 ConvertRGBA32ToUV_SSE2(const uint16_t* rgb, uint8_t* u, uint8_t* v, int width) ConvertRGBA32ToUV_SSE2() argument [all...] |
| /third_party/skia/third_party/externals/libwebp/src/enc/ |
| H A D | picture_csp_enc.c | 311 static void StoreGray(const fixed_y_t* rgb, fixed_y_t* y, int w) { in StoreGray() argument 829 static WEBP_INLINE void ConvertRowsToUV(const uint16_t* rgb, in ConvertRowsToUV() argument 1098 Import(WebPPicture* const picture, const uint8_t* rgb, int rgb_stride, int step, int swap_rb, int import_alpha) Import() argument 1165 WebPPictureImportBGR(WebPPicture* picture, const uint8_t* rgb, int rgb_stride) WebPPictureImportBGR() argument 1189 WebPPictureImportRGB(WebPPicture* picture, const uint8_t* rgb, int rgb_stride) WebPPictureImportRGB() argument [all...] |
| /third_party/skia/src/ports/ |
| H A D | SkFontHost_win.cpp | 1037 static inline uint8_t rgb_to_a8(SkGdiRGB rgb, const uint8_t* table8) { in rgb_to_a8() argument 1045 static inline uint16_t rgb_to_lcd16(SkGdiRGB rgb, const uint8_t* tableR, in rgb_to_lcd16() argument
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fDrawBuffersIndexedTests.cpp | 129 BlendEq rgb; member 153 BlendFunc rgb; member 1292 const BlendEq rgb = getRandomBlendEq(rng); genRandomBlendState() local 1305 const BlendFunc rgb = getRandomBlendFunc(rng); genRandomBlendState() local [all...] |
| H A D | es3fTextureMipmapTests.cpp | 215 deUint32 rgb = (inc << 16) | (dec << 8) | 0xff; in init() local 562 deUint32 rgb = 0; in init() local 1157 deUint32 rgb = (0xff << 16) | (dec << 8) | inc; init() local 1474 deUint32 rgb = (inc << 16) | (dec << 8) | 0xff; init() local 1776 deUint32 rgb = 0; init() local 2097 deUint32 rgb = (inc << 16) | (dec << 8) | 0xff; init() local [all...] |