HomeSort by relevance Sort by last modified time
    Searched refs:GGL_ENABLE_BLENDING (Results 1 - 4 of 4) sorted by null

  /system/core/libpixelflinger/
picker.cpp 45 if (enables & GGL_ENABLE_BLENDING)
52 if (enables & GGL_ENABLE_BLENDING) {
pixelflinger.cpp 60 static void ggl_enable_blending(context_t* c, int enable);
162 case GGL_BLEND: ggl_enable_blending(c, en); break;
310 if (c->state.enables & GGL_ENABLE_BLENDING) {
325 if (c->state.enables & GGL_ENABLE_BLENDING) {
615 void ggl_enable_blending(context_t* c, int enable) function in namespace:android
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;
scanline.cpp     [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 220 GGL_ENABLE_BLENDING = 0x00000001,

Completed in 124 milliseconds