/external/mesa3d/src/mesa/main/ |
D | blit.c | 66 _mesa_regions_overlap(int srcX0, int srcY0, in _mesa_regions_overlap() 184 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in _mesa_blit_framebuffer() 550 _mesa_BlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in _mesa_BlitFramebuffer() 573 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in _mesa_BlitNamedFramebuffer()
|
D | image.c | 744 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()
|
D | dlist.c | 6114 save_BlitFramebufferEXT(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in save_BlitFramebufferEXT()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_blit.c | 51 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/ |
D | meta_blit.c | 604 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blitframebuffer_texture() 953 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in _mesa_meta_BlitFramebuffer() 963 GLint srcX0, srcY0, srcX1, srcY1; in _mesa_meta_BlitFramebuffer() member 1061 GLint srcX0, GLint srcY0, in _mesa_meta_and_swrast_BlitFramebuffer()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blit.c | 314 regions_overlap(int srcX0, int srcY0, in regions_overlap() 368 int srcX0, int srcY0, in util_blit_pixels() 502 int srcX0, int srcY0, in util_blit_pixels_tex()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blit.c | 112 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/ |
D | pp_run.c | 41 int srcX0, int srcY0, in pp_blit()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_blorp.c | 492 GLfloat srcX0, GLfloat srcY0, GLfloat srcX1, GLfloat srcY1, in do_blorp_blit() 522 GLfloat srcX0, GLfloat srcY0, GLfloat srcX1, GLfloat srcY1, in try_blorp_blit() 602 int srcX0, int srcY0, in brw_blorp_copytexsubimage() 724 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in brw_blorp_framebuffer()
|
D | intel_fbo.c | 784 GLint srcX0, GLint srcY0, in intel_blit_framebuffer_with_blitter() 876 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in intel_blit_framebuffer() 935 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in gen4_blit_framebuffer()
|
D | brw_meta_util.c | 161 GLfloat *srcX0, GLfloat *srcY0, in brw_meta_mirror_clip_and_scissor()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_fbo.c | 640 GLint srcX0, GLint srcY0, in intel_blit_framebuffer_with_blitter() 734 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in intel_blit_framebuffer()
|
/external/deqp/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()
|
D | sglrReferenceContext.cpp | 3109 void ReferenceContext::blitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int … in blitFramebuffer()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.cpp | 6176 static void BlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint … in BlitFramebuffer() 6210 void BlitFramebufferNV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0… in BlitFramebufferNV() 6215 void BlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint ds… in BlitFramebufferANGLE()
|
D | entry_points.cpp | 1148 GL_APICALL void GL_APIENTRY glBlitFramebufferNV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,… in glBlitFramebufferNV() 1153 GL_APICALL void GL_APIENTRY glBlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint src… in glBlitFramebufferANGLE()
|
D | libGLESv3.cpp | 1171 GL_APICALL void GL_APIENTRY glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, G… in glBlitFramebuffer()
|
D | Context.cpp | 3985 void Context::blitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blitFramebuffer()
|
/external/swiftshader/src/OpenGL/libGL/ |
D | Context.cpp | 2765 void Context::blitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blitFramebuffer()
|
D | libGL.cpp | 5405 void APIENTRY glBlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX… in glBlitFramebufferANGLE() 7782 void APIENTRY glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GL… in glBlitFramebuffer()
|
/external/skia/src/gpu/gl/ |
D | GrGLTestInterface.h | 35 …virtual GrGLvoid blitFramebuffer(GrGLint srcX0, GrGLint srcY0, GrGLint srcX1, GrGLint srcY1, GrGLi… in blitFramebuffer()
|
/external/skqp/src/gpu/gl/ |
D | GrGLTestInterface.h | 35 …virtual GrGLvoid blitFramebuffer(GrGLint srcX0, GrGLint srcY0, GrGLint srcX1, GrGLint srcY1, GrGLi… in blitFramebuffer()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 287 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…
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextFuncs.inl | 311 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…
|