HomeSort by relevance Sort by last modified time
    Searched refs:GL_LINEAR (Results 26 - 50 of 70) sorted by null

12 3

  /external/quake/quake/src/QW/client/
gl_vidlinux.c 106 int texture_mode = GL_LINEAR;
gl_vidlinux_svga.c 105 int texture_mode = GL_LINEAR;
gl_vidlinux_x11.c 86 int texture_mode = GL_LINEAR;
gl_vidlinuxglx.c 74 int texture_mode = GL_LINEAR;
gl_rsurf.c     [all...]
gl_vidnt.c 571 int texture_mode = GL_LINEAR;
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerTestRenderer.java 299 gl.glTexParameterf(GL10.GL_TEXTURE_2D, GL10.GL_TEXTURE_MAG_FILTER, GL10.GL_LINEAR);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FrameBufferObjectActivity.java 186 GL10.GL_LINEAR);
MatrixPaletteRenderer.java 269 GL10.GL_LINEAR);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
SpriteTextRenderer.java 88 GL10.GL_LINEAR);
  /external/quake/quake/src/WinQuake/
gl_vidlinux.cpp 105 int texture_mode = GL_LINEAR;
gl_rsurf.cpp     [all...]
gl_vidlinuxglx.cpp 86 int texture_mode = GL_LINEAR;
gl_vidnt.cpp 571 int texture_mode = GL_LINEAR;
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
GLRootView.java 711 GL11.GL_TEXTURE_MIN_FILTER, GL11.GL_LINEAR);
713 GL11.GL_TEXTURE_MAG_FILTER, GL11.GL_LINEAR);
  /packages/apps/Gallery3D/src/com/cooliris/media/
RenderView.java 527 gl.glTexParameterf(GL11.GL_TEXTURE_2D, GL11.GL_TEXTURE_MIN_FILTER, GL11.GL_LINEAR);
528 gl.glTexParameterf(GL11.GL_TEXTURE_2D, GL11.GL_TEXTURE_MAG_FILTER, GL11.GL_LINEAR);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 112 public static final int GL_LINEAR = 0x2601;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 110 int GL_LINEAR = 0x2601;
  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsContext3DMac.cpp 151 ::glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
152 ::glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
    [all...]
  /frameworks/base/opengl/libagl/
texture.cpp 661 (param == GL_LINEAR) ||
673 (param == GL_LINEAR)) {
    [all...]
  /development/ndk/platforms/android-4/include/GLES/
gl.h 173 /* GL_LINEAR */
427 #define GL_LINEAR 0x2601
431 /* GL_LINEAR */
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 307 #define GL_LINEAR 0x2601
311 /* GL_LINEAR */
  /frameworks/base/opengl/include/GLES/
gl.h 174 /* GL_LINEAR */
428 #define GL_LINEAR 0x2601
432 /* GL_LINEAR */
    [all...]
  /frameworks/base/opengl/include/GLES2/
gl2.h 308 #define GL_LINEAR 0x2601
312 /* GL_LINEAR */

Completed in 649 milliseconds

12 3