HomeSort by relevance Sort by last modified time
    Searched refs:GL_LINEAR (Results 101 - 125 of 386) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/autotest/client/deps/nvmap_compactor/src/
nvmap_carveout_compactor.c 183 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
184 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
  /external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp 211 gl.texParameteri (GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
212 gl.texParameteri (GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
  /external/deqp/modules/gles3/functional/
es3fRasterizerDiscardTests.cpp 172 glTexParameteri (GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
173 glTexParameteri (GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
es3fFboRenderTest.cpp 384 context.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
396 context.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
997 context.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
    [all...]
es3fVertexTextureTests.cpp     [all...]
  /external/drm_hwcomposer/
glworker.cpp 433 glTexParameteri(GL_TEXTURE_EXTERNAL_OES, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
434 glTexParameteri(GL_TEXTURE_EXTERNAL_OES, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES10Header.java-if 112 public static final int GL_LINEAR = 0x2601;
GLES20Header.java-if 203 public static final int GL_LINEAR = 0x2601;
  /packages/apps/LegacyCamera/jni/
mosaic_renderer_jni.cpp 192 GL_LINEAR);
194 GL_LINEAR);
  /packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 464 GLES20.glTexParameterf(GL_TARGET, GLES20.GL_TEXTURE_MIN_FILTER, GLES20.GL_LINEAR);
465 GLES20.glTexParameterf(GL_TARGET, GLES20.GL_TEXTURE_MAG_FILTER, GLES20.GL_LINEAR);
  /development/ndk/platforms/android-21/samples/native-codec/src/com/example/nativecodec/
MyGLSurfaceView.java 207 GLES20.GL_LINEAR);
  /development/ndk/sources/android/ndk_helper/
JNIHelper.cpp 229 glTexParameterf( GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR );
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FrameBufferObjectActivity.java 186 GL10.GL_LINEAR);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
SpriteTextRenderer.java 88 GL10.GL_LINEAR);
  /external/deqp/modules/gles2/functional/
es2fTextureFilteringTests.cpp 643 { "linear", GL_LINEAR },
657 { "linear", GL_LINEAR }
706 bool isMipmap = minFilterModes[minFilter].mode != GL_NEAREST && minFilterModes[minFilter].mode != GL_LINEAR;
762 bool isMipmap = minFilterModes[minFilter].mode != GL_NEAREST && minFilterModes[minFilter].mode != GL_LINEAR;
es2fVertexTextureTests.cpp     [all...]
es2fTextureUnitTests.cpp 101 GL_LINEAR,
111 GL_LINEAR
117 GL_LINEAR
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_image.c 83 intelObj->base.Sampler.MinFilter == GL_LINEAR) &&
  /external/mesa3d/src/mesa/main/
texobj.c 132 obj->Sampler.MinFilter = GL_LINEAR;
140 obj->Sampler.MagFilter = GL_LINEAR;
176 obj->Sampler.MinFilter = GL_LINEAR;
179 static const GLfloat fparam_filter[1] = {(GLfloat) GL_LINEAR};
    [all...]
samplerobj.c 122 sampObj->MagFilter = GL_LINEAR;
377 case GL_LINEAR:
400 case GL_LINEAR:
    [all...]
  /external/webrtc/webrtc/modules/video_render/android/
video_render_opengles20.cc 330 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
  /frameworks/base/libs/hwui/
GradientCache.cpp 275 texture->setFilter(GL_LINEAR);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLDepthTestActivity.java 234 GLES20.GL_LINEAR);
  /frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
MyGLSurfaceView.java 204 GLES20.GL_LINEAR);
  /external/deqp/framework/opengl/
gluTextureUtil.cpp     [all...]

Completed in 514 milliseconds

1 2 3 45 6 7 8 91011>>