Home
last modified time | relevance | path

Searched refs:GGL_LINEAR (Results 1 – 3 of 3) sorted by relevance

/system/core/libpixelflinger/
Dpicker.cpp149 if (tx.mag_filter == GGL_LINEAR) { in ggl_pick()
152 if (tx.min_filter == GGL_LINEAR) { in ggl_pick()
Dpixelflinger.cpp423 if ((param == GGL_LINEAR) || in ggl_texParameteri()
427 param = GGL_LINEAR; in ggl_texParameteri()
432 (param == GGL_LINEAR)) { in ggl_texParameteri()
/system/core/libpixelflinger/include/pixelflinger/
Dpixelflinger.h96 GGL_LINEAR = 0x2601, enumerator