Home | History | Annotate | Download | only in libpixelflinger

Lines Matching refs:enables

450     if ((c->state.enables & GGL_ENABLE_W) &&
451 (c->state.enables & GGL_ENABLE_TMUS))
646 const uint32_t enables = c->state.enables;
657 if (enables & GGL_ENABLE_SMOOTH) {
680 if (enables & GGL_ENABLE_TMUS) {
684 if (enables & GGL_ENABLE_W) {
715 if (enables & GGL_ENABLE_TMUS) {
852 if (enables & GGL_ENABLE_AA) {
858 if (enables & GGL_ENABLE_ALPHA_TEST) {
875 if (enables & GGL_ENABLE_DEPTH_TEST) {
905 if (enables & GGL_ENABLE_FOG) {
917 if (enables & GGL_ENABLE_BLENDING) {
933 if (enables & GGL_ENABLE_SMOOTH) {
1639 const uint32_t enables = c->state.enables;
1647 if (enables & (GGL_ENABLE_DEPTH_TEST|GGL_ENABLE_W|GGL_ENABLE_FOG)) {
1653 if (ggl_unlikely(enables & GGL_ENABLE_SMOOTH)) {
1685 if (enables & GGL_ENABLE_TMUS) {
1704 if (!(enables & GGL_ENABLE_W)) {
1746 if (enables & GGL_ENABLE_FOG) {
1748 } else if (enables & GGL_ENABLE_TMUS) {
1749 if (enables & GGL_ENABLE_SMOOTH) {
1751 } else if (enables & GGL_ENABLE_W) {
1757 if (enables & GGL_ENABLE_SMOOTH) {
1813 const uint32_t enables = c->state.enables;
1819 if (enables & GGL_ENABLE_SMOOTH) {
1830 if (enables & mask) {
1836 if ((enables & GGL_ENABLE_TMUS) && (!(enables & GGL_ENABLE_W))) {