| /external/mesa3d/src/mesa/main/ |
| D | blit.c | 66 _mesa_regions_overlap(int srcX0, int srcY0, in _mesa_regions_overlap() 346 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blit_framebuffer() 587 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blit_framebuffer_err() 606 _mesa_BlitFramebuffer_no_error(GLint srcX0, GLint srcY0, GLint srcX1, in _mesa_BlitFramebuffer_no_error() 621 _mesa_BlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in _mesa_BlitFramebuffer() 645 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blit_named_framebuffer() 695 GLint srcX0, GLint srcY0, in _mesa_BlitNamedFramebuffer_no_error() 712 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in _mesa_BlitNamedFramebuffer()
|
| D | image.c | 744 const GLint srcX0 = *srcX, srcY0 = *srcY; in _mesa_clip_copytexsubimage() local 884 GLint *srcX0, GLint *srcY0, GLint *srcX1, GLint *srcY1, in _mesa_clip_blit()
|
| /external/mesa3d/src/mesa/drivers/common/ |
| D | meta_blit.c | 92 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blitframebuffer_texture() 418 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in _mesa_meta_BlitFramebuffer() 428 GLint srcX0, srcY0, srcX1, srcY1; in _mesa_meta_BlitFramebuffer() member 526 GLint srcX0, GLint srcY0, in _mesa_meta_and_swrast_BlitFramebuffer()
|
| /external/mesa3d/src/mesa/state_tracker/ |
| D | st_cb_blit.c | 53 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in st_BlitFramebuffer() 64 GLint srcX0, srcY0, srcX1, srcY1; in st_BlitFramebuffer() member
|
| D | st_cb_texture.c | 2514 GLint srcY0, srcY1; in st_CopyTexSubImage() local
|
| /external/mesa3d/src/mesa/swrast/ |
| D | s_blit.c | 112 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blit_nearest() 515 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blit_linear() 743 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in _swrast_BlitFramebuffer()
|
| /external/mesa3d/src/gallium/auxiliary/postprocess/ |
| D | pp_run.c | 41 int srcX0, int srcY0, in pp_blit()
|
| /external/mesa3d/src/mesa/drivers/dri/i915/ |
| D | intel_fbo.c | 645 GLint srcX0, GLint srcY0, in intel_blit_framebuffer_with_blitter() 739 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in intel_blit_framebuffer()
|
| /external/mesa3d/src/mesa/drivers/dri/i965/ |
| D | brw_blorp.c | 583 GLfloat srcX0, GLfloat srcY0, GLfloat srcX1, GLfloat srcY1, in do_blorp_blit() 613 GLfloat srcX0, GLfloat srcY0, GLfloat srcX1, GLfloat srcY1, in try_blorp_blit() 707 int srcX0, int srcY0, in brw_blorp_copytexsubimage() 810 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in brw_blorp_framebuffer()
|
| D | brw_meta_util.c | 161 GLfloat *srcX0, GLfloat *srcY0, in brw_meta_mirror_clip_and_scissor()
|
| D | intel_fbo.c | 802 GLint srcX0, GLint srcY0, in intel_blit_framebuffer_with_blitter() 895 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in intel_blit_framebuffer()
|
| /external/mesa3d/src/gallium/frontends/lavapipe/ |
| D | lvp_execute.c | 1736 int srcX0, srcX1, srcY0, srcY1, srcZ0, srcZ1; in handle_blit_image() local 2254 int srcX0, srcY0; in handle_resolve_image() local
|
| /external/deqp/framework/opengl/simplereference/ |
| D | sglrContextWrapper.cpp | 359 void ContextWrapper::glBlitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int … in glBlitFramebuffer()
|
| D | sglrGLContext.cpp | 600 void GLContext::blitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, … in blitFramebuffer()
|
| /external/angle/src/libANGLE/ |
| D | validationES2.cpp | 45 GLint srcY0, in IsPartialBlit() 2428 GLint srcY0, in ValidateBlitFramebufferANGLE() 2564 GLint srcY0, in ValidateBlitFramebufferNV()
|
| D | validationES3.cpp | 2373 GLint srcY0, in ValidateBlitFramebuffer()
|
| D | validationES.cpp | 1564 GLint srcY0, in ValidateBlitFramebufferParameters()
|
| /external/angle/src/tests/perf_tests/ |
| D | TracePerfTest.cpp | 588 GLint srcY0, in BlitFramebufferMinimizedProc()
|
| /external/angle/src/libGLESv2/ |
| D | entry_points_gles_3_0_autogen.cpp | 228 GLint srcY0, in GL_BlitFramebuffer()
|
| D | entry_points_gles_ext_autogen.cpp | 674 GLint srcY0, in GL_BlitFramebufferANGLE() 10576 GLint srcY0, in GL_BlitFramebufferNV()
|
| D | libGLESv2_autogen.cpp | 894 GLint srcY0, in glBlitFramebuffer() 2897 GLint srcY0, in glBlitFramebufferANGLE() 5262 GLint srcY0, in glBlitFramebufferNV() 8921 GLint srcY0, in glBlitNamedFramebuffer()
|
| /external/angle/src/libANGLE/renderer/gl/ |
| D | null_functions.cpp | 141 GLint srcY0, in glBlitFramebufferNULL() 153 GLint srcY0, in glBlitFramebufferEXTNULL() 165 GLint srcY0, in glBlitFramebufferNVNULL() 179 GLint srcY0, in glBlitNamedFramebufferNULL()
|
| /external/angle/src/libANGLE/capture/ |
| D | capture_gles_3_0_autogen.cpp | 122 GLint srcY0, in CaptureBlitFramebuffer()
|
| /external/deqp/framework/platform/null/ |
| D | tcuNullRenderContextFuncs.inl | 311 GLW_APICALL void GLW_APIENTRY glBlitFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1… 326 …mebuffer (GLuint readFramebuffer, GLuint drawFramebuffer, GLint srcX0, GLint srcY0, GLint srcX1, G… 4262 …MulticastBlitFramebufferNV (GLuint srcGpu, GLuint dstGpu, GLint srcX0, GLint srcY0, GLint srcX1, G…
|
| /external/deqp/framework/opengl/ |
| D | gluCallLogWrapper.inl | 287 void CallLogWrapper::glBlitFramebuffer (glw::GLint srcX0, glw::GLint srcY0, glw::GLint srcX1, glw::… 294 …int readFramebuffer, glw::GLuint drawFramebuffer, glw::GLint srcX0, glw::GLint srcY0, glw::GLint s… 3721 …bufferNV (glw::GLuint srcGpu, glw::GLuint dstGpu, glw::GLint srcX0, glw::GLint srcY0, glw::GLint s…
|