OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasFloatTexture
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/src/Shader/
SamplerCore.hpp
98
bool
hasFloatTexture
() const;
SamplerCore.cpp
128
if(!
hasFloatTexture
())
141
if(fixed12 && !
hasFloatTexture
())
322
if(
hasFloatTexture
() || hasUnnormalizedIntegerTexture() || forceFloatFiltering) // FIXME: Mostly identical to integer sampling
362
if(!
hasFloatTexture
() && !hasUnnormalizedIntegerTexture())
[
all
...]
Completed in 81 milliseconds