Searched defs:fix_xRGB_alpha (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_cc.c79 fix_xRGB_alpha(GLenum function) function
162 srcRGB = fix_xRGB_alpha(srcRGB);
163 srcA = fix_xRGB_alpha(srcA);
164 dstRGB = fix_xRGB_alpha(dstRGB);
165 dstA = fix_xRGB_alpha(dstA);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_cc.c79 fix_xRGB_alpha(GLenum function) function
162 srcRGB = fix_xRGB_alpha(srcRGB);
163 srcA = fix_xRGB_alpha(srcA);
164 dstRGB = fix_xRGB_alpha(dstRGB);
165 dstA = fix_xRGB_alpha(dstA);

Completed in 134 milliseconds