/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | near_lossless_enc.c | 75 int stride, int limit_bits, uint32_t* copy_buffer, in NearLossless() argument 79 uint32_t* prev_row = copy_buffer; in NearLossless() 116 uint32_t* const copy_buffer = in VP8ApplyNearLossless() local 117 (uint32_t*)WebPSafeMalloc(xsize * 3, sizeof(*copy_buffer)); in VP8ApplyNearLossless() 122 if (copy_buffer == NULL) { in VP8ApplyNearLossless() 133 WebPSafeFree(copy_buffer); in VP8ApplyNearLossless() 137 NearLossless(xsize, ysize, picture->argb, stride, limit_bits, copy_buffer, in VP8ApplyNearLossless() 140 NearLossless(xsize, ysize, argb_dst, xsize, i, copy_buffer, argb_dst); in VP8ApplyNearLossless() 142 WebPSafeFree(copy_buffer); in VP8ApplyNearLossless()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | near_lossless_enc.c | 75 int stride, int limit_bits, uint32_t* copy_buffer, in NearLossless() argument 79 uint32_t* prev_row = copy_buffer; in NearLossless() 116 uint32_t* const copy_buffer = in VP8ApplyNearLossless() local 117 (uint32_t*)WebPSafeMalloc(xsize * 3, sizeof(*copy_buffer)); in VP8ApplyNearLossless() 122 if (copy_buffer == NULL) { in VP8ApplyNearLossless() 133 WebPSafeFree(copy_buffer); in VP8ApplyNearLossless() 137 NearLossless(xsize, ysize, picture->argb, stride, limit_bits, copy_buffer, in VP8ApplyNearLossless() 140 NearLossless(xsize, ysize, argb_dst, xsize, i, copy_buffer, argb_dst); in VP8ApplyNearLossless() 142 WebPSafeFree(copy_buffer); in VP8ApplyNearLossless()
|
/third_party/ffmpeg/tools/ |
D | qt-faststart.c | 444 unsigned char *copy_buffer = NULL; in main() local 640 copy_buffer = malloc(bytes_to_copy); in main() 641 if (!copy_buffer) { in main() 649 if (fread(copy_buffer, bytes_to_copy, 1, infile) != 1) { in main() 653 if (fwrite(copy_buffer, bytes_to_copy, 1, outfile) != 1) { in main() 664 free(copy_buffer); in main() 675 free(copy_buffer); in main()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | double-conversion-strtod.cpp | 464 char copy_buffer[kMaxSignificantDecimalDigits]; in Strtod() local 467 TrimAndCut(buffer, exponent, copy_buffer, kMaxSignificantDecimalDigits, in Strtod() 490 char copy_buffer[kMaxSignificantDecimalDigits]; in Strtof() local 493 TrimAndCut(buffer, exponent, copy_buffer, kMaxSignificantDecimalDigits, in Strtof()
|
/third_party/icu/icu4c/source/i18n/ |
D | double-conversion-strtod.cpp | 505 char copy_buffer[kMaxSignificantDecimalDigits]; in Strtod() local 508 TrimAndCut(buffer, exponent, copy_buffer, kMaxSignificantDecimalDigits, in Strtod() 538 char copy_buffer[kMaxSignificantDecimalDigits]; in Strtof() local 541 TrimAndCut(buffer, exponent, copy_buffer, kMaxSignificantDecimalDigits, in Strtof()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | double-conversion-strtod.cpp | 505 char copy_buffer[kMaxSignificantDecimalDigits]; in Strtod() local 508 TrimAndCut(buffer, exponent, copy_buffer, kMaxSignificantDecimalDigits, in Strtod() 538 char copy_buffer[kMaxSignificantDecimalDigits]; in Strtof() local 541 TrimAndCut(buffer, exponent, copy_buffer, kMaxSignificantDecimalDigits, in Strtof()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | double-conversion-strtod.cpp | 505 char copy_buffer[kMaxSignificantDecimalDigits]; in Strtod() local 508 TrimAndCut(buffer, exponent, copy_buffer, kMaxSignificantDecimalDigits, in Strtod() 538 char copy_buffer[kMaxSignificantDecimalDigits]; in Strtof() local 541 TrimAndCut(buffer, exponent, copy_buffer, kMaxSignificantDecimalDigits, in Strtof()
|
/third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
D | strtod.cc | 489 char copy_buffer[kMaxSignificantDecimalDigits]; in Strtod() local 492 TrimAndCut(buffer, exponent, copy_buffer, kMaxSignificantDecimalDigits, in Strtod() 522 char copy_buffer[kMaxSignificantDecimalDigits]; in Strtof() local 525 TrimAndCut(buffer, exponent, copy_buffer, kMaxSignificantDecimalDigits, in Strtof()
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.4.x/ |
D | gles3-gtf-master.txt | 17 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_defaults 18 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_data 19 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_parameters 20 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_usage 21 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_copy 22 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_invalid_target
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.3.x/ |
D | gles3-gtf-master.txt | 17 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_defaults 18 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_data 19 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_parameters 20 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_usage 21 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_copy 22 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_invalid_target
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.3.x/src/ |
D | gles3-gtf-master.txt | 17 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_defaults 18 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_data 19 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_parameters 20 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_usage 21 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_copy 22 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_invalid_target
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.4.x/src/ |
D | gles3-gtf-master.txt | 17 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_defaults 18 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_data 19 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_parameters 20 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_usage 21 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_copy 22 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_invalid_target
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
D | mhd2spdy_structures.h | 294 copy_buffer(const void *src, size_t src_size, void **dst, size_t *dst_size);
|
D | mhd2spdy_structures.c | 146 copy_buffer(const void *src, size_t src_size, void **dst, size_t *dst_size) in copy_buffer() function
|
D | mhd2spdy_http.c | 231 …if(!copy_buffer(upload_data, *upload_data_size, &proxy->received_body, &proxy->received_body_size)) in http_cb_request()
|
/third_party/boost/libs/compute/include/boost/compute/ |
D | event.hpp | 65 copy_buffer = CL_COMMAND_COPY_BUFFER, enumerator
|
/third_party/boost/boost/compute/ |
D | event.hpp | 65 copy_buffer = CL_COMMAND_COPY_BUFFER, enumerator
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.2.x/ |
D | gles3-gtf-master.txt | 17 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_defaults 18 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_data 19 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_parameters 20 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_usage 21 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_copy
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.2.x/src/ |
D | gles3-gtf-master.txt | 17 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_defaults 18 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_data 19 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_parameters 20 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_usage 21 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_copy
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_buffer.c | 374 copy_buffer(struct radv_cmd_buffer *cmd_buffer, struct radv_buffer *src_buffer, in copy_buffer() function 401 copy_buffer(cmd_buffer, src_buffer, dst_buffer, &pCopyBufferInfo->pRegions[r]); in radv_CmdCopyBuffer2KHR()
|
/third_party/gstreamer/gstplugins_good/sys/ximage/ |
D | gstximagesrc.c | 476 copy_buffer (GstBuffer * dest, GstBuffer * src) in copy_buffer() function 575 copy_buffer (ximage, ximagesrc->last_ximage); in gst_ximage_src_ximage_get() 636 copy_buffer (ximage, ximagesrc->last_ximage); in gst_ximage_src_ximage_get()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/ |
D | mtl_default_shaders_src_autogen.inc | 1466 # 1 "./copy_buffer.metal" 1 1467 # 12 "./copy_buffer.metal" 1716 # 16 "./copy_buffer.metal" 2 1756 # 120 "./copy_buffer.metal" 1814 # 215 "./copy_buffer.metal" 2869 # 1292 "./copy_buffer.metal" 2880 # 1336 "./copy_buffer.metal" 2894 # 1364 "./copy_buffer.metal" 2908 # 1392 "./copy_buffer.metal" 2923 # 1439 "./copy_buffer.metal" [all …]
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_clear_blit.c | 1154 copy_format(VkFormat format, VkImageAspectFlags aspect_mask, bool copy_buffer) in copy_format() argument 1213 if (aspect_mask == VK_IMAGE_ASPECT_STENCIL_BIT && copy_buffer) in copy_format() 1878 copy_buffer(struct tu_cmd_buffer *cmd, in copy_buffer() function 1922 copy_buffer(cmd, in tu_CmdCopyBuffer() 1947 copy_buffer(cmd, tu_buffer_iova(buffer) + dstOffset, tmp.iova, dataSize, 4); in tu_CmdUpdateBuffer()
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/ |
D | gl31-gtf-master.txt | 1383 GTF-GL31.gtf31.GL3Tests.copy_buffer.copy_buffer_defaults 1384 GTF-GL31.gtf31.GL3Tests.copy_buffer.copy_buffer_data 1385 GTF-GL31.gtf31.GL3Tests.copy_buffer.copy_buffer_parameters 1386 GTF-GL31.gtf31.GL3Tests.copy_buffer.copy_buffer_usage 1387 GTF-GL31.gtf31.GL3Tests.copy_buffer.copy_buffer_copy 1388 GTF-GL31.gtf31.GL3Tests.copy_buffer.copy_buffer_invalid_target
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.1.x/ |
D | gl31-gtf-master.txt | 1383 GTF-GL31.gtf31.GL3Tests.copy_buffer.copy_buffer_defaults 1384 GTF-GL31.gtf31.GL3Tests.copy_buffer.copy_buffer_data 1385 GTF-GL31.gtf31.GL3Tests.copy_buffer.copy_buffer_parameters 1386 GTF-GL31.gtf31.GL3Tests.copy_buffer.copy_buffer_usage 1387 GTF-GL31.gtf31.GL3Tests.copy_buffer.copy_buffer_copy 1388 GTF-GL31.gtf31.GL3Tests.copy_buffer.copy_buffer_invalid_target
|