OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PACK_COLOR_88
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/main/
colormac.h
104
#define
PACK_COLOR_88
( L, A ) \
format_pack.c
667
*d =
PACK_COLOR_88
(src[ACOMP], src[RCOMP]);
686
*d =
PACK_COLOR_88
(src[RCOMP], src[ACOMP]);
886
*d =
PACK_COLOR_88
(src[GCOMP], src[RCOMP]);
896
*d =
PACK_COLOR_88
(g, r);
906
*d =
PACK_COLOR_88
(src[RCOMP], src[GCOMP]);
916
*d =
PACK_COLOR_88
(r, g);
1130
*d =
PACK_COLOR_88
(src[ACOMP], l);
1139
*d =
PACK_COLOR_88
(a, l);
1382
*d =
PACK_COLOR_88
(src[0], src[1]);
1392
*d =
PACK_COLOR_88
(du, dv)
[
all
...]
texstore.c
[
all
...]
/external/mesa3d/src/mesa/main/
colormac.h
104
#define
PACK_COLOR_88
( L, A ) \
format_pack.c
667
*d =
PACK_COLOR_88
(src[ACOMP], src[RCOMP]);
686
*d =
PACK_COLOR_88
(src[RCOMP], src[ACOMP]);
886
*d =
PACK_COLOR_88
(src[GCOMP], src[RCOMP]);
896
*d =
PACK_COLOR_88
(g, r);
906
*d =
PACK_COLOR_88
(src[RCOMP], src[GCOMP]);
916
*d =
PACK_COLOR_88
(r, g);
1130
*d =
PACK_COLOR_88
(src[ACOMP], l);
1139
*d =
PACK_COLOR_88
(a, l);
1382
*d =
PACK_COLOR_88
(src[0], src[1]);
1392
*d =
PACK_COLOR_88
(du, dv)
[
all
...]
texstore.c
[
all
...]
Completed in 70 milliseconds