HomeSort by relevance Sort by last modified time
    Searched refs:GGL_NEAREST (Results 1 - 4 of 4) sorted by null

  /system/core/libpixelflinger/
buffer.cpp 51 t.min_filter = GGL_NEAREST;
52 t.mag_filter = GGL_NEAREST;
pixelflinger.cpp 417 if ((param == GGL_NEAREST) ||
421 param = GGL_NEAREST;
431 if ((param == GGL_NEAREST) ||
scanline.cpp 740 if (tx.mag_filter == GGL_NEAREST &&
741 tx.min_filter == GGL_NEAREST)
    [all...]
  /system/core/libpixelflinger/include/pixelflinger/
pixelflinger.h 95 GGL_NEAREST = 0x2600,

Completed in 130 milliseconds