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

/system/core/libpixelflinger/
H A Dbuffer.cpp201 (c->state.enables & GGL_ENABLE_LOGIC_OP)) {
209 if (c->state.enables & GGL_ENABLE_LOGIC_OP) {
H A Dpicker.cpp108 if (enables & GGL_ENABLE_LOGIC_OP) {
H A Dpixelflinger.cpp647 const int e = (c->state.enables & GGL_ENABLE_LOGIC_OP)?1:0;
649 if (enable) c->state.enables |= GGL_ENABLE_LOGIC_OP;
650 else c->state.enables &= ~GGL_ENABLE_LOGIC_OP;
/system/core/include/private/pixelflinger/
H A Dggl_context.h223 GGL_ENABLE_LOGIC_OP = 0x00000008, enumerator in enum:android::__anon321

Completed in 146 milliseconds