Searched refs:GGL_LEQUAL (Results 1 - 3 of 3) sorted by relevance

/system/core/include/pixelflinger/
H A Dpixelflinger.h133 GGL_LEQUAL = 0x0203, enumerator in enum:GGLNames
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp712 case GGL_LEQUAL: cc = LS; break;
736 case GGL_LEQUAL: ic = HS; break;
/system/core/libpixelflinger/
H A Dscanline.cpp848 case GGL_LEQUAL: if (alpha<=ref) break; goto discard;
866 case GGL_LEQUAL: if (zz<=depth) break; goto discard;

Completed in 1617 milliseconds