Home
last modified time | relevance | path

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

12

/frameworks/av/cmds/screenrecord/
DOverlay.cpp248 glScissor(0, 0, 200, 200); in processFrame_l()
350 glScissor(0, 0, width, lineWidth); in doDrawInfoPage()
352 glScissor(0, height - lineWidth, width, lineWidth); in doDrawInfoPage()
354 glScissor(0, 0, lineWidth, height); in doDrawInfoPage()
356 glScissor(width - lineWidth, 0, lineWidth, height); in doDrawInfoPage()
/frameworks/native/libs/gui/tests/
DSurfaceTextureGLToGL_test.cpp104 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/native/opengl/tests/filter/
Dfilter.cpp165 glScissor(0,dim,dim,h-dim); in main()
/frameworks/native/opengl/libs/
DlibGLESv2.map.txt154 glScissor;
DlibGLESv1_CM.map.txt238 glScissor;
DlibGLESv3.map.txt327 glScissor;
/frameworks/base/libs/hwui/pipeline/skia/
DGLFunctorDrawable.cpp46 glScissor(clip.fLeft, y, clip.width(), height); in setScissor()
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/
Dstubs_riscv64.cc255 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glScissor);
535 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glScissor); in init_stub_library()
Dstubs_arm64.cc255 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glScissor);
535 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glScissor); in init_stub_library()
Dstubs_arm.cc255 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glScissor);
535 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glScissor); in init_stub_library()
/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/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.java1353 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()
/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.java929 public native void glScissor( in glScissor() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h530 GL_API void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp696 glScissor(0, 0, mWidth, mHeight); in projectSceneToWindow()
897 glScissor(updateRect.left, mHeight - updateRect.bottom, updateRect.width(), in android()
/frameworks/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc682 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glScissor);
1530 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glScissor); in init_stub_library()
Dstubs_riscv64.cc682 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glScissor);
1530 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glScissor); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libGLESv2/
Dstubs_arm.cc682 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glScissor);
1530 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glScissor); in init_stub_library()

12