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/d3d11/
Image11.cpp 73 mipFunction(src->getWidth(), src->getHeight(), src->getDepth(), sourceData, srcMapped.RowPitch, srcMapped.DepthPitch,
74 destData, destMapped.RowPitch, destMapped.DepthPitch);
173 void* offsetMappedData = (void*)((BYTE *)mappedImage.pData + (yoffset * mappedImage.RowPitch + xoffset * outputPixelSize + zoffset * mappedImage.DepthPitch));
174 loadFunction(width, height, depth, input, inputRowPitch, inputDepthPitch, offsetMappedData, mappedImage.RowPitch, mappedImage.DepthPitch);
206 zoffset * mappedImage.DepthPitch));
209 offsetMappedData, mappedImage.RowPitch, mappedImage.DepthPitch);
292 void *dataOffset = static_cast<unsigned char*>(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 165 milliseconds