Searched refs:p_surface (Results 1 – 2 of 2) sorted by relevance
74 void DestroyWindowSurface(HandleType p_surface);79 bool setWindowSurfaceColorBuffer(HandleType p_surface, HandleType p_colorbuffer);80 bool flushWindowSurfaceColorBuffer(HandleType p_surface);
541 void FrameBuffer::DestroyWindowSurface(HandleType p_surface) in DestroyWindowSurface() argument544 m_windows.erase(p_surface); in DestroyWindowSurface()571 bool FrameBuffer::flushWindowSurfaceColorBuffer(HandleType p_surface) in flushWindowSurfaceColorBuffer() argument575 WindowSurfaceMap::iterator w( m_windows.find(p_surface) ); in flushWindowSurfaceColorBuffer()586 bool FrameBuffer::setWindowSurfaceColorBuffer(HandleType p_surface, in setWindowSurfaceColorBuffer() argument591 WindowSurfaceMap::iterator w( m_windows.find(p_surface) ); in setWindowSurfaceColorBuffer()