MCPcopy Create free account
hub / github.com/Kitware/VTK / BlitDisplayFramebuffer

Method BlitDisplayFramebuffer

Rendering/OpenGL2/vtkOpenGLRenderWindow.cxx:1857–1861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1855}
1856
1857void vtkOpenGLRenderWindow::BlitDisplayFramebuffer()
1858{
1859 this->BlitDisplayFramebuffer(0, 0, 0, this->Size[0], this->Size[1], 0, 0, this->Size[0],
1860 this->Size[1], GL_COLOR_BUFFER_BIT, GL_NEAREST);
1861}
1862
1863void vtkOpenGLRenderWindow::BlitDisplayFramebufferColorAndDepth()
1864{

Callers 5

FrameMethod · 0.95
blitFunction · 0.80
ExecuteMethod · 0.80
RenderMethod · 0.80

Calls 9

vtkglDisableMethod · 0.80
ActivateReadBufferMethod · 0.80
vtkglViewportMethod · 0.80
vtkglScissorMethod · 0.80
vtkglBlitFramebufferMethod · 0.80
GetStateMethod · 0.45
BindMethod · 0.45

Tested by 1

ExecuteMethod · 0.64