Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp171 (isAlphaSourceNeeded() || mAlphaTest != GGL_ALWAYS); in scanline_core()
220 if (mAlphaTest==GGL_ALWAYS) { in scanline_core()
275 if (mAlphaTest!=GGL_ALWAYS) { in scanline_core()
328 if ((mAlphaTest!=GGL_ALWAYS) || (mDepthTest!=GGL_ALWAYS)) { in scanline_core()
329 if (mDepthTest!=GGL_ALWAYS) { in scanline_core()
414 if ((mDepthTest != GGL_ALWAYS) || GGL_READ_NEEDS(P_MASK_Z, needs.p)) { in build_scanline_prolog()
697 if (mAlphaTest != GGL_ALWAYS) { in build_alpha_test()
729 if (mDepthTest != GGL_ALWAYS || zmask) { in build_depth_test()
744 case GGL_ALWAYS: in build_depth_test()
789 if ((mDepthTest != GGL_ALWAYS) || GGL_READ_NEEDS(P_MASK_Z, needs.p)) { in build_iterate_z()
/system/core/libpixelflinger/
Dpicker.cpp117 p |= GGL_BUILD_NEEDS(GGL_ALWAYS, P_ALPHA_TEST); in ggl_pick()
124 p |= GGL_BUILD_NEEDS(GGL_ALWAYS, P_DEPTH_TEST); in ggl_pick()
Dpixelflinger.cpp552 if ((func < GGL_NEVER) || (func > GGL_ALWAYS)) { in ggl_alphaFuncx()
568 if ((func < GGL_NEVER) || (func > GGL_ALWAYS)) { in ggl_depthFunc()
794 c->state.alpha_test.func = GGL_ALWAYS; in ggl_init_context()
/system/core/libpixelflinger/include/pixelflinger/
Dpixelflinger.h137 GGL_ALWAYS = 0x0207, enumerator