Home
last modified time | relevance | path

Searched defs:rgb (Results 76 - 100 of 141) sorted by relevance

123456

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DImage9.cpp660 unsigned short rgb = ((unsigned short *)sourcePixels)[x]; in copyFromRTInternal() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dalpha_processing_sse2.c198 uint8_t* const rgb = rgba + (alpha_first ? 1 : 0); in ApplyAlphaMultiply_SSE2() local
H A Dyuv_sse41.c107 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 DGrMeshTest.cpp135 int rgb[3] = {-(c & 1) & 0xff, -((c >> 1) & 1) & 0xff, -((c >> 2) & 1) & 0xff}; local
/third_party/skia/src/ports/
H A DSkScalerContext_mac_ct.cpp376 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 DTransform_inl.h669 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 Des31fTextureFilteringTests.cpp265 const deUint32 rgb = step * (levelNdx + layerFaceNdx*numLevels); in init() local
/third_party/vk-gl-cts/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp164 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 Des2fTextureFilteringTests.cpp194 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 Des3aTextureFilteringTests.cpp154 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 Dloadimage.cpp424 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 Dagm.c75 int rgb; member
H A Drpzaenc.c59 typedef struct rgb { struct
63 } rgb; typedef
/third_party/ffmpeg/fftools/
H A Dopt_common.c945 const uint8_t *rgb; in show_colors() local
/third_party/ffmpeg/libavfilter/
H A Dvf_vectorscope.c218 int depth, rgb, i, ret; in query_formats() local
H A Dvf_pseudocolor.c581 int depth, ret, hsub, vsub, color, rgb; in config_input() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_etc_decode.c433 nir_ssa_def *rgb = nir_vec3(&b, r0, g0, b0); in build_shader() local
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_pbo_compute.c104 enum pipe_format rgb[5][2][5] = { in get_convert_format() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringTests.cpp273 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 DvktTextureShadowTests.cpp308 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 DBC_Decoder.cpp1393 RGB rgb; member
[all...]
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_java_wrap.c932 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 Des3fTextureFilteringTests.cpp215 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 Des3fTextureShadowTests.cpp251 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 DvktTextureFilteringTests.cpp272 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...]

Completed in 43 milliseconds

123456