Home | History | Annotate | Download | only in libpixelflinger

Lines Matching defs:enables

432     if ((c->state.enables & GGL_ENABLE_W) &&
433 (c->state.enables & GGL_ENABLE_TMUS))
628 const uint32_t enables = c->state.enables;
639 if (enables & GGL_ENABLE_SMOOTH) {
662 if (enables & GGL_ENABLE_TMUS) {
666 if (enables & GGL_ENABLE_W) {
697 if (enables & GGL_ENABLE_TMUS) {
834 if (enables & GGL_ENABLE_AA) {
840 if (enables & GGL_ENABLE_ALPHA_TEST) {
857 if (enables & GGL_ENABLE_DEPTH_TEST) {
887 if (enables & GGL_ENABLE_FOG) {
899 if (enables & GGL_ENABLE_BLENDING) {
915 if (enables & GGL_ENABLE_SMOOTH) {
1621 const uint32_t enables = c->state.enables;
1629 if (enables & (GGL_ENABLE_DEPTH_TEST|GGL_ENABLE_W|GGL_ENABLE_FOG)) {
1635 if (ggl_unlikely(enables & GGL_ENABLE_SMOOTH)) {
1667 if (enables & GGL_ENABLE_TMUS) {
1686 if (!(enables & GGL_ENABLE_W)) {
1728 if (enables & GGL_ENABLE_FOG) {
1730 } else if (enables & GGL_ENABLE_TMUS) {
1731 if (enables & GGL_ENABLE_SMOOTH) {
1733 } else if (enables & GGL_ENABLE_W) {
1739 if (enables & GGL_ENABLE_SMOOTH) {
1795 const uint32_t enables = c->state.enables;
1801 if (enables & GGL_ENABLE_SMOOTH) {
1812 if (enables & mask) {
1818 if ((enables & GGL_ENABLE_TMUS) && (!(enables & GGL_ENABLE_W))) {