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

1 2

  /development/samples/GlobalTime/src/com/android/globaltime/
GLView.java 632 if (params[mParam] == GL10.GL_NICEST) {
635 params[mParam] = GL10.GL_NICEST;
657 if (params[mParam] == GL10.GL_NICEST) {
GlobalTime.java 1003 gl.glHint(GL10.GL_POINT_SMOOTH_HINT, GL10.GL_NICEST);
    [all...]
  /external/quake/quake/src/WinQuake/
gl_vidandroid.cpp 214 glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST);
r_part.cpp 856 glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST);
gl_rmain.cpp 716 glHint (GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST);
    [all...]
gl_draw.cpp     [all...]
  /frameworks/base/opengl/libagl/
state.cpp 288 GGL_POINT_SMOOTH_NICE, mode==GL_NICEST);
291 c->perspective = (mode == GL_NICEST) ? 1 : 0;
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 136 public static final int GL_NICEST = 0x1102;
    [all...]
GLES20.java 144 public static final int GL_NICEST = 0x1102;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 134 int GL_NICEST = 0x1102;
  /development/ndk/platforms/android-4/include/GLES/
gl.h 287 #define GL_NICEST 0x1102
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 228 #define GL_NICEST 0x1102
  /external/quake/quake/src/QW/client/
gl_rmain.c 628 glHint (GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST);
  /frameworks/base/opengl/include/GLES/
gl.h 288 #define GL_NICEST 0x1102
    [all...]
  /frameworks/base/opengl/include/GLES2/
gl2.h 229 #define GL_NICEST 0x1102
  /frameworks/base/opengl/tests/angeles/include/GLES/
gl.h 245 #define GL_NICEST 0x1102
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 287 #define GL_NICEST 0x1102
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 287 #define GL_NICEST 0x1102
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 228 #define GL_NICEST 0x1102
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 287 #define GL_NICEST 0x1102
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 228 #define GL_NICEST 0x1102
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 287 #define GL_NICEST 0x1102
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES2/
gl2.h 228 #define GL_NICEST 0x1102
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
gl.h 287 #define GL_NICEST 0x1102
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES2/
gl2.h 228 #define GL_NICEST 0x1102

Completed in 260 milliseconds

1 2