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

  /system/core/libpixelflinger/
picker.cpp 149 if (tx.mag_filter == GGL_LINEAR) {
152 if (tx.min_filter == GGL_LINEAR) {
pixelflinger.cpp 423 if ((param == GGL_LINEAR) ||
427 param = GGL_LINEAR;
432 (param == GGL_LINEAR)) {
  /external/mesa3d/include/pixelflinger2/
pixelflinger2_interface.h 81 GGL_NEAREST = 0, GGL_LINEAR, /*GGL_NEAREST_MIPMAP_NEAREST = 2,
85 1; // only GGL_NEAREST and GGL_LINEAR
  /system/core/include/pixelflinger/
pixelflinger.h 96 GGL_LINEAR = 0x2601,

Completed in 55 milliseconds