Searched refs:GGL_AND_REVERSE (Results 1 - 4 of 4) sorted by relevance

/system/core/include/pixelflinger/
H A Dpixelflinger.h142 GGL_AND_REVERSE = 0x1502, // s & ~d enumerator in enum:GGLNames
/system/core/libpixelflinger/
H A Dbuffer.cpp233 case GGL_AND_REVERSE: return s & ~d;
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp834 case GGL_AND_REVERSE: BIC(AL, 0, pixel.reg, s.reg, d.reg); break;
H A Dtexturing.cpp245 case GGL_AND_REVERSE:

Completed in 9 milliseconds