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

  /system/core/libpixelflinger/
picker.cpp 114 if (enables & GGL_ENABLE_ALPHA_TEST) {
pixelflinger.cpp 62 static void ggl_enable_alpha_test(context_t* c, int enable);
164 case GGL_ALPHA_TEST: ggl_enable_alpha_test(c, en); break;
635 void ggl_enable_alpha_test(context_t* c, int enable) function in namespace:android
637 const int e = (c->state.enables & GGL_ENABLE_ALPHA_TEST)?1:0;
639 if (enable) c->state.enables |= GGL_ENABLE_ALPHA_TEST;
640 else c->state.enables &= ~GGL_ENABLE_ALPHA_TEST;
scanline.cpp 856 if (enables & GGL_ENABLE_ALPHA_TEST) {
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 224 GGL_ENABLE_ALPHA_TEST = 0x00000010,

Completed in 60 milliseconds