Home
last modified time | relevance | path

Searched refs:p_surface (Results 1 – 2 of 2) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
DFrameBuffer.h74 void DestroyWindowSurface(HandleType p_surface);
79 bool setWindowSurfaceColorBuffer(HandleType p_surface, HandleType p_colorbuffer);
80 bool flushWindowSurfaceColorBuffer(HandleType p_surface);
DFrameBuffer.cpp541 void FrameBuffer::DestroyWindowSurface(HandleType p_surface) in DestroyWindowSurface() argument
544 m_windows.erase(p_surface); in DestroyWindowSurface()
571 bool FrameBuffer::flushWindowSurfaceColorBuffer(HandleType p_surface) in flushWindowSurfaceColorBuffer() argument
575 WindowSurfaceMap::iterator w( m_windows.find(p_surface) ); in flushWindowSurfaceColorBuffer()
586 bool FrameBuffer::setWindowSurfaceColorBuffer(HandleType p_surface, in setWindowSurfaceColorBuffer() argument
591 WindowSurfaceMap::iterator w( m_windows.find(p_surface) ); in setWindowSurfaceColorBuffer()