Home | History | Annotate | Download | only in renderer

Lines Matching full:framebuffer

20 #include "FrameBuffer.h"
109 // in the FrameBuffer singleton object).
114 // initialize Framebuffer
116 bool inited = FrameBuffer::initialize(winWidth, winHeight);
118 fprintf(stderr,"Failed to initialize Framebuffer\n");
122 inited = FrameBuffer::setupSubWindow(windowId,
125 fprintf(stderr,"Failed to create subwindow Framebuffer\n");
156 // During termination of the render server, the FrameBuffer
157 // will be finalized, the Framebuffer subwindow will
161 HWND hWnd = FrameBuffer::getFB()->getSubWindow();