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

/system/core/include/pixelflinger/
H A Dpixelflinger.h146 GGL_XOR = 0x1506, // s ^ d enumerator in enum:GGLNames
/system/core/libpixelflinger/
H A Dbuffer.cpp237 case GGL_XOR: return s ^ d;
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp838 case GGL_XOR: EOR(AL, 0, pixel.reg, s.reg, d.reg); break;
H A Dtexturing.cpp247 case GGL_XOR:

Completed in 1829 milliseconds