Home
last modified time | relevance | path

Searched defs:dstOffset (Results 1 - 25 of 119) sorted by relevance

12345

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DByteArray.cs50 internal static void Copy(byte[] src, int srcOffset, byte[] dst, int dstOffset, int count) in Copy() argument
/third_party/skia/src/gpu/
H A DGrTransferFromRenderTask.h15 GrTransferFromRenderTask(sk_sp<GrSurfaceProxy> srcProxy, const SkIRect& srcRect, GrColorType surfaceColorType, GrColorType dstColorType, sk_sp<GrGpuBuffer> dstBuffer, size_t dstOffset) GrTransferFromRenderTask() argument
/third_party/skia/tests/
H A DCopySurfaceTest.cpp122 SkIPoint dstOffset = { dstPoint.fX - srcRect.fLeft, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
H A DTransform.cs82 internal static int TransformDictionaryWord(byte[] dst, int dstOffset, byte[] word, int wordOffset, int len, Org.Brotli.Dec.Transform transform) in TransformDictionaryWord() argument
/third_party/ffmpeg/libswscale/tests/
H A Dcolorspace.c108 int dstOffset; in main() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtzoffloc.cpp122 int32_t rawOffset, dstOffset; in TestGetOffsetAroundTransition() local
[all...]
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_query.c139 pvr_CmdCopyQueryPoolResults(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize stride, VkQueryResultFlags flags) pvr_CmdCopyQueryPoolResults() argument
H A Dpvr_blit.c58 pvr_CmdUpdateBuffer(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize dataSize, const void *pData) pvr_CmdUpdateBuffer() argument
67 pvr_CmdFillBuffer(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize fillSize, uint32_t data) pvr_CmdFillBuffer() argument
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_query.c59 panvk_CmdCopyQueryPoolResults(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize stride, VkQueryResultFlags flags) panvk_CmdCopyQueryPoolResults() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkBuffer.cpp124 void Buffer::fill(VkDeviceSize dstOffset, VkDeviceSize fillSize, uint32_t data) in fill() argument
140 void Buffer::update(VkDeviceSize dstOffset, VkDeviceSize dataSize, const void *pData) in update() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
H A DByteArray.java227 copyTo( int dstOffset, ByteArray<? extends ByteArray<?>> array, int srcOffset, int length) copyTo() argument
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H A DTransform.java101 static int transformDictionaryWord(byte[] dst, int dstOffset, ByteBuffer src, int srcOffset, in transformDictionaryWord() argument
/third_party/icu/icu4c/source/i18n/
H A Derarules.cpp298 int32_t rawOffset, dstOffset; in initCurrentEra() local
H A Dvzone.cpp132 vzone_getOffset3(VZone* zone, UDate date, UBool local, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& ec) vzone_getOffset3() argument
H A Dbasictz.cpp528 getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const getOffsetFromLocal() argument
/third_party/mesa3d/src/amd/vulkan/radix_sort/
H A Dradv_radix_sort.c203 vkCmdFillBuffer(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, in vkCmdFillBuffer() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_streamout.c138 unsigned dstOffset[SVGA3D_DX_MAX_SOTARGETS]; in svga_create_stream_output() local
/third_party/node/deps/icu-small/source/i18n/
H A Derarules.cpp298 int32_t rawOffset, dstOffset; in initCurrentEra() local
H A Dvzone.cpp132 vzone_getOffset3(VZone* zone, UDate date, UBool local, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& ec) vzone_getOffset3() argument
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetDecoderICU.java661 private void copy(byte[] src, int srcOffset, char[] dst, int dstOffset, int length) { in copy() argument
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_synchronization2.c257 vk_common_CmdWriteBufferMarkerAMD( VkCommandBuffer commandBuffer, VkPipelineStageFlagBits pipelineStage, VkBuffer dstBuffer, VkDeviceSize dstOffset, uint32_t marker) vk_common_CmdWriteBufferMarkerAMD() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktBitstreamBufferImpl.cpp159 int64_t BitstreamBufferImpl::CopyDataToBuffer(deUint8* dstBuffer, VkDeviceSize dstOffset, VkDeviceSize srcOffset, VkDeviceSize size) const in CopyDataToBuffer() argument
170 int64_t BitstreamBufferImpl::CopyDataToBuffer(VkSharedBaseObj<VulkanBitstreamBuffer>& dstBuffer, VkDeviceSize dstOffset, VkDeviceSize srcOffset, VkDeviceSize size) const in CopyDataToBuffer() argument
181 int64_t BitstreamBufferImpl::CopyDataFromBuffer(const deUint8* sourceBuffer, VkDeviceSize srcOffset, VkDeviceSize dstOffset, VkDeviceSize size) in CopyDataFromBuffer() argument
192 CopyDataFromBuffer(const VkSharedBaseObj<VulkanBitstreamBuffer>& sourceBuffer, VkDeviceSize srcOffset, VkDeviceSize dstOffset, VkDeviceSize size) CopyDataFromBuffer() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Derarules.cpp298 int32_t rawOffset, dstOffset; in initCurrentEra() local
H A Dvzone.cpp132 vzone_getOffset3(VZone* zone, UDate date, UBool local, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& ec) vzone_getOffset3() argument
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fBufferCopyTests.cpp183 int dstOffset; in iterate() member
196 int dstOffset = copyRanges[ndx].dstOffset; in iterate() local
288 int dstOffset; in init() member

Completed in 15 milliseconds

12345