Searched refs:glScissor (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/base/libs/hwui/renderstate/
H A DScissor.cpp64 glScissor(x, y, width, height);
87 glScissor(x, y, width, height);
/frameworks/av/cmds/screenrecord/
H A DOverlay.cpp247 glScissor(0, 0, 200, 200);
344 glScissor(0, 0, width, lineWidth);
346 glScissor(0, height - lineWidth, width, lineWidth);
348 glScissor(0, 0, lineWidth, height);
350 glScissor(width - lineWidth, 0, lineWidth, height);
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGLToGL_test.cpp104 glScissor(4, 4, 4, 4);
108 glScissor(24, 48, 4, 4);
112 glScissor(37, 17, 4, 4);
363 glScissor(4, 4, 1, 1);
427 glScissor(24, 4, 1, 1);
491 glScissor(24, 4, 1, 1);
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp444 glScissor(4 + d, 4 + d, 4, 4);
448 glScissor(24 + d, 48 + d, 4, 4);
452 glScissor(37 + d, 17 + d, 4, 4);
824 glScissor(4, 4, 4, 4);
828 glScissor(24, 48, 4, 4);
832 glScissor(37, 17, 4, 4);
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp163 glScissor(0,dim,dim,h-dim);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp233 glScissor(left, bottom, right, top);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp341 glScissor(updateRect.left, mHeight - updateRect.bottom, updateRect.width(),
738 glScissor(r2.left, mHeight - r2.bottom,
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec89 void glScissor ( GLint x, GLint y, GLsizei width, GLsizei height )
H A DGLES20.spec98 void glScissor ( GLint x, GLint y, GLsizei width, GLsizei height )
/frameworks/base/libs/hwui/debug/
H A Dnullgles.cpp222 void glScissor(GLint x, GLint y, GLsizei width, GLsizei height) {} function
H A Dunwrap_gles.h750 #undef glScissor macro
H A Dwrap_gles.h750 #define glScissor wrap_glScissor macro
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java1099 // C function void glScissor ( GLint x, GLint y, GLsizei width, GLsizei height )
1101 public static native void glScissor( method in class:GLES10
H A DGLErrorWrapper.java706 public void glScissor(int x, int y, int width, int height) { method in class:GLErrorWrapper
708 mgl.glScissor(x, y, width, height);
H A DGLES20.java1347 // C function void glScissor ( GLint x, GLint y, GLsizei width, GLsizei height )
1349 public static native void glScissor( method in class:GLES20
H A DGLLogWrapper.java2333 public void glScissor(int x, int y, int width, int height) { method in class:GLLogWrapper
2334 begin("glScissor");
2341 mgl.glScissor(x, y, width, height);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java838 void glScissor( method in interface:GL10
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java924 // C function void glScissor ( GLint x, GLint y, GLsizei width, GLsizei height )
926 public native void glScissor( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dgl.h720 GL_API void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h561 GLAPI void APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h624 GL_APICALL void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp1082 void glScissor(GLint x, GLint y, GLsizei w, GLsizei h) function
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2723 /* void glScissor ( GLint x, GLint y, GLsizei width, GLsizei height ) */
2727 glScissor(
3292 {"glScissor", "(IIII)V", (void *) android_glScissor__IIII },
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h624 GL_APICALL void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
H A Dgl31.h624 GL_APICALL void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);

Completed in 4653 milliseconds

12