HomeSort by relevance Sort by last modified time
    Searched refs:hasUnnormalizedIntegerTexture (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/src/Shader/
SamplerCore.hpp 99 bool hasUnnormalizedIntegerTexture() const;
SamplerCore.cpp 322 if(hasFloatTexture() || hasUnnormalizedIntegerTexture() || forceFloatFiltering) // FIXME: Mostly identical to integer sampling
362 if(!hasFloatTexture() && !hasUnnormalizedIntegerTexture())
    [all...]

Completed in 80 milliseconds