Searched refs:sourceStorage11 (Results 1 – 1 of 1) sorted by relevance
2720 TextureStorage11 *sourceStorage11 = GetAs<TextureStorage11>(sourceStorage); in copyTexture() local2721 ASSERT(sourceStorage11); in copyTexture()2724 ANGLE_TRY(sourceStorage11->getSRVLevels(context, sourceLevel, sourceLevel, &sourceSRV)); in copyTexture()2801 TextureStorage11_2D *sourceStorage11 = GetAs<TextureStorage11_2D>(sourceStorage); in copyCompressedTexture() local2802 ASSERT(sourceStorage11); in copyCompressedTexture()2805 ANGLE_TRY(sourceStorage11->getResource(context, &sourceResource)); in copyCompressedTexture()2809 ANGLE_TRY(sourceStorage11->getSubresourceIndex(context, sourceIndex, &sourceSubresource)); in copyCompressedTexture()