Searched refs:GGL_ENABLE_TMUS (Results 1 - 5 of 5) sorted by relevance

/system/core/libpixelflinger/
H A Dpicker.cpp101 if (enables & GGL_ENABLE_TMUS) {
H A Draster.cpp164 c->state.enables |= GGL_ENABLE_TMUS;
H A Dpixelflinger.cpp719 if (c->state.enabled_tmu) c->state.enables |= GGL_ENABLE_TMUS;
720 else c->state.enables &= ~GGL_ENABLE_TMUS;
H A Dscanline.cpp433 (c->state.enables & GGL_ENABLE_TMUS))
662 if (enables & GGL_ENABLE_TMUS) {
697 if (enables & GGL_ENABLE_TMUS) {
1667 if (enables & GGL_ENABLE_TMUS) {
1730 } else if (enables & GGL_ENABLE_TMUS) {
1818 if ((enables & GGL_ENABLE_TMUS) && (!(enables & GGL_ENABLE_W))) {
/system/core/include/private/pixelflinger/
H A Dggl_context.h226 GGL_ENABLE_TMUS = 0x00000040, enumerator in enum:android::__anon321

Completed in 809 milliseconds