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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Image11.cpp 30 mAssociatedStorage = NULL;
148 mAssociatedStorage = storage11;
158 return (mAssociatedStorage == textureStorage);
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);
197 mAssociatedStorage = NULL;
Image11.h 81 TextureStorage11 *mAssociatedStorage;

Completed in 286 milliseconds