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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Image11.cpp 176 mAssociatedStorage->copySubresourceLevel(mStagingTexture, mStagingSubresource, mAssociatedStorageLevel, mAssociatedStorageLayerTarget, 0, 0, 0, mWidth, mHeight, mDepth);
419 return mStagingSubresource;
480 mStagingSubresource = D3D11CalcSubresource(lodOffset, 0, lodOffset + 1);
521 mStagingSubresource = D3D11CalcSubresource(lodOffset, 0, lodOffset + 1);
544 result = deviceContext->Map(mStagingTexture, mStagingSubresource, mapType, 0, map);
565 deviceContext->Unmap(mStagingTexture, mStagingSubresource);
Image11.h 78 unsigned int mStagingSubresource;

Completed in 242 milliseconds