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.cpp245 glScissor(0, 0, 200, 200);
347 glScissor(0, 0, width, lineWidth);
349 glScissor(0, height - lineWidth, width, lineWidth);
351 glScissor(0, 0, lineWidth, height);
353 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/base/libs/hwui/pipeline/skia/
H A DGLFunctorDrawable.cpp43 glScissor(clip.fLeft, y, clip.width(), height);
/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.cpp235 glScissor(left, bottom, right, top);
/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/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/cmds/bootanimation/
H A DBootAnimation.cpp393 glScissor(updateRect.left, mHeight - updateRect.bottom, updateRect.width(),
963 glScissor(r2.left, mHeight - r2.bottom, r2.width(), r2.height());
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h747 #define glScissor wrap_glScissor macro
H A Dgles_undefine.h747 #undef glScissor macro
/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.cpp2912 /* void glScissor ( GLint x, GLint y, GLsizei width, GLsizei height ) */
2916 glScissor(
3517 {"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 1313 milliseconds

12