Home
last modified time | relevance | path

Searched refs:GL_NEAREST (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp331 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_NEAREST); in initTexture()
332 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_NEAREST); in initTexture()
391 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_NEAREST); in initTexture()
392 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_NEAREST); in initTexture()
1029 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_NEAREST); in initFont()
1030 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_NEAREST); in initFont()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java615 clientTex.setParameter(GLES20.GL_TEXTURE_MAG_FILTER, GLES20.GL_NEAREST); in grabFrame()
616 clientTex.setParameter(GLES20.GL_TEXTURE_MIN_FILTER, GLES20.GL_NEAREST); in grabFrame()
701 texture.setParameter(GLES20.GL_TEXTURE_MAG_FILTER, GLES20.GL_NEAREST); in createClientTexture()
702 texture.setParameter(GLES20.GL_TEXTURE_MIN_FILTER, GLES20.GL_NEAREST); in createClientTexture()
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLDepthTestActivity.java231 GLES20.GL_NEAREST); in onSurfaceCreated()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java311 GLES20.GL_NEAREST); in initGLBuffers()
313 GLES20.GL_NEAREST); in initGLBuffers()
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java130 int GL_NEAREST = 0x2600; field
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java132 public static final int GL_NEAREST = 0x2600; field in GLES10
H A DGLES20.java204 public static final int GL_NEAREST = 0x2600; field in GLES20
H A DGLLogWrapper.java533 case GL_NEAREST: in getTextureParamName()
/aosp14/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java561 GLES20.GL_NEAREST); in onSurfaceCreated()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt29952 field public static final int GL_NEAREST = 9728; // 0x2600
30853 field public static final int GL_NEAREST = 9728; // 0x2600
61220 field public static final int GL_NEAREST = 9728; // 0x2600