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

/development/perftests/panorama/feature_mos/src/mosaic_renderer/
H A DFrameBuffer.cpp45 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
46 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
/development/samples/HelloEffects/src/com/example/android/mediafx/
H A DGLToolbox.java81 GLES20.GL_TEXTURE_MAG_FILTER, GLES20.GL_LINEAR);
83 GLES20.GL_TEXTURE_MIN_FILTER, GLES20.GL_LINEAR);
/development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/
H A DGLToolbox.java77 GLES20.GL_TEXTURE_MAG_FILTER, GLES20.GL_LINEAR);
79 GLES20.GL_TEXTURE_MIN_FILTER, GLES20.GL_LINEAR);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
H A DCubeMapActivity.java141 GL10.GL_TEXTURE_MIN_FILTER, GL10.GL_LINEAR);
143 GL10.GL_TEXTURE_MAG_FILTER, GL10.GL_LINEAR);
H A DGLES20TriangleRenderer.java131 GLES20.GL_LINEAR);
H A DStaticTriangleRenderer.java109 GL_LINEAR);
H A DTriangleRenderer.java81 GL10.GL_LINEAR);
H A DFrameBufferObjectActivity.java186 GL10.GL_LINEAR);
H A DMatrixPaletteRenderer.java269 GL10.GL_LINEAR);
/development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java192 GLES20.GL_LINEAR);
/development/samples/BasicGLSurfaceView/src/com/example/android/basicglsurfaceview/
H A DGLES20TriangleRenderer.java129 GLES20.GL_LINEAR);
/development/ndk/sources/android/ndk_helper/
H A DJNIHelper.cpp229 glTexParameterf( GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR );
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DSpriteTextRenderer.java88 GL10.GL_LINEAR);
/development/ndk/platforms/android-4/include/GLES/
H A Dgl.h174 /* GL_LINEAR */
428 #define GL_LINEAR 0x2601 macro
432 /* GL_LINEAR */
/development/ndk/platforms/android-5/include/GLES2/
H A Dgl2.h308 #define GL_LINEAR 0x2601 macro
312 /* GL_LINEAR */
/development/ndk/platforms/android-18/include/GLES3/
H A Dgl3.h332 #define GL_LINEAR 0x2601 macro
336 /* GL_LINEAR */

Completed in 249 milliseconds