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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Image11.cpp 31 mAssociatedStorageLevel = 0;
149 mAssociatedStorageLevel = level;
167 bool textureStorageCorrect = mAssociatedStorage->isAssociatedImageValid(mAssociatedStorageLevel, mAssociatedStorageLayerTarget, this);
176 mAssociatedStorage->copySubresourceLevel(mStagingTexture, mStagingSubresource, mAssociatedStorageLevel, mAssociatedStorageLayerTarget, 0, 0, 0, mWidth, mHeight, mDepth);
194 mAssociatedStorage->disassociateImage(mAssociatedStorageLevel, mAssociatedStorageLayerTarget, this);
198 mAssociatedStorageLevel = 0;
Image11.h 82 int mAssociatedStorageLevel;

Completed in 469 milliseconds