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

/system/core/libpixelflinger/
H A Dbuffer.cpp51 t.min_filter = GGL_NEAREST;
52 t.mag_filter = GGL_NEAREST;
H A Dpixelflinger.cpp417 if ((param == GGL_NEAREST) ||
421 param = GGL_NEAREST;
431 if ((param == GGL_NEAREST) ||
H A Dscanline.cpp724 if (tx.mag_filter == GGL_NEAREST &&
725 tx.min_filter == GGL_NEAREST)
/system/core/include/pixelflinger/
H A Dpixelflinger.h95 GGL_NEAREST = 0x2600, enumerator in enum:GGLNames

Completed in 58 milliseconds