OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sRGBtoLinear8_12
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/src/Shader/
Constants.hpp
73
unsigned short
sRGBtoLinear8_12
[256];
Constants.cpp
282
sRGBtoLinear8_12
[i] = (unsigned short)(sw::sRGBtoLinear((float)i / 0xFF) * 0x1000 + 0.5f);
SamplerCore.cpp
[
all
...]
Completed in 534 milliseconds