HomeSort by relevance Sort by last modified time
    Searched refs:RowPitch (Results 1 - 17 of 17) 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);
305 uint8_t* offsetMappedData = reinterpret_cast<uint8_t*>(mappedImage.pData) + ((yoffset / outputBlockHeight) * mappedImage.RowPitch +
311 offsetMappedData, mappedImage.RowPitch, mappedImage.DepthPitch);
393 uint8_t *dataOffset = static_cast<uint8_t*>(mappedImage.pData) + mappedImage.RowPitch * yoffset + rowOffset + zoffset * mappedImage.DepthPitch;
397 mRenderer->readPixels(source, x, y, width, height, formatInfo.format, formatInfo.type, mappedImage.RowPitch, gl::PixelPackState(), dataOffset);
Blit11.cpp     [all...]
Renderer11.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10.idl     [all...]
d3d11.idl 715 UINT RowPitch;
    [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 295 UINT RowPitch;
    [all...]
d3d10.h     [all...]
d3d11.h 416 UINT RowPitch;
    [all...]

Completed in 348 milliseconds