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

/system/core/include/pixelflinger/
H A Dpixelflinger.h154 GGL_NAND = 0x150E, // ~(s & d) enumerator in enum:GGLNames
/system/core/libpixelflinger/
H A Dbuffer.cpp245 case GGL_NAND: return ~(s & d);
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp852 case GGL_NAND: AND(AL, 0, pixel.reg, s.reg, d.reg);
H A Dtexturing.cpp253 case GGL_NAND:

Completed in 429 milliseconds