Home
last modified time | relevance | path

Searched refs:mAlphaTest (Results 1 – 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp102 mAlphaTest = GGL_READ_NEEDS(P_ALPHA_TEST, needs.p) + GGL_NEVER; in scanline_core()
171 (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()
697 if (mAlphaTest != GGL_ALWAYS) { in build_alpha_test()
706 switch (mAlphaTest) { in build_alpha_test()
DGGLAssembler.h544 int mAlphaTest; variable