/third_party/mesa3d/src/mesa/main/ |
D | blit.c | 67 int srcX1, int srcY1, 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() 607 GLint srcY1, GLint dstX0, GLint dstY0, 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() 696 GLint srcX1, GLint srcY1, in _mesa_BlitNamedFramebuffer_no_error() 712 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in _mesa_BlitNamedFramebuffer()
|
D | image.c | 884 GLint *srcX0, GLint *srcY0, GLint *srcX1, GLint *srcY1, in _mesa_clip_blit()
|
/third_party/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 527 GLint srcX1, GLint srcY1, in _mesa_meta_and_swrast_BlitFramebuffer()
|
/third_party/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 | 2834 GLint srcY0, srcY1; in st_CopyTexSubImage() local
|
/third_party/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()
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_run.c | 43 int srcX1, int srcY1, in pp_blit()
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_fbo.c | 646 GLint srcX1, GLint srcY1, in intel_blit_framebuffer_with_blitter() 739 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in intel_blit_framebuffer()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_blorp.c | 570 GLfloat srcX0, GLfloat srcY0, GLfloat srcX1, GLfloat srcY1, in do_blorp_blit() 600 GLfloat srcX0, GLfloat srcY0, GLfloat srcX1, GLfloat srcY1, in try_blorp_blit() 734 int srcY1 = srcY0 + height; in brw_blorp_copytexsubimage() local 797 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in brw_blorp_framebuffer()
|
D | brw_meta_util.c | 162 GLfloat *srcX1, GLfloat *srcY1, in brw_meta_mirror_clip_and_scissor()
|
D | brw_fbo.c | 801 GLint srcX1, GLint srcY1, in brw_blit_framebuffer_with_blitter() 893 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in brw_blit_framebuffer()
|
/third_party/vk-gl-cts/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()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.cpp | 5644 static void GL_APIENTRY BlitFramebufferSW(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint… in BlitFramebufferSW() 5678 void GL_APIENTRY BlitFramebufferNV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0,… in BlitFramebufferNV() 5683 void GL_APIENTRY BlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dst… in BlitFramebufferANGLE()
|
D | entry_points.cpp | 943 GL_APICALL void GL_APIENTRY glBlitFramebufferNV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,… in glBlitFramebufferNV() 948 …APIENTRY glBlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, G… in glBlitFramebufferANGLE() 1115 GL_APICALL void GL_APIENTRY glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, G… in glBlitFramebuffer()
|
D | libGLESv3.cpp | 1173 void GL_APIENTRY BlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, G… in BlitFramebuffer()
|
D | Context.cpp | 4038 void Context::blitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blitFramebuffer()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | TracePerfTest.cpp | 459 GLint srcY1, in BlitFramebufferMinimizedProc()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationES2.cpp | 45 GLint srcY1, in IsPartialBlit() 2408 GLint srcY1, in ValidateBlitFramebufferANGLE() 2542 GLint srcY1, in ValidateBlitFramebufferNV()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_3_0_autogen.cpp | 192 GLint srcY1, in BlitFramebuffer()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationGL45.cpp | 25 GLint srcY1, in ValidateBlitNamedFramebuffer()
|
D | validationES2.cpp | 44 GLint srcY1, in IsPartialBlit() 2635 GLint srcY1, in ValidateBlitFramebufferANGLE()
|
D | capture_gles_3_0_autogen.cpp | 123 GLint srcY1, in CaptureBlitFramebuffer()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | null_functions.cpp | 143 GLint srcY1, in glBlitFramebufferNULL() 155 GLint srcY1, in glBlitFramebufferEXTNULL() 167 GLint srcY1, in glBlitFramebufferNVNULL() 181 GLint srcY1, in glBlitNamedFramebufferNULL()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_3_0_autogen.cpp | 167 GLint srcY1, in BlitFramebuffer()
|