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

1 2

  /frameworks/base/opengl/java/android/opengl/
GLES10.java 134 public static final int GL_NEAREST_MIPMAP_NEAREST = 0x2700;
    [all...]
GLES20.java 204 public static final int GL_NEAREST_MIPMAP_NEAREST = 0x2700;
    [all...]
GLLogWrapper.java 537 case GL_NEAREST_MIPMAP_NEAREST:
538 return "GL_NEAREST_MIPMAP_NEAREST";
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 132 int GL_NEAREST_MIPMAP_NEAREST = 0x2700;
  /frameworks/base/opengl/libagl/
primitives.cpp 734 if (ggl_unlikely(min_filter >= GL_NEAREST_MIPMAP_NEAREST)) {
791 if (ggl_unlikely(min_filter >= GL_NEAREST_MIPMAP_NEAREST)) {
    [all...]
texture.cpp 662 (param == GL_NEAREST_MIPMAP_NEAREST) ||
    [all...]
  /external/quake/quake/src/WinQuake/
gl_draw.cpp 77 int gl_filter_min = GL_NEAREST_MIPMAP_NEAREST;
649 {"GL_NEAREST_MIPMAP_NEAREST", GL_NEAREST_MIPMAP_NEAREST, GL_NEAREST},
    [all...]
  /development/ndk/platforms/android-4/include/GLES/
gl.h 432 #define GL_NEAREST_MIPMAP_NEAREST 0x2700
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 312 #define GL_NEAREST_MIPMAP_NEAREST 0x2700
  /frameworks/base/opengl/include/GLES/
gl.h 433 #define GL_NEAREST_MIPMAP_NEAREST 0x2700
    [all...]
  /frameworks/base/opengl/include/GLES2/
gl2.h 313 #define GL_NEAREST_MIPMAP_NEAREST 0x2700
  /frameworks/base/opengl/tests/angeles/include/GLES/
gl.h 390 #define GL_NEAREST_MIPMAP_NEAREST 0x2700
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 432 #define GL_NEAREST_MIPMAP_NEAREST 0x2700
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 432 #define GL_NEAREST_MIPMAP_NEAREST 0x2700
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 312 #define GL_NEAREST_MIPMAP_NEAREST 0x2700
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 432 #define GL_NEAREST_MIPMAP_NEAREST 0x2700
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 312 #define GL_NEAREST_MIPMAP_NEAREST 0x2700
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 432 #define GL_NEAREST_MIPMAP_NEAREST 0x2700
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES2/
gl2.h 312 #define GL_NEAREST_MIPMAP_NEAREST 0x2700
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
gl.h 432 #define GL_NEAREST_MIPMAP_NEAREST 0x2700
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES2/
gl2.h 312 #define GL_NEAREST_MIPMAP_NEAREST 0x2700
  /external/quake/quake/src/QW/client/
gl_draw.c 315 {"GL_NEAREST_MIPMAP_NEAREST", GL_NEAREST_MIPMAP_NEAREST, GL_NEAREST},
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 188 milliseconds

1 2