Searched refs:mDropStencilTexture (Results 1 – 2 of 2) sorted by relevance
91 mDropStencilTexture(), in TextureStorage11()310 ASSERT(mDropStencilTexture.valid()); in getCachedOrCreateSRVForSampler()311 texture = &mDropStencilTexture; in getCachedOrCreateSRVForSampler()509 if (mDropStencilTexture.valid()) in markLevelDirty()511 mDropStencilTexture.reset(); in markLevelDirty()865 context, *sourceTexture, subresource, wholeArea, wholeSize, mDropStencilTexture, in initDropStencilTexture()1575 if (mDropStencilTexture.valid()) in ensureDropStencilTexture()1597 &mDropStencilTexture)); in ensureDropStencilTexture()1598 mDropStencilTexture.setDebugName("TexStorage2D.DropStencil"); in ensureDropStencilTexture()2742 if (mDropStencilTexture.valid()) in ensureDropStencilTexture()[all …]
225 TextureHelper11 mDropStencilTexture; variable