OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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