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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Image11.cpp 79 sourceData, srcMapped.RowPitch, srcMapped.DepthPitch,
80 destData, destMapped.RowPitch, destMapped.DepthPitch);
271 uint8_t* offsetMappedData = (reinterpret_cast<uint8_t*>(mappedImage.pData) + (yoffset * mappedImage.RowPitch + xoffset * outputPixelSize + zoffset * mappedImage.DepthPitch));
274 offsetMappedData, mappedImage.RowPitch, mappedImage.DepthPitch);
307 zoffset * mappedImage.DepthPitch);
311 offsetMappedData, mappedImage.RowPitch, mappedImage.DepthPitch);
393 uint8_t *dataOffset = static_cast<uint8_t*>(mappedImage.pData) + mappedImage.RowPitch * yoffset + rowOffset + zoffset * mappedImage.DepthPitch;
Blit11.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 502 out_mapped_subresource->DepthPitch = msr.DepthPitch;
d3d11_context.h     [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 502 out_mapped_subresource->DepthPitch = msr.DepthPitch;
d3d11_context.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10.idl     [all...]
d3d11.idl 716 UINT DepthPitch;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10.idl     [all...]
d3d11.idl 716 UINT DepthPitch;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10.idl     [all...]
d3d11.idl 296 UINT DepthPitch;
    [all...]
d3d10.h     [all...]
d3d11.h 417 UINT DepthPitch;
    [all...]

Completed in 295 milliseconds