HomeSort by relevance Sort by last modified time
    Searched refs:GL_LINEAR_MIPMAP_NEAREST (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/base/libs/rs/
rsSampler.cpp 74 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR_MIPMAP_NEAREST);
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 115 public static final int GL_LINEAR_MIPMAP_NEAREST = 0x2701;
    [all...]
GLES20.java 205 public static final int GL_LINEAR_MIPMAP_NEAREST = 0x2701;
    [all...]
GLLogWrapper.java 539 case GL_LINEAR_MIPMAP_NEAREST:
540 return "GL_LINEAR_MIPMAP_NEAREST";
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 113 int GL_LINEAR_MIPMAP_NEAREST = 0x2701;
  /external/quake/quake/src/QW/client/
gl_draw.c 66 int gl_filter_min = GL_LINEAR_MIPMAP_NEAREST;
316 {"GL_LINEAR_MIPMAP_NEAREST", GL_LINEAR_MIPMAP_NEAREST, GL_LINEAR},
    [all...]
gl_model.c 390 texture_mode = GL_LINEAR_MIPMAP_NEAREST; //_LINEAR;
    [all...]
  /external/quake/quake/src/WinQuake/
gl_draw.cpp 74 int gl_filter_min = GL_LINEAR_MIPMAP_NEAREST;
650 {"GL_LINEAR_MIPMAP_NEAREST", GL_LINEAR_MIPMAP_NEAREST, GL_LINEAR},
    [all...]
gl_model.cpp 390 texture_mode = GL_LINEAR_MIPMAP_NEAREST; //_LINEAR;
    [all...]
  /development/ndk/platforms/android-4/include/GLES/
gl.h 433 #define GL_LINEAR_MIPMAP_NEAREST 0x2701
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 313 #define GL_LINEAR_MIPMAP_NEAREST 0x2701
  /frameworks/base/opengl/include/GLES/
gl.h 434 #define GL_LINEAR_MIPMAP_NEAREST 0x2701
    [all...]
  /frameworks/base/opengl/include/GLES2/
gl2.h 314 #define GL_LINEAR_MIPMAP_NEAREST 0x2701
  /frameworks/base/opengl/tests/angeles/include/GLES/
gl.h 391 #define GL_LINEAR_MIPMAP_NEAREST 0x2701
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 433 #define GL_LINEAR_MIPMAP_NEAREST 0x2701
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 433 #define GL_LINEAR_MIPMAP_NEAREST 0x2701
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 313 #define GL_LINEAR_MIPMAP_NEAREST 0x2701
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 433 #define GL_LINEAR_MIPMAP_NEAREST 0x2701
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 313 #define GL_LINEAR_MIPMAP_NEAREST 0x2701
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 433 #define GL_LINEAR_MIPMAP_NEAREST 0x2701
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES2/
gl2.h 313 #define GL_LINEAR_MIPMAP_NEAREST 0x2701
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
gl.h 433 #define GL_LINEAR_MIPMAP_NEAREST 0x2701
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES2/
gl2.h 313 #define GL_LINEAR_MIPMAP_NEAREST 0x2701
  /frameworks/base/opengl/libagl/
texture.cpp 663 (param == GL_LINEAR_MIPMAP_NEAREST) ||
    [all...]
  /prebuilt/sdk/4/
android.jar 

Completed in 62 milliseconds

1 2