Searched refs:GL_LINEAR (Results 1 - 25 of 45) sorted by relevance

12

/frameworks/native/libs/gui/tests/
H A DTextureRenderer.cpp96 GL_LINEAR);
99 GL_LINEAR);
H A DSRGB_test.cpp202 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
204 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
/frameworks/base/libs/hwui/
H A DTexture.cpp58 if (mipMap && min == GL_LINEAR) min = GL_LINEAR_MIPMAP_LINEAR;
H A DSkiaShader.cpp246 data.bitmapTexture->setFilter(GL_LINEAR);
347 data.layer->setFilter(GL_LINEAR);
H A DTextDropShadowCache.cpp217 texture->setFilter(GL_LINEAR);
H A DGradientCache.cpp293 texture->setFilter(GL_LINEAR);
/frameworks/base/libs/hwui/utils/
H A DPaintUtils.h42 return GL_LINEAR;
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_frame.cpp142 return tex_params_[GL_TEXTURE_MAG_FILTER] != GL_LINEAR
143 || tex_params_[GL_TEXTURE_MIN_FILTER] != GL_LINEAR
149 tex_params_[GL_TEXTURE_MAG_FILTER] = GL_LINEAR;
150 tex_params_[GL_TEXTURE_MIN_FILTER] = GL_LINEAR;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGLToolbox.java130 GLES20.GL_TEXTURE_MAG_FILTER, GLES20.GL_LINEAR);
132 GLES20.GL_TEXTURE_MIN_FILTER, GLES20.GL_LINEAR);
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp70 glTexParameterx(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
71 glTexParameterx(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
/frameworks/native/opengl/tests/textures/
H A Dtextures.cpp69 glTexParameterx(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
70 glTexParameterx(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp248 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
249 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
260 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
261 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp191 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
192 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
199 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
200 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
/frameworks/base/libs/hwui/font/
H A DCacheTexture.cpp172 mTexture.setFilter(linearFiltering ? GL_LINEAR : GL_NEAREST);
195 const GLenum filtering = getLinearFiltering() ? GL_LINEAR : GL_NEAREST;
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.cpp50 min_filter = GL_LINEAR;
51 mag_filter = GL_LINEAR;
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp81 glTexParameterx(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
82 glTexParameterx(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
/frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/
H A DGenImage.java160 GLES20.glTexParameteri(GLES20.GL_TEXTURE_2D, GLES20.GL_TEXTURE_MIN_FILTER, GLES20.GL_LINEAR);
170 GLES20.glTexParameteri(GLES20.GL_TEXTURE_2D, GLES20.GL_TEXTURE_MAG_FILTER, GLES20.GL_LINEAR);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp574 glTexParameterx(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
575 glTexParameterx(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
615 glTexParameterx(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
616 glTexParameterx(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
/frameworks/av/cmds/screenrecord/
H A DTextRenderer.cpp93 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
94 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java264 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
265 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES11RenderEngine.cpp181 filter = GL_LINEAR;
H A DGLES20RenderEngine.cpp155 filter = GL_LINEAR;
/frameworks/rs/driver/
H A DrsdShader.cpp391 GL_LINEAR, //RS_SAMPLER_LINEAR,
400 GL_LINEAR, //RS_SAMPLER_LINEAR,
401 GL_LINEAR, //RS_SAMPLER_LINEAR_MIP_LINEAR,
404 GL_LINEAR, //RS_SAMPLER_LINEAR_MIP_NEAREST,
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if112 public static final int GL_LINEAR = 0x2601;
H A DGLES20Header.java-if203 public static final int GL_LINEAR = 0x2601;

Completed in 389 milliseconds

12