Searched refs:GL_TEXTURE_WRAP_S (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/base/libs/hwui/
H A DDither.cpp51 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_REPEAT);
H A DTexture.h65 glTexParameteri(renderTarget, GL_TEXTURE_WRAP_S, wrapS);
H A DLayerRenderer.cpp424 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_frame.cpp136 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, tex_params_[GL_TEXTURE_WRAP_S]);
144 || tex_params_[GL_TEXTURE_WRAP_S] != GL_CLAMP_TO_EDGE
151 tex_params_[GL_TEXTURE_WRAP_S] = GL_CLAMP_TO_EDGE;
/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp72 glTexParameterx(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_REPEAT);
/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp250 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_REPEAT);
262 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_REPEAT);
/frameworks/base/libs/hwui/font/
H A DCacheTexture.h135 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp71 glTexParameterx(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_REPEAT);
/frameworks/native/opengl/tests/textures/
H A Dtextures.cpp70 glTexParameterx(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp193 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
201 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp150 glTexParameterx(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_REPEAT);
484 glTexParameterx(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_REPEAT);
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java206 GLES20.glTexParameteri(GL_TEXTURE_EXTERNAL_OES, GLES20.GL_TEXTURE_WRAP_S,
/frameworks/rs/driver/
H A DrsdShader.cpp433 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_WRAP_S, transNP[s->mHal.state.wrapS]);
444 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_WRAP_S, trans[s->mHal.state.wrapS]);
502 GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
/frameworks/av/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp369 GL_TEXTURE_EXTERNAL_OES, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java267 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
/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/services/java/com/android/server/power/
H A DElectronBeam.java278 GLES10.GL_TEXTURE_WRAP_S, GLES10.GL_CLAMP_TO_EDGE);
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp694 glTexParameterx(GL_TEXTURE_EXTERNAL_OES, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java560 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
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java211 int GL_TEXTURE_WRAP_S = 0x2802; field in interface:GL10
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java541 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, 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/include/GLES2/
H A Dgl2.h220 /* GL_TEXTURE_WRAP_S */
321 #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

Completed in 290 milliseconds

12