Searched defs:enables (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/
H A Dpicker.cpp39 const uint32_t enables = c->state.enables; local
45 if (enables & GGL_ENABLE_BLENDING)
52 if (enables & GGL_ENABLE_BLENDING) {
100 n |= GGL_BUILD_NEEDS((enables & GGL_ENABLE_SMOOTH) ?1:0, SHADE);
101 if (enables & GGL_ENABLE_TMUS) {
102 n |= GGL_BUILD_NEEDS((enables & GGL_ENABLE_W) ?1:0, W);
104 p |= GGL_BUILD_NEEDS((enables & GGL_ENABLE_DITHER) ?1:0, P_DITHER);
105 p |= GGL_BUILD_NEEDS((enables & GGL_ENABLE_AA) ?1:0, P_AA);
106 p |= GGL_BUILD_NEEDS((enables
[all...]
H A Dscanline.cpp432 if ((c->state.enables & GGL_ENABLE_W) &&
433 (c->state.enables & GGL_ENABLE_TMUS))
628 const uint32_t enables = c->state.enables; local
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
1621 const uint32_t enables = c->state.enables; local
1795 const uint32_t enables = c->state.enables; local
[all...]
/system/core/include/private/pixelflinger/
H A Dggl_context.h519 uint32_t enables; member in struct:android::state_t

Completed in 79 milliseconds