• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:FrameBuffer

27 FrameBuffer *FrameBuffer::s_theFrameBuffer = NULL;
28 HandleType FrameBuffer::s_nextHandle = 0;
90 void FrameBuffer::finalize(){ in finalize()
104 bool FrameBuffer::initialize(int width, int height) in initialize()
113 FrameBuffer *fb = new FrameBuffer(width, height); in initialize()
362 FrameBuffer::FrameBuffer(int p_width, int p_height) : in FrameBuffer() function in FrameBuffer
389 FrameBuffer::~FrameBuffer() in ~FrameBuffer()
394 void FrameBuffer::setPostCallback(OnPostFn onPost, void* onPostContext) in setPostCallback()
410 bool FrameBuffer::setupSubWindow(FBNativeWindowType p_window, in setupSubWindow()
418 FrameBuffer *fb = s_theFrameBuffer; in setupSubWindow()
457 bool FrameBuffer::removeSubWindow() in removeSubWindow()
478 HandleType FrameBuffer::genHandle() in genHandle()
490 HandleType FrameBuffer::createColorBuffer(int p_width, int p_height, in createColorBuffer()
505 HandleType FrameBuffer::createRenderContext(int p_config, HandleType p_share, in createRenderContext()
528 HandleType FrameBuffer::createWindowSurface(int p_config, int p_width, int p_height) in createWindowSurface()
542 void FrameBuffer::DestroyRenderContext(HandleType p_context) in DestroyRenderContext()
548 void FrameBuffer::DestroyWindowSurface(HandleType p_surface) in DestroyWindowSurface()
554 int FrameBuffer::openColorBuffer(HandleType p_colorbuffer) in openColorBuffer()
567 void FrameBuffer::closeColorBuffer(HandleType p_colorbuffer) in closeColorBuffer()
581 bool FrameBuffer::flushWindowSurfaceColorBuffer(HandleType p_surface) in flushWindowSurfaceColorBuffer()
595 bool FrameBuffer::setWindowSurfaceColorBuffer(HandleType p_surface, in setWindowSurfaceColorBuffer()
619 bool FrameBuffer::updateColorBuffer(HandleType p_colorbuffer, in updateColorBuffer()
636 bool FrameBuffer::bindColorBufferToTexture(HandleType p_colorbuffer) in bindColorBufferToTexture()
649 bool FrameBuffer::bindColorBufferToRenderbuffer(HandleType p_colorbuffer) in bindColorBufferToRenderbuffer()
662 bool FrameBuffer::bindContext(HandleType p_context, in bindContext()
754 bool FrameBuffer::bind_locked() in bind_locked()
772 bool FrameBuffer::bindSubwin_locked() in bindSubwin_locked()
798 bool FrameBuffer::unbind_locked() in unbind_locked()
811 bool FrameBuffer::post(HandleType p_colorbuffer, bool needLock) in post()
882 bool FrameBuffer::repost() in repost()
890 void FrameBuffer::initGLState() in initGLState()