Searched refs:dstOffset (Results 1 - 25 of 71) sorted by relevance

123

/external/protobuf/csharp/src/Google.Protobuf/
H A DByteArray.cs50 internal static void Copy(byte[] src, int srcOffset, byte[] dst, int dstOffset, int count) argument
54 Buffer.BlockCopy(src, srcOffset, dst, dstOffset, count);
61 dst[dstOffset++] = src[i];
/external/icu/icu4c/source/test/intltest/
H A Dtzoffloc.cpp81 // int32_t& dstOffset, UErrorCode& ec) with local=TRUE
83 // int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) with
102 // int32_t duplicatedTimeOpt, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) with
122 int32_t rawOffset, dstOffset; local
222 // int32_t& dstOffset, UErrorCode& ec) with local = TRUE
226 TESTZONES[i]->getOffset(MILLIS[m], TRUE, rawOffset, dstOffset, status);
228 errln((UnicodeString)"getOffset(date,local,rawOfset,dstOffset,ec) failed for TESTZONES[" + i + "]");
229 } else if (rawOffset != OFFSETS2[m][0] || dstOffset != OFFSETS2[m][1]) {
234 + rawOffset + "/" + dstOffset
241 // int32_t& rawOffset, int32_t& dstOffset, UErroCod
[all...]
/external/icu/icu4c/source/tools/tzcode/
H A Dicuzdump.cpp134 int32_t rawOffset, dstOffset; local
139 timezone->getOffset(t, FALSE, rawOffset, dstOffset, status);
146 UBool bSameOffset = (rawOffset + dstOffset) == (newRawOffset + newDstOffset);
147 UBool bSameDst = ((dstOffset != 0) && (newDstOffset != 0)) || ((dstOffset == 0) && (newDstOffset == 0));
162 bSameOffset = (rawOffset + dstOffset) == (medRawOffset + medDstOffset);
163 bSameDst = ((dstOffset != 0) && (medDstOffset != 0)) || ((dstOffset == 0) && (medDstOffset == 0));
173 formatter->format(lot, rawOffset + dstOffset, (dstOffset
[all...]
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFillBufferTests.cpp56 VkDeviceSize dstOffset; member in struct:vkt::api::__anon3729::TestParams
184 m_params.dstOffset // VkDeviceSize size;
196 vk.cmdFillBuffer(*m_cmdBuffer, *m_destination, m_params.dstOffset, m_params.size, m_params.testData[0]);
219 invalidateMappedMemoryRange(vk, vkDevice, m_destinationBufferAlloc->getMemory(), m_destinationBufferAlloc->getOffset(), m_params.dstOffset);
266 deUint32* currentPtr = (deUint32*) m_expectedTextureLevel->getAccess().getDataPtr() + m_params.dstOffset / 4;
335 m_params.dstOffset // VkDeviceSize size;
347 vk.cmdUpdateBuffer(*m_cmdBuffer, *m_destination, m_params.dstOffset, m_params.size, m_params.testData);
370 invalidateMappedMemoryRange(vk, vkDevice, m_destinationBufferAlloc->getMemory(), m_destinationBufferAlloc->getOffset(), m_params.dstOffset);
383 deUint32* currentPtr = (deUint32*) m_expectedTextureLevel->getAccess().getDataPtr() + m_params.dstOffset / 4;
422 params.dstOffset
[all...]
H A DvktApiCopiesAndBlittingTests.cpp966 VkOffset3D dstOffset = region.imageCopy.dstOffset; local
970 dstOffset.z = srcOffset.z;
973 srcOffset.z = dstOffset.z;
986 const tcu::PixelBufferAccess dstSubRegion = getEffectiveDepthStencilAccess(tcu::getSubregion(dst, dstOffset.x, dstOffset.y, dstOffset.z, extent.width, extent.height, extent.depth), tcu::Sampler::MODE_DEPTH);
994 const tcu::PixelBufferAccess dstSubRegion = getEffectiveDepthStencilAccess(tcu::getSubregion(dst, dstOffset.x, dstOffset.y, dstOffset
1571 const VkOffset3D dstOffset = region.bufferImageCopy.imageOffset; local
2124 const VkOffset3D dstOffset = region.imageBlit.dstOffsets[0]; local
2909 VkOffset3D dstOffset = region.imageResolve.dstOffset; local
3810 const VkOffset3D dstOffset = {i, defaultSize - i - defaultFourthSize, 0}; local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fBufferCopyTests.cpp183 int dstOffset; member in struct:deqp::gles3::Functional::SingleBufferCopyCase::__anon4405
196 int dstOffset = copyRanges[ndx].dstOffset; local
207 deMemcpy(ref.getPtr()+dstOffset, ref.getPtr()+srcOffset, copySize);
210 glCopyBufferSubData(m_srcTarget, m_dstTarget, srcOffset, dstOffset, copySize);
288 int dstOffset; member in struct:deqp::gles3::Functional::__anon4406
312 cases[ndx].srcOffset, cases[ndx].dstOffset, cases[ndx].copySize,
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp428 const int dstOffset = (y*ETC2_BLOCK_WIDTH + x)*ETC2_UNCOMPRESSED_PIXEL_SIZE_RGB8; local
434 dst[dstOffset+0] = (deUint8)deClamp32((int)baseR[subBlock] + modifier, 0, 255);
435 dst[dstOffset+1] = (deUint8)deClamp32((int)baseG[subBlock] + modifier, 0, 255);
436 dst[dstOffset+2] = (deUint8)deClamp32((int)baseB[subBlock] + modifier, 0, 255);
523 const int dstOffset = (y*ETC2_BLOCK_WIDTH + x)*ETC2_UNCOMPRESSED_PIXEL_SIZE_RGB8; local
532 dst[dstOffset+0] = 0;
533 dst[dstOffset+1] = 0;
534 dst[dstOffset+2] = 0;
547 dst[dstOffset+0] = (deUint8)deClamp32((int)baseR[subBlock] + modifier, 0, 255);
548 dst[dstOffset
639 const int dstOffset = (y*ETC2_BLOCK_WIDTH + x)*ETC2_UNCOMPRESSED_PIXEL_SIZE_RGB8; local
686 const int dstOffset = (y*ETC2_BLOCK_WIDTH + x)*ETC2_UNCOMPRESSED_PIXEL_SIZE_RGB8; local
733 const int dstOffset = (y*ETC2_BLOCK_WIDTH + x)*ETC2_UNCOMPRESSED_PIXEL_SIZE_A8; local
780 const int dstOffset = (y*ETC2_BLOCK_WIDTH + x)*ETC2_UNCOMPRESSED_PIXEL_SIZE_R11; local
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Drbtz.h179 * dstOffset. All computations are performed in the proleptic
190 * @param dstOffset output parameter to receive the DST offset,
199 int32_t& dstOffset, UErrorCode& ec) const;
306 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const;
321 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& ec) const;
H A Dbasictz.h164 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const;
H A Dsimpletz.h619 int32_t& dstOffset, UErrorCode& ec) const;
626 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const;
H A Dtimezone.h508 * dstOffset. All computations are performed in the proleptic
519 * @param dstOffset output parameter to receive the DST offset,
529 int32_t& dstOffset, UErrorCode& ec) const;
H A Dvtzone.h243 * dstOffset. All computations are performed in the proleptic
254 * @param dstOffset output parameter to receive the DST offset,
263 int32_t& dstOffset, UErrorCode& ec) const;
/external/skia/tests/
H A DCopySurfaceTest.cpp100 SkIPoint dstOffset = { dstPoint.fX - srcRect.fLeft, local
147 int sx = x - dstOffset.fX;
148 int sy = y - dstOffset.fY;
/external/skia/src/codec/
H A DSkSwizzler.h211 int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP);
H A DSkSwizzler.cpp1207 int dstOffset = 0; local
1217 dstOffset = frame->left();
1221 return new SkSwizzler(fastProc, proc, ctable, srcOffset, srcWidth, dstOffset, dstWidth,
1226 int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP)
1232 , fDstOffset(dstOffset)
1234 , fDstOffsetBytes(dstOffset * dstBPP)
1225 SkSwizzler(RowProc fastProc, RowProc proc, const SkPMColor* ctable, int srcOffset, int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP) argument
/external/icu/icu4c/source/i18n/
H A Drbtz.cpp391 int32_t rawOffset, dstOffset; local
393 getOffsetInternal(time, TRUE, kDaylight, kStandard, rawOffset, dstOffset, status);
397 return (rawOffset + dstOffset);
402 int32_t& dstOffset, UErrorCode& status) const {
403 getOffsetInternal(date, local, kFormer, kLatter, rawOffset, dstOffset, status);
408 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const {
409 getOffsetInternal(date, TRUE, nonExistingTimeOpt, duplicatedTimeOpt, rawOffset, dstOffset, status);
419 int32_t& rawOffset, int32_t& dstOffset,
422 dstOffset = 0;
470 dstOffset
401 getOffset(UDate date, UBool local, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const argument
407 getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const argument
417 getOffsetInternal(UDate date, UBool local, int32_t NonExistingTimeOpt, int32_t DuplicatedTimeOpt, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const argument
[all...]
H A Dchnsecal.cpp486 int32_t rawOffset, dstOffset; local
488 fZoneAstroCalc->getOffset(millis, FALSE, rawOffset, dstOffset, status);
490 return millis - (double)(rawOffset + dstOffset);
503 int32_t rawOffset, dstOffset; local
505 fZoneAstroCalc->getOffset(millis, FALSE, rawOffset, dstOffset, status);
507 return ClockMath::floorDivide(millis + (double)(rawOffset + dstOffset), kOneDay);
H A Dvzone.cpp133 int32_t& dstOffset, UErrorCode& ec) {
134 return ((VTimeZone*)zone)->VTimeZone::getOffset(date, local, rawOffset, dstOffset, ec);
132 vzone_getOffset3(VZone* zone, UDate date, UBool local, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& ec) argument
H A Dolsontz.h185 int32_t& dstOffset, UErrorCode& ec) const;
H A Dvzone.h221 * dstOffset. All computations are performed in the proleptic
233 * @param dstOffset output parameter to receive the DST offset,
242 int32_t& dstOffset, UErrorCode& ec);
H A Dcalendar.cpp1480 int32_t rawOffset, dstOffset; local
1481 getTimeZone().getOffset(localMillis, FALSE, rawOffset, dstOffset, ec);
1482 localMillis += (rawOffset + dstOffset);
1549 fFields[UCAL_DST_OFFSET] = dstOffset;
3135 int32_t rawOffset, dstOffset; local
3141 btz->getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, rawOffset, dstOffset, ec);
3145 tz.getOffset(wall, TRUE, rawOffset, dstOffset, ec);
3150 UDate tgmt = wall - (rawOffset + dstOffset);
3157 int32_t offsetDelta = (rawOffset + dstOffset) - (tmpRaw + tmpDst);
3165 tz.getOffset(wall + offsetDelta, TRUE, rawOffset, dstOffset, e
[all...]
/external/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) { argument
663 dst[dstOffset++]=(char)(src[srcOffset++] & UConverterConstants.UNSIGNED_BYTE_MASK);
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkDeviceDriverImpl.inl505 void DeviceDriver::cmdUpdateBuffer (VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize dataSize, const void* pData) const
507 m_vk.cmdUpdateBuffer(commandBuffer, dstBuffer, dstOffset, dataSize, pData);
510 void DeviceDriver::cmdFillBuffer (VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize size, deUint32 data) const
512 m_vk.cmdFillBuffer(commandBuffer, dstBuffer, dstOffset, size, data);
575 void DeviceDriver::cmdCopyQueryPoolResults (VkCommandBuffer commandBuffer, VkQueryPool queryPool, deUint32 firstQuery, deUint32 queryCount, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize stride, VkQueryResultFlags flags) const
577 m_vk.cmdCopyQueryPoolResults(commandBuffer, queryPool, firstQuery, queryCount, dstBuffer, dstOffset, stride, flags);
H A DvkTypeUtil.inl314 inline VkBufferCopy makeBufferCopy (VkDeviceSize srcOffset, VkDeviceSize dstOffset, VkDeviceSize size)
318 res.dstOffset = dstOffset;
/external/skia/src/gpu/vk/
H A DGrVkCommandBuffer.cpp579 VkDeviceSize dstOffset,
584 SkASSERT(0 == (dstOffset & 0x03)); // four byte aligned
591 dstOffset,
577 updateBuffer(GrVkGpu* gpu, GrVkBuffer* dstBuffer, VkDeviceSize dstOffset, VkDeviceSize dataSize, const void* data) argument

Completed in 542 milliseconds

123