Home
last modified time | relevance | path

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

12

/external/mesa3d/src/mesa/main/
Dblit.c68 int dstX0, int dstY0, in _mesa_regions_overlap()
347 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in blit_framebuffer()
588 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in blit_framebuffer_err()
607 GLint srcY1, GLint dstX0, GLint dstY0, in _mesa_BlitFramebuffer_no_error()
622 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in _mesa_BlitFramebuffer()
646 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in blit_named_framebuffer()
697 GLint dstX0, GLint dstY0, in _mesa_BlitNamedFramebuffer_no_error()
713 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in _mesa_BlitNamedFramebuffer()
Dimage.c806 GLint *dstX0, GLint *dstX1, in clip_right_or_top()
839 GLint *dstX0, GLint *dstX1, in clip_left_or_bottom()
885 GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1) in _mesa_clip_blit()
/external/mesa3d/src/mesa/drivers/common/
Dmeta_blit.c93 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in blitframebuffer_texture()
419 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in _mesa_meta_BlitFramebuffer()
429 GLint dstX0, dstY0, dstX1, dstY1; in _mesa_meta_BlitFramebuffer() member
528 GLint dstX0, GLint dstY0, in _mesa_meta_and_swrast_BlitFramebuffer()
Dmeta.c1852 const GLfloat dstX0 = (GLfloat) dstX; in _mesa_meta_CopyPixels() local
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_blit.c54 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in st_BlitFramebuffer()
65 GLint dstX0, dstY0, dstX1, dstY1; in st_BlitFramebuffer() member
/external/mesa3d/src/mesa/swrast/
Ds_blit.c113 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in blit_nearest()
516 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1) in blit_linear()
744 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in _swrast_BlitFramebuffer()
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_run.c45 int dstX0, int dstY0, in pp_blit()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_fbo.c647 GLint dstX0, GLint dstY0, in intel_blit_framebuffer_with_blitter()
740 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in intel_blit_framebuffer()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blorp.c584 GLfloat dstX0, GLfloat dstY0, GLfloat dstX1, GLfloat dstY1, in do_blorp_blit()
614 GLfloat dstX0, GLfloat dstY0, GLfloat dstX1, GLfloat dstY1, in try_blorp_blit()
708 int dstX0, int dstY0, in brw_blorp_copytexsubimage()
811 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in brw_blorp_framebuffer()
Dbrw_meta_util.c163 GLfloat *dstX0, GLfloat *dstY0, in brw_meta_mirror_clip_and_scissor()
Dintel_fbo.c804 GLint dstX0, GLint dstY0, in intel_blit_framebuffer_with_blitter()
896 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in intel_blit_framebuffer()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c1737 unsigned dstX0, dstX1, dstY0, dstY1, dstZ0, dstZ1; in handle_blit_image() local
2255 unsigned dstX0, dstY0; 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/libANGLE/
DvalidationES2.cpp48 GLint dstX0, in IsPartialBlit()
2431 GLint dstX0, in ValidateBlitFramebufferANGLE()
2567 GLint dstX0, in ValidateBlitFramebufferNV()
DvalidationES3.cpp2376 GLint dstX0, in ValidateBlitFramebuffer()
DvalidationES.cpp1567 GLint dstX0, in ValidateBlitFramebufferParameters()
/external/angle/src/tests/perf_tests/
DTracePerfTest.cpp591 GLint dstX0, in BlitFramebufferMinimizedProc()
/external/angle/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp231 GLint dstX0, in GL_BlitFramebuffer()
Dentry_points_gles_ext_autogen.cpp677 GLint dstX0, in GL_BlitFramebufferANGLE()
10579 GLint dstX0, in GL_BlitFramebufferNV()
DlibGLESv2_autogen.cpp897 GLint dstX0, in glBlitFramebuffer()
2900 GLint dstX0, in glBlitFramebufferANGLE()
5265 GLint dstX0, in glBlitFramebufferNV()
8924 GLint dstX0, in glBlitNamedFramebuffer()
/external/angle/src/libANGLE/renderer/gl/
Dnull_functions.cpp144 GLint dstX0, in glBlitFramebufferNULL()
156 GLint dstX0, in glBlitFramebufferEXTNULL()
168 GLint dstX0, in glBlitFramebufferNVNULL()
182 GLint dstX0, in glBlitNamedFramebufferNULL()
/external/angle/src/libANGLE/capture/
Dcapture_gles_3_0_autogen.cpp125 GLint dstX0, in CaptureBlitFramebuffer()
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl311 …glBlitFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, G…
326 …t drawFramebuffer, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, G…
4262 …pu, GLuint dstGpu, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, G…
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl287 …:GLint srcX0, glw::GLint srcY0, glw::GLint srcX1, glw::GLint srcY1, glw::GLint dstX0, glw::GLint d…
294 …:GLint srcX0, glw::GLint srcY0, glw::GLint srcX1, glw::GLint srcY1, glw::GLint dstX0, glw::GLint d…
3721 …:GLint srcX0, glw::GLint srcY0, glw::GLint srcX1, glw::GLint srcY1, glw::GLint dstX0, glw::GLint d…

12