HomeSort by relevance Sort by last modified time
    Searched refs:RowPitch (Results 1 - 15 of 15) sorted by null

  /external/dng_sdk/source/
dng_misc_opcodes.cpp 419 (overlap.H () + fAreaSpec.RowPitch () - 1) / fAreaSpec.RowPitch (),
422 fAreaSpec.RowPitch () * buffer.RowStep (),
640 for (int32 row = overlap.t; row < overlap.b; row += fAreaSpec.RowPitch ())
865 fAreaSpec.RowPitch ());
916 fAreaSpec.RowPitch ());
1004 fAreaSpec.RowPitch ());
1006 for (int32 row = overlap.t; row < overlap.b; row += fAreaSpec.RowPitch ())
1198 uint32 rows = (overlap.H () + fAreaSpec.RowPitch () - 1) /
1199 fAreaSpec.RowPitch ();
    [all...]
dng_misc_opcodes.h 88 uint32 rowPitch = 1,
94 , fRowPitch (rowPitch)
123 const uint32 RowPitch () const
dng_gain_map.cpp 567 for (int32 row = overlap.t; row < overlap.b; row += fAreaSpec.RowPitch ())
  /external/swiftshader/src/D3D9/
Direct3DVolume9.cpp 170 lockedVolume->RowPitch = 0;
179 lockedVolume->RowPitch = getExternalPitchB();
  /external/swiftshader/src/D3D8/
Direct3DVolume8.cpp 148 lockedVolume->RowPitch = pitchB(getWidth(), 0, getExternalFormat(), false);
Direct3DDevice8.cpp     [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
volume9.c 318 pLockedVolume->RowPitch = This->stride_conversion;
324 pLockedVolume->RowPitch = This->stride;
345 pLockedVolume->RowPitch = This->transfer->stride;
  /external/swiftshader/include/Direct3D/
d3d8types.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10.idl     [all...]
d3d8types.h     [all...]
d3d9types.h     [all...]
d3d11.idl 574 UINT RowPitch;
    [all...]
d3d10.h     [all...]
d3d11.h 840 UINT RowPitch;
    [all...]
  /external/mesa3d/include/D3D9/
d3d9types.h     [all...]

Completed in 381 milliseconds