Home | History | Annotate | Download | only in libpixelflinger

Lines Matching full:discard

861             case GGL_NEVER:     goto discard;
862 case GGL_LESS: if (alpha<ref) break; goto discard;
863 case GGL_EQUAL: if (alpha==ref) break; goto discard;
864 case GGL_LEQUAL: if (alpha<=ref) break; goto discard;
865 case GGL_GREATER: if (alpha>ref) break; goto discard;
866 case GGL_NOTEQUAL: if (alpha!=ref) break; goto discard;
867 case GGL_GEQUAL: if (alpha>=ref) break; goto discard;
879 case GGL_NEVER: goto discard;
880 case GGL_LESS: if (zz<depth) break; goto discard;
881 case GGL_EQUAL: if (zz==depth) break; goto discard;
882 case GGL_LEQUAL: if (zz<=depth) break; goto discard;
883 case GGL_GREATER: if (zz>depth) break; goto discard;
884 case GGL_NOTEQUAL: if (zz!=depth) break; goto discard;
885 case GGL_GEQUAL: if (zz>=depth) break; goto discard;
928 discard: