OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PixelToR
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xmesaP.h
98
GLubyte
PixelToR
[256]; /* Pixel to RGB conversion */
xm_api.c
471
v->
PixelToR
[i] = (unsigned char) ((i * 255) / rmask);
[
all
...]
/external/mesa3d/src/mesa/drivers/x11/
xmesaP.h
98
GLubyte
PixelToR
[256]; /* Pixel to RGB conversion */
xm_api.c
471
v->
PixelToR
[i] = (unsigned char) ((i * 255) / rmask);
[
all
...]
Completed in 182 milliseconds