HomeSort by relevance Sort by last modified time
    Searched refs:WindowSurfacePtr (Results 1 - 4 of 4) sorted by null

  /sdk/emulator/opengl/host/libs/libOpenglRender/
ThreadInfo.h 31 WindowSurfacePtr currDrawSurf;
32 WindowSurfacePtr currReadSurf;
WindowSurface.h 69 typedef SmartPtr<WindowSurface> WindowSurfacePtr;
FrameBuffer.h 34 typedef std::map<HandleType, WindowSurfacePtr> WindowSurfaceMap;
FrameBuffer.cpp 526 WindowSurfacePtr win( WindowSurface::create(p_config, p_width, p_height) );
657 WindowSurfacePtr draw(NULL), read(NULL);
703 WindowSurfacePtr bindDraw, bindRead;

Completed in 117 milliseconds