Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dblit.c77 _mesa_regions_overlap(int srcX0, int srcY0, in _mesa_regions_overlap()
358 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in do_blit_framebuffer()
369 GLint srcX0, srcY0, srcX1, srcY1; in do_blit_framebuffer() member
650 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blit_framebuffer()
890 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blit_framebuffer_err()
909 _mesa_BlitFramebuffer_no_error(GLint srcX0, GLint srcY0, GLint srcX1, in _mesa_BlitFramebuffer_no_error()
924 _mesa_BlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in _mesa_BlitFramebuffer()
948 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blit_named_framebuffer()
998 GLint srcX0, GLint srcY0, in _mesa_BlitNamedFramebuffer_no_error()
1015 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in _mesa_BlitNamedFramebuffer()
Dimage.c621 const GLint srcX0 = *srcX, srcY0 = *srcY; in _mesa_clip_copytexsubimage() local
761 GLint *srcX0, GLint *srcY0, GLint *srcX1, GLint *srcY1, in _mesa_clip_blit()
Ddlist.c5624 save_BlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in save_BlitFramebuffer()
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_run.c43 int srcX0, int srcY0, in pp_blit()
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.cpp373 void ContextWrapper::glBlitFramebuffer(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int d… in glBlitFramebuffer()
DsglrGLContext.cpp593 void GLContext::blitFramebuffer(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, i… in blitFramebuffer()
DsglrReferenceContext.cpp3339 void ReferenceContext::blitFramebuffer(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int d… in blitFramebuffer()
/external/deqp/external/openglcts/modules/common/
DglcFramebufferBlitTests.cpp3375 GLint srcY0 = blt_src_rect.y; in runMultiColorPatternTest() local
/external/angle/src/libANGLE/
DvalidationES2.cpp46 GLint srcY0, in IsPartialBlit()
2668 GLint srcY0, in ValidateBlitFramebufferANGLE()
2804 GLint srcY0, in ValidateBlitFramebufferNV()
DvalidationES3.cpp2416 GLint srcY0, in ValidateBlitFramebuffer()
DvalidationES.cpp1650 GLint srcY0, in ValidateBlitFramebufferParameters()
DContext.cpp4714 GLint srcY0, in blitFramebuffer()
4779 GLint srcY0, in blitFramebufferNV()
/external/angle/src/tests/perf_tests/
DTracePerfTest.cpp547 GLint srcY0, in BlitFramebufferMinimizedProc()
/external/angle/src/tests/gl_tests/
DBlitFramebufferANGLETest.cpp3423 const GLint srcY0 = srcOffsetY; in TEST_P() local
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c2586 int srcX0, srcX1, srcY0, srcY1, srcZ0, srcZ1; in handle_blit_image() local
3307 int srcX0, srcY0; in handle_resolve_image() local
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c3001 GLint srcY0, srcY1; in st_CopyTexSubImage() local
/external/angle/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp230 GLint srcY0, in GL_BlitFramebuffer()
DlibGLESv2_autogen.cpp887 GLint srcY0, in glBlitFramebuffer()
2905 GLint srcY0, in glBlitFramebufferANGLE()
5387 GLint srcY0, in glBlitFramebufferNV()
Dentry_points_gles_ext_autogen.cpp728 GLint srcY0, in GL_BlitFramebufferANGLE()
10826 GLint srcY0, in GL_BlitFramebufferNV()
/external/angle/src/libANGLE/renderer/gl/
Dnull_functions.cpp141 GLint srcY0, in glBlitFramebufferNULL()
153 GLint srcY0, in glBlitFramebufferEXTNULL()
165 GLint srcY0, in glBlitFramebufferNVNULL()
179 GLint srcY0, in glBlitNamedFramebufferNULL()
/external/angle/src/libANGLE/capture/
Dcapture_gles_3_0_autogen.cpp122 GLint srcY0, in CaptureBlitFramebuffer()
Dcapture_gles_ext_autogen.cpp811 GLint srcY0, in CaptureBlitFramebufferANGLE()
10174 GLint srcY0, in CaptureBlitFramebufferNV()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl287 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…
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl311 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/wrapper/
DglwImpl.inl327 void glwBlitFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dst…
335 …mebuffer (GLuint readFramebuffer, GLuint drawFramebuffer, GLint srcX0, GLint srcY0, GLint srcX1, G…
3983 void glwMulticastBlitFramebufferNV (GLuint srcGpu, GLuint dstGpu, GLint srcX0, GLint srcY0, GLint s…