Searched refs:GGL_ENABLE_SMOOTH (Results 1 - 4 of 4) sorted by last modified time

/system/core/include/private/pixelflinger/
H A Dggl_context.h221 GGL_ENABLE_SMOOTH = 0x00000002, enumerator in enum:android::__anon321
/system/core/libpixelflinger/
H A Dpicker.cpp100 n |= GGL_BUILD_NEEDS((enables & GGL_ENABLE_SMOOTH) ?1:0, SHADE);
H A Dpixelflinger.cpp202 if (c->state.enables & GGL_ENABLE_SMOOTH) {
203 c->state.enables &= ~GGL_ENABLE_SMOOTH;
208 if (!(c->state.enables & GGL_ENABLE_SMOOTH)) {
209 c->state.enables |= GGL_ENABLE_SMOOTH;
H A Dscanline.cpp639 if (enables & GGL_ENABLE_SMOOTH) {
915 if (enables & GGL_ENABLE_SMOOTH) {
1635 if (ggl_unlikely(enables & GGL_ENABLE_SMOOTH)) {
1731 if (enables & GGL_ENABLE_SMOOTH) {
1739 if (enables & GGL_ENABLE_SMOOTH) {
1801 if (enables & GGL_ENABLE_SMOOTH) {

Completed in 237 milliseconds