Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DTexture.h125 if (!mCachedSamplerFormatValid || in compatibleWithSamplerFormat()
130 mCachedSamplerFormatValid = true; in compatibleWithSamplerFormat()
245 mutable bool mCachedSamplerFormatValid; variable
DTexture.cpp110 mCachedSamplerFormatValid(false) in TextureState()
1029 mState.mCachedSamplerFormatValid = false; in signalDirtyStorage()
1037 mState.mCachedSamplerFormatValid = false; in signalDirtyState()