Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DSamplerCore.hpp106 bool has32bitIntegerTextureComponents() const;
DSamplerCore.cpp2094 if(hasFloatTexture() || has32bitIntegerTextureComponents()) in sampleTexel()
2713 bool SamplerCore::has32bitIntegerTextureComponents() const in has32bitIntegerTextureComponents() function in sw::SamplerCore