Searched refs:GGL_ENABLE_AA (Results 1 - 4 of 4) sorted by relevance

/system/core/libpixelflinger/
H A Dpicker.cpp105 p |= GGL_BUILD_NEEDS((enables & GGL_ENABLE_AA) ?1:0, P_AA);
H A Dpixelflinger.cpp683 const int e = (c->state.enables & GGL_ENABLE_AA)?1:0;
685 if (enable) c->state.enables |= GGL_ENABLE_AA;
686 else c->state.enables &= ~GGL_ENABLE_AA;
H A Dscanline.cpp834 if (enables & GGL_ENABLE_AA) {
/system/core/include/private/pixelflinger/
H A Dggl_context.h222 GGL_ENABLE_AA = 0x00000004, enumerator in enum:android::__anon321

Completed in 523 milliseconds