Home
last modified time | relevance | path

Searched refs:GGL_NEVER (Results 1 – 4 of 4) sorted by relevance

/system/core/libpixelflinger/include/pixelflinger/
Dpixelflinger.h130 GGL_NEVER = 0x0200, enumerator
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp102 mAlphaTest = GGL_READ_NEEDS(P_ALPHA_TEST, needs.p) + GGL_NEVER; in scanline_core()
103 mDepthTest = GGL_READ_NEEDS(P_DEPTH_TEST, needs.p) + GGL_NEVER; in scanline_core()
707 case GGL_NEVER: cc = NV; break; in build_alpha_test()
738 case GGL_NEVER: in build_depth_test()
/system/core/libpixelflinger/
Dpixelflinger.cpp552 if ((func < GGL_NEVER) || (func > GGL_ALWAYS)) { in ggl_alphaFuncx()
568 if ((func < GGL_NEVER) || (func > GGL_ALWAYS)) { in ggl_depthFunc()
Dscanline.cpp863 case GGL_NEVER: goto discard; in scanline()
881 case GGL_NEVER: goto discard; in scanline()