Home
last modified time | relevance | path

Searched refs:GGL_NOR (Results 1 – 4 of 4) sorted by relevance

/system/core/libpixelflinger/include/pixelflinger/
Dpixelflinger.h148 GGL_NOR = 0x1508, // ~(s | d) enumerator
/system/core/libpixelflinger/
Dbuffer.cpp241 case GGL_NOR: return ~(s | d); in logic_op()
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp838 case GGL_NOR: ORR(AL, 0, pixel.reg, s.reg, d.reg); in build_logic_op()
Dtexturing.cpp246 case GGL_NOR: in decodeLogicOpNeeds()