/frameworks/av/cmds/screenrecord/ |
D | Overlay.cpp | 247 glScissor(0, 0, 200, 200); in processFrame_l() 344 glScissor(0, 0, width, lineWidth); in doDrawInfoPage() 346 glScissor(0, height - lineWidth, width, lineWidth); in doDrawInfoPage() 348 glScissor(0, 0, lineWidth, height); in doDrawInfoPage() 350 glScissor(width - lineWidth, 0, lineWidth, height); in doDrawInfoPage()
|
/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureGLToGL_test.cpp | 98 glScissor(4, 4, 4, 4); in TEST_F() 102 glScissor(24, 48, 4, 4); in TEST_F() 106 glScissor(37, 17, 4, 4); in TEST_F() 350 glScissor(4, 4, 1, 1); in TEST_F() 411 glScissor(24, 4, 1, 1); in TEST_F() 472 glScissor(24, 4, 1, 1); in TEST_F()
|
/frameworks/av/media/libstagefright/tests/ |
D | SurfaceMediaSource_test.cpp | 449 glScissor(4 + d, 4 + d, 4, 4); in oneBufferPassGL() 453 glScissor(24 + d, 48 + d, 4, 4); in oneBufferPassGL() 457 glScissor(37 + d, 17 + d, 4, 4); in oneBufferPassGL() 829 glScissor(4, 4, 4, 4); in TEST_F() 833 glScissor(24, 48, 4, 4); in TEST_F() 837 glScissor(37, 17, 4, 4); in TEST_F()
|
/frameworks/base/libs/hwui/renderstate/ |
D | Scissor.cpp | 62 glScissor(x, y, width, height); in set()
|
/frameworks/native/opengl/tests/filter/ |
D | filter.cpp | 163 glScissor(0,dim,dim,h-dim); in main()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 349 glScissor(updateRect.left, mHeight - updateRect.bottom, updateRect.width(), in android() 627 glScissor(r2.left, mHeight - r2.bottom, in movie()
|
/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/services/surfaceflinger/RenderEngine/ |
D | RenderEngine.cpp | 233 glScissor(left, bottom, right, top); in setScissor()
|
/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()
|
D | GLLogWrapper.java | 2333 public void glScissor(int x, int y, int width, int height) { in glScissor() method in GLLogWrapper 2341 mgl.glScissor(x, y, width, height); in glScissor()
|
/frameworks/base/libs/hwui/tests/ |
D | nullgles.cpp | 211 void glScissor(GLint x, GLint y, GLsizei width, GLsizei height) {} in glScissor() function
|
/frameworks/native/opengl/libs/GLES_trace/proto/ |
D | gltrace.proto | 326 glScissor = 298; enumerator
|
/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 | 926 public native void glScissor( in glScissor() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 720 GL_API void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 473 GL_APICALL void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
|
/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);
|
/frameworks/native/opengl/libagl/ |
D | matrix.cpp | 1082 void glScissor(GLint x, GLint y, GLsizei w, GLsizei h) in glScissor() function
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 473 GL_APICALL void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
|