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

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp104 mAlphaTest = GGL_READ_NEEDS(P_ALPHA_TEST, needs.p) + GGL_NEVER;
105 mDepthTest = GGL_READ_NEEDS(P_DEPTH_TEST, needs.p) + GGL_NEVER;
710 case GGL_NEVER: cc = NV; break;
741 case GGL_NEVER:
/system/core/libpixelflinger/include/pixelflinger/
H A Dpixelflinger.h130 GGL_NEVER = 0x0200, enumerator in enum:GGLNames
/system/core/libpixelflinger/
H A Dpixelflinger.cpp552 if ((func < GGL_NEVER) || (func > GGL_ALWAYS)) {
568 if ((func < GGL_NEVER) || (func > GGL_ALWAYS)) {
H A Dscanline.cpp863 case GGL_NEVER: goto discard;
881 case GGL_NEVER: goto discard;

Completed in 157 milliseconds