Home
last modified time | relevance | path

Searched refs:WindowSurfacePtr (Results 1 – 4 of 4) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
DThreadInfo.h31 WindowSurfacePtr currDrawSurf;
32 WindowSurfacePtr currReadSurf;
DWindowSurface.h69 typedef emugl::SmartPtr<WindowSurface> WindowSurfacePtr; typedef
DFrameBuffer.h35 typedef std::map<HandleType, WindowSurfacePtr> WindowSurfaceMap;
DFrameBuffer.cpp533 WindowSurfacePtr win( WindowSurface::create(p_config, p_width, p_height) ); in createWindowSurface()
668 WindowSurfacePtr draw(NULL), read(NULL); in bindContext()
714 WindowSurfacePtr bindDraw, bindRead; in bindContext()