Home
last modified time | relevance | path

Searched refs:RowPitch (Results 1 – 14 of 14) sorted by relevance

/external/dng_sdk/source/
Ddng_misc_opcodes.cpp419 (overlap.H () + fAreaSpec.RowPitch () - 1) / fAreaSpec.RowPitch (), in ProcessArea()
422 fAreaSpec.RowPitch () * buffer.RowStep (), in ProcessArea()
640 for (int32 row = overlap.t; row < overlap.b; row += fAreaSpec.RowPitch ()) in ProcessArea()
865 fAreaSpec.RowPitch ()); in dng_opcode_DeltaPerRow()
916 fAreaSpec.RowPitch ()); in PutData()
1004 fAreaSpec.RowPitch ()); in ProcessArea()
1006 for (int32 row = overlap.t; row < overlap.b; row += fAreaSpec.RowPitch ()) in ProcessArea()
1198 uint32 rows = (overlap.H () + fAreaSpec.RowPitch () - 1) / in ProcessArea()
1199 fAreaSpec.RowPitch (); in ProcessArea()
1201 int32 rowStep = buffer.RowStep () * fAreaSpec.RowPitch (); in ProcessArea()
[all …]
Ddng_misc_opcodes.h123 const uint32 RowPitch () const in RowPitch() function
Ddng_gain_map.cpp567 for (int32 row = overlap.t; row < overlap.b; row += fAreaSpec.RowPitch ()) in ProcessArea()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DImage11.cpp69 srcMapped.RowPitch, srcMapped.DepthPitch, destData, destMapped.RowPitch, in GenerateMipmap()
108 sourceBox.x * sourcePixelBytes + sourceBox.y * srcMapped.RowPitch + in CopyImage()
111 destOffset.y * destMapped.RowPitch + destOffset.z * destMapped.DepthPitch; in CopyImage()
113 CopyImageCHROMIUM(sourceData, srcMapped.RowPitch, sourcePixelBytes, srcMapped.DepthPitch, in CopyImage()
114 sourceFormat.pixelReadFunction, destData, destMapped.RowPitch, destPixelBytes, in CopyImage()
301 (area.y * mappedImage.RowPitch + area.x * outputPixelSize + in loadData()
305 inputDepthPitch, offsetMappedData, mappedImage.RowPitch, mappedImage.DepthPitch); in loadData()
344 ((area.y / outputBlockHeight) * mappedImage.RowPitch + in loadCompressedData()
348 inputRowPitch, inputDepthPitch, offsetMappedData, mappedImage.RowPitch, in loadCompressedData()
409 mappedImage.RowPitch * destOffset.y + rowOffset + in copyFromFramebuffer()
[all …]
DMappedSubresourceVerifier11.cpp56 mPitchType = &D3D11_MAPPED_SUBRESOURCE::RowPitch; in setDesc()
DBlit11.cpp1270 convertFunction(sourceArea, destArea, clipRect, sourceSize, sourceMapping.RowPitch, in copyAndConvertImpl()
1271 destMapping.RowPitch, readOffset, writeOffset, copySize, srcPixelStride, in copyAndConvertImpl()
1323 mapped.RowPitch, mapped.DepthPitch); in copyAndConvert()
DRenderer11.cpp3516 int inputPitch = static_cast<int>(mapping.RowPitch); in packPixels()
/external/angle/src/libANGLE/
DCLImage.cpp52 case ImageInfo::RowPitch: in getInfo()
/external/skia/src/gpu/d3d/
DGrD3DGpu.cpp336 SkRectMemcpy(dst, placedFootprints[currentMipLevel].Footprint.RowPitch, in copy_compressed_data()
627 SkRectMemcpy(buffer, rowBytes, mappedMemory, dstLocation.PlacedFootprint.Footprint.RowPitch, in onReadPixels()
735 SkRectMemcpy(dst, placedFootprints[currentMipLevel].Footprint.RowPitch, in uploadToTexture()
1180 if (!GrClearImage(ii, mapPtr, placedFootprints[0].Footprint.RowPitch, color)) { in copy_color_data()
1263 placedFootprints[i].Footprint.RowPitch = placedFootprints[0].Footprint.RowPitch; in onClearBackendTexture()
/external/mesa3d/src/gallium/frontends/nine/
Dvolume9.c333 pLockedVolume->RowPitch = stride; in NineVolume9_LockBox()
356 pLockedVolume->RowPitch = This->transfer->stride; in NineVolume9_LockBox()
/external/angle/src/tests/egl_tests/
DEGLPresentPathD3D11Test.cpp261 ASSERT_EQ(static_cast<UINT>(mWindowWidth * 4), mappedSubresource.RowPitch); in checkPixelsUsingD3D()
/external/angle/src/common/
DPackedCLEnums_autogen.cpp1138 return ImageInfo::RowPitch; in FromCLenum()
1168 case ImageInfo::RowPitch: in ToCLenum()
1202 case ImageInfo::RowPitch: in operator <<()
DPackedCLEnums_autogen.h235 RowPitch = 2, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h1635 INT RowPitch; member