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

12

/frameworks/base/libs/hwui/renderstate/
H A DScissor.cpp58 glScissor(x, y, width, height);
78 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/support/heifwriter/src/androidTest/java/androidx/heifwriter/
H A DHeifWriterTest.java528 GLES20.glScissor(startX, borderWidth,
539 GLES20.glScissor(startX, startY, width / 6, height / 3);
542 GLES20.glScissor(startX + borderWidth, startY + borderWidth,
/frameworks/base/libs/hwui/pipeline/skia/
H A DGLFunctorDrawable.cpp49 glScissor(clip.fLeft, y, clip.width(), height);
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp165 glScissor(0,dim,dim,h-dim);
/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/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp357 glScissor(left, bottom, right, top);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp384 glScissor(updateRect.left, mHeight - updateRect.bottom, updateRect.width(),
933 glScissor(r2.left, mHeight - r2.bottom, r2.width(), r2.height());
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h748 #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.h530 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.h622 GL_APICALL void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp1071 void glScissor(GLint x, GLint y, GLsizei w, GLsizei h) function
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2911 /* void glScissor ( GLint x, GLint y, GLsizei width, GLsizei height ) */
2915 glScissor(
3516 {"glScissor", "(IIII)V", (void *) android_glScissor__IIII },
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h622 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 361 milliseconds

12