Searched refs:GL_TEXTURE_WRAP_S (Results 26 - 43 of 43) sorted by relevance

12

/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java301 GLES20.glTexParameteri(GL_TEXTURE_EXTERNAL_OES, GLES20.GL_TEXTURE_WRAP_S,
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp155 glTexParameterx(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_REPEAT);
656 glTexParameterx(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_REPEAT);
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java565 GLES20.glTexParameteri(GL_TEXTURE_EXTERNAL_OES, GLES20.GL_TEXTURE_WRAP_S,
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java213 public static final int GL_TEXTURE_WRAP_S = 0x2802; field in class:GLES10
H A DGLES20.java210 public static final int GL_TEXTURE_WRAP_S = 0x2802; field in class:GLES20
H A DGLLogWrapper.java512 case GL_TEXTURE_WRAP_S:
513 return "GL_TEXTURE_WRAP_S";
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java211 int GL_TEXTURE_WRAP_S = 0x2802; field in interface:GL10
/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java274 GLES20.glTexParameteri(GLES11Ext.GL_TEXTURE_EXTERNAL_OES, GLES20.GL_TEXTURE_WRAP_S,
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java391 GLES20.glTexParameteri(GLES11Ext.GL_TEXTURE_EXTERNAL_OES, GLES20.GL_TEXTURE_WRAP_S,
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java656 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java908 GLES20.glTexParameteri(target, GLES20.GL_TEXTURE_WRAP_S, GLES20.GL_CLAMP_TO_EDGE);
/frameworks/native/opengl/include/GLES/
H A Dgl.h279 /* GL_TEXTURE_WRAP_S */
441 #define GL_TEXTURE_WRAP_S 0x2802 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h398 #define GL_TEXTURE_WRAP_S 0x2802 macro
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h268 #define GL_TEXTURE_WRAP_S 0x2802 macro
/frameworks/native/opengl/libagl/
H A Dtexture.cpp642 case GL_TEXTURE_WRAP_S:
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h268 #define GL_TEXTURE_WRAP_S 0x2802 macro
H A Dgl31.h268 #define GL_TEXTURE_WRAP_S 0x2802 macro
H A Dgl32.h268 #define GL_TEXTURE_WRAP_S 0x2802 macro

Completed in 271 milliseconds

12