OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linear_to_srgb
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_srgb.py
52
def
linear_to_srgb
(x):
function
82
print '%3u,' % (int(
linear_to_srgb
(i / 255.0) * 255.0 + 0.5),),
/external/mesa3d/src/gallium/auxiliary/util/
u_format_srgb.py
52
def
linear_to_srgb
(x):
function
82
print '%3u,' % (int(
linear_to_srgb
(i / 255.0) * 255.0 + 0.5),),
/external/chromium_org/third_party/mesa/src/src/mesa/main/
format_pack.c
62
linear_to_srgb
(GLfloat cl)
function
78
GLubyte res = FLOAT_TO_UBYTE(
linear_to_srgb
(cl));
86
GLubyte res = FLOAT_TO_UBYTE(
linear_to_srgb
(cl / 255.0f));
[
all
...]
/external/mesa3d/src/mesa/main/
format_pack.c
62
linear_to_srgb
(GLfloat cl)
function
78
GLubyte res = FLOAT_TO_UBYTE(
linear_to_srgb
(cl));
86
GLubyte res = FLOAT_TO_UBYTE(
linear_to_srgb
(cl / 255.0f));
[
all
...]
Completed in 107 milliseconds