Home
last modified time | relevance | path

Searched defs:srcX0 (Results 1 – 25 of 35) sorted by relevance

12

/external/mesa3d/src/mesa/main/
Dblit.c66 _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()
Dimage.c744 const GLint srcX0 = *srcX, srcY0 = *srcY; in _mesa_clip_copytexsubimage() local
805 clip_right_or_top(GLint *srcX0, GLint *srcX1, in clip_right_or_top()
838 clip_left_or_bottom(GLint *srcX0, GLint *srcX1, in clip_left_or_bottom()
884 GLint *srcX0, GLint *srcY0, GLint *srcX1, GLint *srcY1, in _mesa_clip_blit()
/external/mesa3d/src/mesa/drivers/common/
Dmeta_blit.c92 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/
Dst_cb_blit.c53 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in st_BlitFramebuffer()
64 GLint srcX0, srcY0, srcX1, srcY1; in st_BlitFramebuffer() member
/external/mesa3d/src/mesa/swrast/
Ds_blit.c112 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/
Dpp_run.c41 int srcX0, int srcY0, in pp_blit()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_fbo.c645 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/
Dbrw_blorp.c583 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()
Dbrw_meta_util.c161 GLfloat *srcX0, GLfloat *srcY0, in brw_meta_mirror_clip_and_scissor()
Dintel_fbo.c802 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/
Dlvp_execute.c1736 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/
DsglrContextWrapper.cpp359 void ContextWrapper::glBlitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int … in glBlitFramebuffer()
DsglrGLContext.cpp600 void GLContext::blitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, … in blitFramebuffer()
/external/angle/src/tests/perf_tests/
DTracePerfTest.cpp455 void KHRONOS_APIENTRY BlitFramebufferMinimizedProc(GLint srcX0, in BlitFramebufferMinimizedProc()
/external/angle/src/libANGLE/
DvalidationES2.cpp42 GLint srcX0, in IsPartialBlit()
2421 GLint srcX0, in ValidateBlitFramebufferANGLE()
2557 GLint srcX0, in ValidateBlitFramebufferNV()
DvalidationES3.cpp2376 GLint srcX0, in ValidateBlitFramebuffer()
DvalidationGL4.cpp1004 GLint srcX0, in ValidateBlitNamedFramebuffer()
DvalidationES.cpp1496 GLint srcX0, in ValidateBlitFramebufferParameters()
/external/angle/src/libANGLE/renderer/gl/
Dnull_functions.cpp140 void INTERNAL_GL_APIENTRY glBlitFramebufferNULL(GLint srcX0, in glBlitFramebufferNULL()
152 void INTERNAL_GL_APIENTRY glBlitFramebufferEXTNULL(GLint srcX0, in glBlitFramebufferEXTNULL()
164 void INTERNAL_GL_APIENTRY glBlitFramebufferNVNULL(GLint srcX0, in glBlitFramebufferNVNULL()
178 GLint srcX0, in glBlitNamedFramebufferNULL()
/external/angle/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp209 void GL_APIENTRY GL_BlitFramebuffer(GLint srcX0, in GL_BlitFramebuffer()
DlibGLESv2_autogen.cpp886 void GL_APIENTRY glBlitFramebuffer(GLint srcX0, in glBlitFramebuffer()
2887 void GL_APIENTRY glBlitFramebufferANGLE(GLint srcX0, in glBlitFramebufferANGLE()
5093 void GL_APIENTRY glBlitFramebufferNV(GLint srcX0, in glBlitFramebufferNV()
/external/angle/src/libANGLE/capture/
Dcapture_gles_3_0_autogen.cpp122 GLint srcX0, in CaptureBlitFramebuffer()
/external/angle/src/libGL/
Dentry_points_gl_3_autogen.cpp241 void GL_APIENTRY GL_BlitFramebuffer(GLint srcX0, in GL_BlitFramebuffer()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl287 void CallLogWrapper::glBlitFramebuffer (glw::GLint srcX0, glw::GLint srcY0, glw::GLint srcX1, glw::…
294 …mebuffer (glw::GLuint readFramebuffer, glw::GLuint drawFramebuffer, glw::GLint srcX0, glw::GLint s…
3707 …MulticastBlitFramebufferNV (glw::GLuint srcGpu, glw::GLuint dstGpu, glw::GLint srcX0, glw::GLint s…
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl311 GLW_APICALL void GLW_APIENTRY glBlitFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1…
326 …lBlitNamedFramebuffer (GLuint readFramebuffer, GLuint drawFramebuffer, GLint srcX0, GLint srcY0, G…
4241 …W_APIENTRY glMulticastBlitFramebufferNV (GLuint srcGpu, GLuint dstGpu, GLint srcX0, GLint srcY0, G…

12