Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DTexture.h131 mCachedSamplerFormat = computeRequiredSamplerFormat(samplerState); in compatibleWithSamplerFormatForWebGL()
210 SamplerFormat computeRequiredSamplerFormat(const SamplerState &samplerState) const;
H A DTexture.cpp286 SamplerFormat TextureState::computeRequiredSamplerFormat(const SamplerState &samplerState) const in computeRequiredSamplerFormat() function in gl::TextureState