Home
last modified time | relevance | path

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

/system/core/libpixelflinger/include/pixelflinger/
Dpixelflinger.h151 GGL_OR_REVERSE = 0x150B, // s | ~d enumerator
/system/core/libpixelflinger/
Dbuffer.cpp244 case GGL_OR_REVERSE: return s | ~d; in logic_op()
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp843 case GGL_OR_REVERSE: // s | ~d == ~(~s & d) in build_logic_op()
Dtexturing.cpp248 case GGL_OR_REVERSE: in decodeLogicOpNeeds()