Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp103 mAlphaTest = GGL_READ_NEEDS(P_ALPHA_TEST, needs.p) + GGL_NEVER; in scanline_core()
172 (isAlphaSourceNeeded() || mAlphaTest != GGL_ALWAYS); in scanline_core()
221 if (mAlphaTest==GGL_ALWAYS) { in scanline_core()
276 if (mAlphaTest!=GGL_ALWAYS) { in scanline_core()
329 if ((mAlphaTest!=GGL_ALWAYS) || (mDepthTest!=GGL_ALWAYS)) { in scanline_core()
699 if (mAlphaTest != GGL_ALWAYS) { in build_alpha_test()
708 switch (mAlphaTest) { in build_alpha_test()
DGGLAssembler.h536 int mAlphaTest; variable