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

/system/core/include/pixelflinger/
H A Dpixelflinger.h141 GGL_AND = 0x1501, // s & d enumerator in enum:GGLNames
/system/core/libpixelflinger/
H A Dbuffer.cpp232 case GGL_AND: return s & d;
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp833 case GGL_AND: AND(AL, 0, pixel.reg, s.reg, d.reg); break;
H A Dtexturing.cpp244 case GGL_AND:

Completed in 101 milliseconds