Searched refs:GL_LINEAR (Results 1 - 16 of 16) sorted by relevance
/development/perftests/panorama/feature_mos/src/mosaic_renderer/ |
H A D | FrameBuffer.cpp | 45 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 D | GLToolbox.java | 81 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 D | GLToolbox.java | 77 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 D | CubeMapActivity.java | 141 GL10.GL_TEXTURE_MIN_FILTER, GL10.GL_LINEAR); 143 GL10.GL_TEXTURE_MAG_FILTER, GL10.GL_LINEAR);
|
H A D | GLES20TriangleRenderer.java | 131 GLES20.GL_LINEAR);
|
H A D | StaticTriangleRenderer.java | 109 GL_LINEAR);
|
H A D | TriangleRenderer.java | 81 GL10.GL_LINEAR);
|
H A D | FrameBufferObjectActivity.java | 186 GL10.GL_LINEAR);
|
H A D | MatrixPaletteRenderer.java | 269 GL10.GL_LINEAR);
|
/development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/ |
H A D | MyGLSurfaceView.java | 192 GLES20.GL_LINEAR);
|
/development/samples/BasicGLSurfaceView/src/com/example/android/basicglsurfaceview/ |
H A D | GLES20TriangleRenderer.java | 129 GLES20.GL_LINEAR);
|
/development/ndk/sources/android/ndk_helper/ |
H A D | JNIHelper.cpp | 229 glTexParameterf( GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR );
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
H A D | SpriteTextRenderer.java | 88 GL10.GL_LINEAR);
|
/development/ndk/platforms/android-4/include/GLES/ |
H A D | gl.h | 174 /* GL_LINEAR */ 428 #define GL_LINEAR 0x2601 macro 432 /* GL_LINEAR */
|
/development/ndk/platforms/android-5/include/GLES2/ |
H A D | gl2.h | 308 #define GL_LINEAR 0x2601 macro 312 /* GL_LINEAR */
|
/development/ndk/platforms/android-18/include/GLES3/ |
H A D | gl3.h | 332 #define GL_LINEAR 0x2601 macro 336 /* GL_LINEAR */
|
Completed in 249 milliseconds