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

/system/core/libpixelflinger/
H A Dpicker.cpp45 if (enables & GGL_ENABLE_BLENDING)
52 if (enables & GGL_ENABLE_BLENDING) {
H A Dpixelflinger.cpp310 if (c->state.enables & GGL_ENABLE_BLENDING) {
325 if (c->state.enables & GGL_ENABLE_BLENDING) {
617 const int e = (c->state.enables & GGL_ENABLE_BLENDING)?1:0;
619 if (enable) c->state.enables |= GGL_ENABLE_BLENDING;
620 else c->state.enables &= ~GGL_ENABLE_BLENDING;
H A Dscanline.cpp899 if (enables & GGL_ENABLE_BLENDING) {
/system/core/include/private/pixelflinger/
H A Dggl_context.h220 GGL_ENABLE_BLENDING = 0x00000001, enumerator in enum:android::__anon321

Completed in 11 milliseconds