| /external/mesa3d/src/mesa/main/ |
| D | image.c | 718 const GLint srcX0 = *srcX, srcY0 = *srcY; in _mesa_clip_copytexsubimage() local 779 clip_right_or_top(GLint *srcX0, GLint *srcX1, in clip_right_or_top() 812 clip_left_or_bottom(GLint *srcX0, GLint *srcX1, in clip_left_or_bottom() 856 GLint *srcX0, GLint *srcY0, GLint *srcX1, GLint *srcY1, in _mesa_clip_blit()
|
| D | fbobject.c | 2879 _mesa_BlitFramebufferEXT(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in _mesa_BlitFramebufferEXT()
|
| /external/mesa3d/src/gallium/auxiliary/util/ |
| D | u_blit.c | 374 regions_overlap(int srcX0, int srcY0, in regions_overlap() 428 int srcX0, int srcY0, in util_blit_pixels() 816 int srcX0, int srcY0, in util_blit_pixels_tex()
|
| /external/mesa3d/src/mesa/swrast/ |
| D | s_blit.c | 109 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blit_nearest() 489 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blit_linear() 713 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in _swrast_BlitFramebuffer()
|
| /external/mesa3d/src/mesa/state_tracker/ |
| D | st_cb_blit.c | 144 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in st_BlitFramebuffer()
|
| /external/mesa3d/src/mesa/drivers/dri/i965/ |
| D | brw_blorp_blit.cpp | 148 GLint srcX0, GLint srcY0, in do_blorp_blit() 193 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in try_blorp_blit() 299 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in brw_blorp_framebuffer()
|
| D | intel_fbo.c | 806 GLint srcX0, GLint srcY0, in intel_blit_framebuffer_copy_tex_sub_image() 858 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in intel_blit_framebuffer()
|
| /external/mesa3d/src/mesa/drivers/dri/intel/ |
| D | intel_fbo.c | 806 GLint srcX0, GLint srcY0, in intel_blit_framebuffer_copy_tex_sub_image() 858 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in intel_blit_framebuffer()
|
| /external/mesa3d/src/mesa/drivers/dri/i915/ |
| D | intel_fbo.c | 806 GLint srcX0, GLint srcY0, in intel_blit_framebuffer_copy_tex_sub_image() 858 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/mesa3d/src/gallium/state_trackers/vega/ |
| D | renderer.c | 1415 int srcX0, int srcY0, in renderer_copy_surface()
|
| /external/swiftshader/src/OpenGL/libGLESv2/ |
| D | main.cpp | 1272 GL_APICALL void GL_APIENTRY glBlitFramebufferNV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,… in glBlitFramebufferNV() 1277 GL_APICALL void GL_APIENTRY glBlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint src… in glBlitFramebufferANGLE()
|
| D | libGLESv2.cpp | 6224 void BlitFramebufferNV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0… in BlitFramebufferNV() 6258 void BlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint ds… in BlitFramebufferANGLE()
|
| D | Context.cpp | 3859 void Context::blitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blitFramebuffer()
|
| D | libGLESv3.cpp | 1419 GL_APICALL void GL_APIENTRY glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, G… in glBlitFramebuffer()
|
| /external/mesa3d/src/mesa/drivers/common/ |
| D | meta.c | 1430 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blitframebuffer_texture() 1575 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in _mesa_meta_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 | 5431 void APIENTRY glBlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX… in glBlitFramebufferANGLE() 7808 void APIENTRY glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GL… in glBlitFramebuffer()
|
| /external/libmojo/mojo/gpu/ |
| D | mojo_gles2_impl_autogen.cc | 1212 void MojoGLES2Impl::BlitFramebufferCHROMIUM(GLint srcX0, in BlitFramebufferCHROMIUM()
|
| /external/deqp/framework/opengl/ |
| D | gluCallLogWrapper.inl | 280 void CallLogWrapper::glBlitFramebuffer (glw::GLint srcX0, glw::GLint srcY0, glw::GLint srcX1, glw::… 287 …mebuffer (glw::GLuint readFramebuffer, glw::GLuint drawFramebuffer, glw::GLint srcX0, glw::GLint s…
|
| /external/deqp/framework/platform/null/ |
| D | tcuNullRenderContextFuncs.inl | 303 GLW_APICALL void GLW_APIENTRY glBlitFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1… 318 …lBlitNamedFramebuffer (GLuint readFramebuffer, GLuint drawFramebuffer, GLint srcX0, GLint srcY0, G…
|
| /external/skia/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/wrapper/ |
| D | glwImpl.inl | 319 void glwBlitFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dst… 327 void glwBlitNamedFramebuffer (GLuint readFramebuffer, GLuint drawFramebuffer, GLint srcX0, GLint sr…
|