HomeSort by relevance Sort by last modified time
    Searched refs:RowPitch (Results 1 - 14 of 14) 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 159 lockedVolume->RowPitch = 0;
168 lockedVolume->RowPitch = getExternalPitchB();
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 471 out_mapped_subresource->RowPitch = msr.RowPitch;
501 out_mapped_subresource->RowPitch = msr.RowPitch;
582 out_locked_rect->Pitch = d3d_mapped.RowPitch;
d3d11_context.h     [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10.idl     [all...]
d3d11.idl 715 UINT RowPitch;
    [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...]

Completed in 471 milliseconds