Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DTexture.h128 mCachedSamplerFormat = computeRequiredSamplerFormat(samplerState); in compatibleWithSamplerFormat()
178 SamplerFormat computeRequiredSamplerFormat(const SamplerState &samplerState) const;
DTexture.cpp243 SamplerFormat TextureState::computeRequiredSamplerFormat(const SamplerState &samplerState) const in computeRequiredSamplerFormat() function in gl::TextureState