| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| H A D | Image9.cpp | 660 unsigned short rgb = ((unsigned short *)sourcePixels)[x]; in copyFromRTInternal() local
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | alpha_processing_sse2.c | 198 uint8_t* const rgb = rgba + (alpha_first ? 1 : 0); in ApplyAlphaMultiply_SSE2() local
|
| H A D | yuv_sse41.c | 107 PlanarTo24b_SSE41( __m128i* const in0, __m128i* const in1, __m128i* const in2, __m128i* const in3, __m128i* const in4, __m128i* const in5, uint8_t* const rgb) PlanarTo24b_SSE41() argument 290 RGB24PackedToPlanar_SSE41( const uint8_t* const rgb, __m128i* const out ) RGB24PackedToPlanar_SSE41() argument 408 ConvertRGB24ToY_SSE41(const uint8_t* rgb, uint8_t* y, int width) ConvertRGB24ToY_SSE41() argument 480 __m128i Y0, Y1, rgb[6]; ConvertARGBToY_SSE41() local 510 __m128i rgb[6], U0, V0, U1, V1; ConvertARGBToUV_SSE41() local 571 ConvertRGBA32ToUV_SSE41(const uint16_t* rgb, uint8_t* u, uint8_t* v, int width) ConvertRGBA32ToUV_SSE41() argument [all...] |
| /third_party/skia/tests/ |
| H A D | GrMeshTest.cpp | 135 int rgb[3] = {-(c & 1) & 0xff, -((c >> 1) & 1) & 0xff, -((c >> 2) & 1) & 0xff}; local
|
| /third_party/skia/src/ports/ |
| H A D | SkScalerContext_mac_ct.cpp | 376 static inline uint8_t rgb_to_a8(CGRGBPixel rgb, const uint8_t* table8) { in rgb_to_a8() argument 405 static uint16_t RGBToLcd16(CGRGBPixel rgb, in RGBToLcd16() argument 436 static SkPMColor cgpixels_to_pmcolor(CGRGBPixel rgb) { in cgpixels_to_pmcolor() argument [all...] |
| /third_party/skia/third_party/skcms/src/ |
| H A D | Transform_inl.h | 669 U32 rgb = gather_24(grid_8, ix); in sample_clut_8() local 827 U16 rgb = load<U16>(src + 2*i); exec_ops() local 835 const uint8_t* rgb = (const uint8_t*)(src + 3*i); exec_ops() local 907 const uint16_t* rgb = (const uint16_t*)ptr; // cast to const uint16_t* to be safe. exec_ops() local 954 const uint16_t* rgb = (const uint16_t*)ptr; // cast to const uint16_t* to be safe. exec_ops() local 1005 const uint16_t* rgb = (const uint16_t*)ptr; // cast to const uint16_t* to be safe. exec_ops() local 1058 const float* rgb = (const float*)ptr; // cast to const float* to be safe. exec_ops() local 1270 uint8_t* rgb = (uint8_t*)dst + 3*i; exec_ops() local 1324 uint16_t* rgb = (uint16_t*)ptr; // for this cast to uint16_t* to be safe. exec_ops() local 1379 uint16_t* rgb = (uint16_t*)ptr; // for this cast to uint16_t* to be safe. exec_ops() local 1437 uint16_t* rgb = (uint16_t*)ptr; // for this cast to uint16_t* to be safe. exec_ops() local 1500 float* rgb = (float*)ptr; // for this cast to float* to be safe. exec_ops() local [all...] |
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fTextureFilteringTests.cpp | 265 const deUint32 rgb = step * (levelNdx + layerFaceNdx*numLevels); in init() local
|
| /third_party/vk-gl-cts/modules/gles2/accuracy/ |
| H A D | es2aTextureFilteringTests.cpp | 164 deUint32 rgb = step*levelNdx; in init() local 436 deUint32 rgb = step*levelNdx*face; in init() local
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fTextureFilteringTests.cpp | 194 deUint32 rgb = step*levelNdx; in init() local 468 deUint32 rgb = step*levelNdx*face; in init() local
|
| /third_party/vk-gl-cts/modules/gles3/accuracy/ |
| H A D | es3aTextureFilteringTests.cpp | 154 deUint32 rgb = step*levelNdx; in init() local 422 deUint32 rgb = step*levelNdx*face; in init() local
|
| /third_party/skia/third_party/externals/angle2/src/image_util/ |
| H A D | loadimage.cpp | 424 auto rgb = source[x]; in LoadRGB565ToBGR565() local 541 uint16_t rgb = source[x]; in LoadR5G6B5ToBGRA8() local 574 uint16_t rgb = source[x]; LoadR5G6B5ToRGBA8() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | agm.c | 75 int rgb; member
|
| H A D | rpzaenc.c | 59 typedef struct rgb { struct 63 } rgb; typedef
|
| /third_party/ffmpeg/fftools/ |
| H A D | opt_common.c | 945 const uint8_t *rgb; in show_colors() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_vectorscope.c | 218 int depth, rgb, i, ret; in query_formats() local
|
| H A D | vf_pseudocolor.c | 581 int depth, ret, hsub, vsub, color, rgb; in config_input() local
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_meta_etc_decode.c | 433 nir_ssa_def *rgb = nir_vec3(&b, r0, g0, b0); in build_shader() local
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_pbo_compute.c | 104 enum pipe_format rgb[5][2][5] = { in get_convert_format() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
| H A D | vktTextureFilteringTests.cpp | 273 const deUint32 rgb = step*levelNdx; in Texture2DFilteringTestInstance() local 497 const deUint32 rgb = step*levelNdx*face; in TextureCubeFilteringTestInstance() local 748 const deUint32 rgb = step * (levelNdx + layerNdx*numLevels); in Texture2DArrayFilteringTestInstance() local 958 const deUint32 rgb in Texture3DFilteringTestInstance() local [all...] |
| H A D | vktTextureShadowTests.cpp | 308 const deUint32 rgb = step*levelNdx; in Texture2DShadowTestInstance() local 551 const deUint32 rgb = step*levelNdx*face; in TextureCubeShadowTestInstance() local 775 const deUint32 rgb = step*levelNdx; in Texture2DArrayShadowTestInstance() local 1001 const deUint32 rgb in Texture1DShadowTestInstance() local 1226 const deUint32 rgb = step*levelNdx; Texture1DArrayShadowTestInstance() local 1475 const deUint32 rgb = step*levelNdx*face; TextureCubeArrayShadowTestInstance() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| H A D | BC_Decoder.cpp | 1393 RGB rgb; member [all...] |
| /third_party/skia/third_party/externals/libwebp/swig/ |
| H A D | libwebp_java_wrap.c | 932 static uint8_t* EncodeLossy(const uint8_t* rgb, in EncodeLossy() argument 947 static uint8_t* EncodeLossless(const uint8_t* rgb, in EncodeLossless() argument [all...] |
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fTextureFilteringTests.cpp | 215 deUint32 rgb = step*levelNdx; in init() local 506 deUint32 rgb = step*levelNdx*face; in init() local 806 const deUint32 rgb = step * (levelNdx + layerNdx*numLevels); in init() local 1052 deUint32 rgb in init() local [all...] |
| H A D | es3fTextureShadowTests.cpp | 251 deUint32 rgb = step*levelNdx; in init() local 523 deUint32 rgb = step*levelNdx*face; in init() local 805 deUint32 rgb = step*levelNdx; in init() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
| H A D | vktTextureFilteringTests.cpp | 272 const deUint32 rgb = step*levelNdx; in Texture2DFilteringTestInstance() local 496 const deUint32 rgb = step*levelNdx*face; in TextureCubeFilteringTestInstance() local 747 const deUint32 rgb = step * (levelNdx + layerNdx*numLevels); in Texture2DArrayFilteringTestInstance() local 957 const deUint32 rgb in Texture3DFilteringTestInstance() local [all...] |