/frameworks/av/cmds/screenrecord/ |
D | Overlay.cpp | 248 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/ |
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/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 | 46 glScissor(clip.fLeft, y, clip.width(), height); in setScissor()
|
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/ |
D | stubs_riscv64.cc | 255 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glScissor); 535 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glScissor); in init_stub_library()
|
D | stubs_arm64.cc | 255 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glScissor); 535 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glScissor); in init_stub_library()
|
D | stubs_arm.cc | 255 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/ |
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 | 1353 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/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 561 GLAPI void APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 929 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/cmds/bootanimation/ |
D | BootAnimation.cpp | 696 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/ |
D | stubs_arm.cc | 682 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glScissor); 1530 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glScissor); in init_stub_library()
|
D | stubs_riscv64.cc | 682 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/ |
D | stubs_arm.cc | 682 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glScissor); 1530 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glScissor); in init_stub_library()
|