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

/system/core/libpixelflinger/include/pixelflinger/
H A Dpixelflinger.h149 GGL_EQUIV = 0x1509, // ~(s ^ d) enumerator in enum:GGLNames
/system/core/libpixelflinger/
H A Dbuffer.cpp240 case GGL_EQUIV: return ~(s ^ d);
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp843 case GGL_EQUIV: EOR(AL, 0, pixel.reg, s.reg, d.reg);
H A Dtexturing.cpp248 case GGL_EQUIV:

Completed in 53 milliseconds