OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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