Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dblit.c67 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()
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()
696 GLint srcX1, GLint srcY1, in _mesa_BlitNamedFramebuffer_no_error()
712 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in _mesa_BlitNamedFramebuffer()
Dimage.c805 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()
Ddlist.c6112 save_BlitFramebufferEXT(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in save_BlitFramebufferEXT()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_blit.c51 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in st_BlitFramebuffer()
62 GLint srcX0, srcY0, srcX1, srcY1; in st_BlitFramebuffer() member
/external/mesa3d/src/mesa/drivers/common/
Dmeta_blit.c604 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blitframebuffer_texture()
949 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in _mesa_meta_BlitFramebuffer()
959 GLint srcX0, srcY0, srcX1, srcY1; in _mesa_meta_BlitFramebuffer() member
1060 GLint srcX1, GLint srcY1, in _mesa_meta_and_swrast_BlitFramebuffer()
/external/mesa3d/src/gallium/auxiliary/util/
Du_blit.c315 int srcX1, int srcY1, in regions_overlap()
369 int srcX1, int srcY1, in util_blit_pixels()
503 int srcX1, int srcY1, in util_blit_pixels_tex()
/external/mesa3d/src/mesa/swrast/
Ds_blit.c112 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blit_nearest()
513 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blit_linear()
738 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in _swrast_BlitFramebuffer()
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_run.c42 int srcX1, int srcY1, in pp_blit()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_fbo.c641 GLint srcX1, GLint srcY1, in intel_blit_framebuffer_with_blitter()
734 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in intel_blit_framebuffer()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blorp.c495 GLfloat srcX0, GLfloat srcY0, GLfloat srcX1, GLfloat srcY1, in do_blorp_blit()
525 GLfloat srcX0, GLfloat srcY0, GLfloat srcX1, GLfloat srcY1, in try_blorp_blit()
686 int srcX1 = srcX0 + width; in brw_blorp_copytexsubimage() local
748 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in brw_blorp_framebuffer()
Dbrw_meta_util.c162 GLfloat *srcX1, GLfloat *srcY1, in brw_meta_mirror_clip_and_scissor()
Dintel_fbo.c778 GLint srcX1, GLint srcY1, in intel_blit_framebuffer_with_blitter()
869 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in intel_blit_framebuffer()
/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()
DsglrReferenceContext.cpp3109 void ReferenceContext::blitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int … in blitFramebuffer()
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.cpp5679 static void BlitFramebufferSW(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLin… in BlitFramebufferSW()
5713 void BlitFramebufferNV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0… in BlitFramebufferNV()
5718 void BlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint ds… in BlitFramebufferANGLE()
Dentry_points.cpp943 GL_APICALL void GL_APIENTRY glBlitFramebufferNV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,… in glBlitFramebufferNV()
948 GL_APICALL void GL_APIENTRY glBlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint src… in glBlitFramebufferANGLE()
1115 GL_APICALL void GL_APIENTRY glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, G… in glBlitFramebuffer()
DlibGLESv3.cpp1171 void BlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, … in BlitFramebuffer()
DContext.cpp4022 void Context::blitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blitFramebuffer()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl287 void CallLogWrapper::glBlitFramebuffer (glw::GLint srcX0, glw::GLint srcY0, glw::GLint srcX1, glw::…
294 …r, glw::GLuint drawFramebuffer, glw::GLint srcX0, glw::GLint srcY0, glw::GLint srcX1, glw::GLint s…
3707 …int srcGpu, glw::GLuint dstGpu, glw::GLint srcX0, glw::GLint srcY0, glw::GLint srcX1, 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 …int readFramebuffer, GLuint drawFramebuffer, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, G…
4241 …FramebufferNV (GLuint srcGpu, GLuint dstGpu, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, G…
/external/skia/src/gpu/gl/
DGrGLTestInterface.h36 …virtual GrGLvoid blitFramebuffer(GrGLint srcX0, GrGLint srcY0, GrGLint srcX1, GrGLint srcY1, GrGLi… in blitFramebuffer()
/external/skqp/src/gpu/gl/
DGrGLTestInterface.h36 …virtual GrGLvoid blitFramebuffer(GrGLint srcX0, GrGLint srcY0, GrGLint srcX1, GrGLint srcY1, GrGLi… in blitFramebuffer()
/external/deqp/framework/opengl/wrapper/
DglwImpl.inl327 void glwBlitFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dst…
335 …int readFramebuffer, GLuint drawFramebuffer, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, G…
3967 …FramebufferNV (GLuint srcGpu, GLuint dstGpu, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, G…
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c30769 GLint srcX1; member
30783 const GLint srcX1 = cmd->srcX1; in _mesa_unmarshal_BlitFramebuffer() local
30794 _mesa_marshal_BlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLin… in _mesa_marshal_BlitFramebuffer()
35934 GLint srcX1; member
35950 const GLint srcX1 = cmd->srcX1; in _mesa_unmarshal_BlitNamedFramebuffer() local
35961 …int readFramebuffer, GLuint drawFramebuffer, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, G… in _mesa_marshal_BlitNamedFramebuffer()