/frameworks/av/cmds/screenrecord/ |
D | Overlay.cpp | 245 glScissor(0, 0, 200, 200); in processFrame_l() 347 glScissor(0, 0, width, lineWidth); in doDrawInfoPage() 349 glScissor(0, height - lineWidth, width, lineWidth); in doDrawInfoPage() 351 glScissor(0, 0, lineWidth, height); in doDrawInfoPage() 353 glScissor(width - lineWidth, 0, lineWidth, height); in doDrawInfoPage()
|
/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureGLToGL_test.cpp | 104 glScissor(4, 4, 4, 4); in TEST_F() 108 glScissor(24, 48, 4, 4); in TEST_F() 112 glScissor(37, 17, 4, 4); in TEST_F() 363 glScissor(4, 4, 1, 1); in TEST_F() 427 glScissor(24, 4, 1, 1); in TEST_F() 491 glScissor(24, 4, 1, 1); in TEST_F()
|
/frameworks/base/libs/hwui/renderstate/ |
D | Scissor.cpp | 58 glScissor(x, y, width, height); in set() 78 glScissor(x, y, width, height); in set()
|
/frameworks/support/heifwriter/src/androidTest/java/androidx/heifwriter/ |
D | HeifWriterTest.java | 528 GLES20.glScissor(startX, borderWidth, in generateSurfaceFrame() 539 GLES20.glScissor(startX, startY, width / 6, height / 3); in generateSurfaceFrame() 542 GLES20.glScissor(startX + borderWidth, startY + borderWidth, in generateSurfaceFrame()
|
/frameworks/native/opengl/tests/filter/ |
D | filter.cpp | 165 glScissor(0,dim,dim,h-dim); in main()
|
/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 154 glScissor;
|
D | libGLESv1_CM.map.txt | 238 glScissor;
|
D | libGLESv3.map.txt | 327 glScissor;
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | GLFunctorDrawable.cpp | 49 glScissor(clip.fLeft, y, clip.width(), height); in setScissor()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 89 void glScissor ( GLint x, GLint y, GLsizei width, GLsizei height )
|
D | GLES20.spec | 98 void glScissor ( GLint x, GLint y, GLsizei width, GLsizei height )
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 838 void glScissor( in glScissor() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 89 void glScissor ( GLint x, GLint y, GLsizei width, GLsizei height )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 376 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/ |
D | GLES10.java | 1101 public static native void glScissor( in glScissor() method in GLES10
|
D | GLES20.java | 1349 public static native void glScissor( in glScissor() method in GLES20
|
D | GLErrorWrapper.java | 706 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()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 384 glScissor(updateRect.left, mHeight - updateRect.bottom, updateRect.width(), in android() 933 glScissor(r2.left, mHeight - r2.bottom, r2.width(), r2.height()); in playAnimation()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 561 GLAPI void APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | RenderEngine.cpp | 357 glScissor(left, bottom, right, top); in setScissor()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 926 public native void glScissor( in glScissor() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 530 GL_API void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 748 #define glScissor wrap_glScissor macro
|
D | gles_undefine.h | 747 #undef glScissor
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 289 void API_ENTRY(glScissor)(GLint x, GLint y, GLsizei width, GLsizei height) { 290 CALL_GL_API(glScissor, x, y, width, height);
|