Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DTexture.h128 mCachedSamplerFormat = computeRequiredSamplerFormat(samplerState); in compatibleWithSamplerFormat()
133 return mCachedSamplerFormat == SamplerFormat::InvalidEnum || format == mCachedSamplerFormat; in compatibleWithSamplerFormat()
243 mutable SamplerFormat mCachedSamplerFormat; variable
DTexture.cpp108 mCachedSamplerFormat(SamplerFormat::InvalidEnum), in TextureState()