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

  /system/core/include/pixelflinger/
pixelflinger.h 131 GGL_LESS = 0x0201,
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 707 case GGL_LESS: cc = LT; break;
731 case GGL_LESS: ic = HI; break;
    [all...]
  /system/core/libpixelflinger/
pixelflinger.cpp 803 c->state.depth_test.func = GGL_LESS;
scanline.cpp 825 case GGL_LESS: if (alpha<ref) break; goto discard;
843 case GGL_LESS: if (zz<depth) break; goto discard;
    [all...]

Completed in 332 milliseconds