Home
last modified time | relevance | path

Searched refs:mDropStencilTexture (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DTextureStorage11.cpp91 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 …]
DTextureStorage11.h225 TextureHelper11 mDropStencilTexture; variable