| /third_party/mesa3d/src/mesa/main/ |
| D | blit.c | 78 int srcX1, int srcY1, 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 631 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blit_framebuffer() 871 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blit_framebuffer_err() 890 _mesa_BlitFramebuffer_no_error(GLint srcX0, GLint srcY0, GLint srcX1, in _mesa_BlitFramebuffer_no_error() 905 _mesa_BlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in _mesa_BlitFramebuffer() 929 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blit_named_framebuffer() 980 GLint srcX1, GLint srcY1, in _mesa_BlitNamedFramebuffer_no_error() 996 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in _mesa_BlitNamedFramebuffer()
|
| D | image.c | 681 clip_right_or_top(GLint *srcX0, GLint *srcX1, in clip_right_or_top() 714 clip_left_or_bottom(GLint *srcX0, GLint *srcX1, in clip_left_or_bottom() 760 GLint *srcX0, GLint *srcY0, GLint *srcX1, GLint *srcY1, in _mesa_clip_blit()
|
| /third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
| D | pp_run.c | 43 int srcX1, int srcY1, in pp_blit()
|
| /third_party/vk-gl-cts/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 | 3148 void ReferenceContext::blitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int … in blitFramebuffer()
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| D | libGLESv2.cpp | 5644 static void GL_APIENTRY BlitFramebufferSW(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint… in BlitFramebufferSW() 5678 void GL_APIENTRY BlitFramebufferNV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0,… in BlitFramebufferNV() 5683 void GL_APIENTRY BlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dst… in BlitFramebufferANGLE()
|
| D | entry_points.cpp | 943 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()
|
| D | libGLESv3.cpp | 1173 void GL_APIENTRY BlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, G… in BlitFramebuffer()
|
| D | Context.cpp | 4038 void Context::blitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blitFramebuffer()
|
| /third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
| D | TracePerfTest.cpp | 458 GLint srcX1, in BlitFramebufferMinimizedProc()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | validationES2.cpp | 44 GLint srcX1, in IsPartialBlit() 2407 GLint srcX1, in ValidateBlitFramebufferANGLE() 2541 GLint srcX1, in ValidateBlitFramebufferNV()
|
| D | validationES3.cpp | 2288 GLint srcX1, in ValidateBlitFramebuffer()
|
| D | validationES.cpp | 1470 GLint srcX1, in ValidateBlitFramebufferParameters()
|
| D | validationGL4.cpp | 1006 GLint srcX1, in ValidateBlitNamedFramebuffer()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | null_functions.cpp | 142 GLint srcX1, in glBlitFramebufferNULL() 154 GLint srcX1, in glBlitFramebufferEXTNULL() 166 GLint srcX1, in glBlitFramebufferNVNULL() 180 GLint srcX1, in glBlitNamedFramebufferNULL()
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| D | entry_points_gles_3_0_autogen.cpp | 211 GLint srcX1, in GL_BlitFramebuffer()
|
| D | libGLESv2_autogen.cpp | 888 GLint srcX1, in glBlitFramebuffer() 2808 GLint srcX1, in glBlitFramebufferANGLE() 4999 GLint srcX1, in glBlitFramebufferNV()
|
| D | entry_points_gles_ext_autogen.cpp | 313 GLint srcX1, in GL_BlitFramebufferANGLE() 8762 GLint srcX1, in GL_BlitFramebufferNV()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| D | capture_gles_3_0_autogen.cpp | 124 GLint srcX1, in CaptureBlitFramebuffer()
|
| D | capture_gles_ext_autogen.cpp | 360 GLint srcX1, in CaptureBlitFramebufferANGLE() 8887 GLint srcX1, in CaptureBlitFramebufferNV()
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| D | lvp_execute.c | 2564 int srcX0, srcX1, srcY0, srcY1, srcZ0, srcZ1; in handle_blit_image() local
|
| /third_party/skia/third_party/externals/angle2/src/libGL/ |
| D | entry_points_gl_3_autogen.cpp | 243 GLint srcX1, in GL_BlitFramebuffer()
|
| /third_party/vk-gl-cts/framework/platform/null/ |
| D | tcuNullRenderContextFuncs.inl | 311 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… 4262 …FramebufferNV (GLuint srcGpu, GLuint dstGpu, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, G…
|
| /third_party/vk-gl-cts/framework/opengl/ |
| D | gluCallLogWrapper.inl | 287 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… 3721 …int srcGpu, glw::GLuint dstGpu, glw::GLint srcX0, glw::GLint srcY0, glw::GLint srcX1, glw::GLint s…
|