Searched refs:RowPitch (Results 1 – 14 of 14) sorted by relevance
/external/dng_sdk/source/ |
D | dng_misc_opcodes.cpp | 419 (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 …]
|
D | dng_misc_opcodes.h | 123 const uint32 RowPitch () const in RowPitch() function
|
D | dng_gain_map.cpp | 567 for (int32 row = overlap.t; row < overlap.b; row += fAreaSpec.RowPitch ()) in ProcessArea()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Image11.cpp | 69 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() 299 (area.y * mappedImage.RowPitch + area.x * outputPixelSize + in loadData() 303 inputDepthPitch, offsetMappedData, mappedImage.RowPitch, mappedImage.DepthPitch); in loadData() 342 ((area.y / outputBlockHeight) * mappedImage.RowPitch + in loadCompressedData() 346 inputRowPitch, inputDepthPitch, offsetMappedData, mappedImage.RowPitch, in loadCompressedData() 407 mappedImage.RowPitch * destOffset.y + rowOffset + in copyFromFramebuffer() [all …]
|
D | MappedSubresourceVerifier11.cpp | 56 mPitchType = &D3D11_MAPPED_SUBRESOURCE::RowPitch; in setDesc()
|
D | Blit11.cpp | 1266 convertFunction(sourceArea, destArea, clipRect, sourceSize, sourceMapping.RowPitch, in copyAndConvertImpl() 1267 destMapping.RowPitch, readOffset, writeOffset, copySize, srcPixelStride, in copyAndConvertImpl() 1319 mapped.RowPitch, mapped.DepthPitch); in copyAndConvert()
|
D | Renderer11.cpp | 3391 int inputPitch = static_cast<int>(mapping.RowPitch); in packPixels()
|
/external/swiftshader/src/D3D9/ |
D | Direct3DVolume9.cpp | 170 lockedVolume->RowPitch = 0; in LockBox() 179 lockedVolume->RowPitch = getExternalPitchB(); in LockBox()
|
/external/swiftshader/src/D3D8/ |
D | Direct3DVolume8.cpp | 148 lockedVolume->RowPitch = pitchB(getWidth(), 0, getExternalFormat(), false); in LockBox()
|
D | Direct3DDevice8.cpp | 4894 if(sourceLock.RowPitch != destinationLock.RowPitch || in updateVolume()
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | volume9.c | 333 pLockedVolume->RowPitch = stride; in NineVolume9_LockBox() 356 pLockedVolume->RowPitch = This->transfer->stride; in NineVolume9_LockBox()
|
/external/angle/src/tests/egl_tests/ |
D | EGLPresentPathD3D11Test.cpp | 263 ASSERT_EQ(static_cast<UINT>(mWindowWidth * 4), mappedSubresource.RowPitch); in checkPixelsUsingD3D()
|
/external/swiftshader/include/Direct3D/ |
D | d3d8types.h | 1553 INT RowPitch; member
|
/external/mesa3d/include/D3D9/ |
D | d3d9types.h | 1635 INT RowPitch; member
|