Home
last modified time | relevance | path

Searched refs:glScissor (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/av/cmds/screenrecord/
DOverlay.cpp247 glScissor(0, 0, 200, 200); in processFrame_l()
344 glScissor(0, 0, width, lineWidth); in doDrawInfoPage()
346 glScissor(0, height - lineWidth, width, lineWidth); in doDrawInfoPage()
348 glScissor(0, 0, lineWidth, height); in doDrawInfoPage()
350 glScissor(width - lineWidth, 0, lineWidth, height); in doDrawInfoPage()
/frameworks/native/libs/gui/tests/
DSurfaceTextureGLToGL_test.cpp98 glScissor(4, 4, 4, 4); in TEST_F()
102 glScissor(24, 48, 4, 4); in TEST_F()
106 glScissor(37, 17, 4, 4); in TEST_F()
350 glScissor(4, 4, 1, 1); in TEST_F()
411 glScissor(24, 4, 1, 1); in TEST_F()
472 glScissor(24, 4, 1, 1); in TEST_F()
/frameworks/av/media/libstagefright/tests/
DSurfaceMediaSource_test.cpp449 glScissor(4 + d, 4 + d, 4, 4); in oneBufferPassGL()
453 glScissor(24 + d, 48 + d, 4, 4); in oneBufferPassGL()
457 glScissor(37 + d, 17 + d, 4, 4); in oneBufferPassGL()
829 glScissor(4, 4, 4, 4); in TEST_F()
833 glScissor(24, 48, 4, 4); in TEST_F()
837 glScissor(37, 17, 4, 4); in TEST_F()
/frameworks/base/libs/hwui/renderstate/
DScissor.cpp62 glScissor(x, y, width, height); in set()
/frameworks/native/opengl/tests/filter/
Dfilter.cpp163 glScissor(0,dim,dim,h-dim); in main()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp349 glScissor(updateRect.left, mHeight - updateRect.bottom, updateRect.width(), in android()
627 glScissor(r2.left, mHeight - r2.bottom, in movie()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec89 void glScissor ( GLint x, GLint y, GLsizei width, GLsizei height )
DGLES20.spec98 void glScissor ( GLint x, GLint y, GLsizei width, GLsizei height )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java838 void glScissor( in glScissor() method
/frameworks/native/services/surfaceflinger/RenderEngine/
DRenderEngine.cpp233 glScissor(left, bottom, right, top); in setScissor()
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.089 void glScissor ( GLint x, GLint y, GLsizei width, GLsizei height )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in376 void API_ENTRY(glScissor)(GLint x, GLint y, GLsizei width, GLsizei height) {
377 CALL_GL_API(glScissor, x, y, width, height);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java1101 public static native void glScissor( in glScissor() method in GLES10
DGLES20.java1349 public static native void glScissor( in glScissor() method in GLES20
DGLErrorWrapper.java706 public void glScissor(int x, int y, int width, int height) { in glScissor() method in GLErrorWrapper
708 mgl.glScissor(x, y, width, height); in glScissor()
DGLLogWrapper.java2333 public void glScissor(int x, int y, int width, int height) { in glScissor() method in GLLogWrapper
2341 mgl.glScissor(x, y, width, height); in glScissor()
/frameworks/base/libs/hwui/tests/
Dnullgles.cpp211 void glScissor(GLint x, GLint y, GLsizei width, GLsizei height) {} in glScissor() function
/frameworks/native/opengl/libs/GLES_trace/proto/
Dgltrace.proto326 glScissor = 298; enumerator
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h561 GLAPI void APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java926 public native void glScissor( in glScissor() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h720 GL_API void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
/frameworks/native/opengl/include/GLES2/
Dgl2.h473 GL_APICALL void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in289 void API_ENTRY(glScissor)(GLint x, GLint y, GLsizei width, GLsizei height) {
290 CALL_GL_API(glScissor, x, y, width, height);
/frameworks/native/opengl/libagl/
Dmatrix.cpp1082 void glScissor(GLint x, GLint y, GLsizei w, GLsizei h) in glScissor() function
/frameworks/native/opengl/include/GLES3/
Dgl3.h473 GL_APICALL void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);

12