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/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);
204 void* offsetMappedData = (void*)((BYTE*)mappedImage.pData + ((yoffset / outputBlockHeight) * mappedImage.RowPitch +
209 offsetMappedData, mappedImage.RowPitch, mappedImage.DepthPitch);
292 void *dataOffset = static_cast<unsigned char*>(mappedImage.pData) + mappedImage.RowPitch * yoffset + rowOffset + zoffset * mappedImage.DepthPitch;
297 mRenderer->readPixels(source, x, y, width, height, format, 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 406 milliseconds