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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
TextureStorage11.h 63 bool copySubresourceLevel(ID3D11Resource* dstTexture, unsigned int dstSubresource, int level,
TextureStorage11.cpp 308 unsigned int dstSubresource = getSubresourceIndex(level + mTopLevel, layerTarget);
319 dstTexture, dstSubresource, copyArea, texSize,
336 context->CopySubresourceRegion(dstTexture, dstSubresource, copyArea.x, copyArea.y, copyArea.z,
345 bool TextureStorage11::copySubresourceLevel(ID3D11Resource* dstTexture, unsigned int dstSubresource,
358 context->CopySubresourceRegion(dstTexture, dstSubresource, xoffset, yoffset, zoffset,
    [all...]

Completed in 150 milliseconds