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

1 2

  /frameworks/base/opengl/java/android/opengl/
GLES10.java 133 public static final int GL_NEAREST_MIPMAP_LINEAR = 0x2702;
    [all...]
GLES20.java 206 public static final int GL_NEAREST_MIPMAP_LINEAR = 0x2702;
    [all...]
GLLogWrapper.java 541 case GL_NEAREST_MIPMAP_LINEAR:
542 return "GL_NEAREST_MIPMAP_LINEAR";
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 131 int GL_NEAREST_MIPMAP_LINEAR = 0x2702;
  /development/ndk/platforms/android-4/include/GLES/
gl.h 434 #define GL_NEAREST_MIPMAP_LINEAR 0x2702
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 314 #define GL_NEAREST_MIPMAP_LINEAR 0x2702
  /frameworks/base/opengl/include/GLES/
gl.h 435 #define GL_NEAREST_MIPMAP_LINEAR 0x2702
    [all...]
  /frameworks/base/opengl/include/GLES2/
gl2.h 315 #define GL_NEAREST_MIPMAP_LINEAR 0x2702
  /frameworks/base/opengl/tests/angeles/include/GLES/
gl.h 392 #define GL_NEAREST_MIPMAP_LINEAR 0x2702
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 434 #define GL_NEAREST_MIPMAP_LINEAR 0x2702
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 434 #define GL_NEAREST_MIPMAP_LINEAR 0x2702
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 314 #define GL_NEAREST_MIPMAP_LINEAR 0x2702
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 434 #define GL_NEAREST_MIPMAP_LINEAR 0x2702
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 314 #define GL_NEAREST_MIPMAP_LINEAR 0x2702
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 434 #define GL_NEAREST_MIPMAP_LINEAR 0x2702
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES2/
gl2.h 314 #define GL_NEAREST_MIPMAP_LINEAR 0x2702
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
gl.h 434 #define GL_NEAREST_MIPMAP_LINEAR 0x2702
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES2/
gl2.h 314 #define GL_NEAREST_MIPMAP_LINEAR 0x2702
  /external/quake/quake/src/QW/client/
gl_draw.c 317 {"GL_NEAREST_MIPMAP_LINEAR", GL_NEAREST_MIPMAP_LINEAR, GL_NEAREST},
    [all...]
  /external/quake/quake/src/WinQuake/
gl_draw.cpp 651 {"GL_NEAREST_MIPMAP_LINEAR", GL_NEAREST_MIPMAP_LINEAR, GL_NEAREST},
    [all...]
  /frameworks/base/opengl/libagl/
texture.cpp 664 (param == GL_NEAREST_MIPMAP_LINEAR) ||
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 617 milliseconds

1 2