Home
last modified time | relevance | path

Searched refs:SrfcInfo (Results 1 – 3 of 3) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglWindowsApi.cpp93 class SrfcInfo{ class
100 explicit SrfcInfo(HWND wnd);
101 explicit SrfcInfo(HPBUFFERARB pb);
102 explicit SrfcInfo(HBITMAP bmap);
107 ~SrfcInfo();
116 SrfcInfo::SrfcInfo(HBITMAP bmap):m_hwnd(NULL), in SrfcInfo() function in SrfcInfo
123 SrfcInfo::SrfcInfo(HWND wnd):m_pb(NULL), in SrfcInfo() function in SrfcInfo
130 SrfcInfo::SrfcInfo(HPBUFFERARB pb):m_hwnd(NULL), in SrfcInfo() function in SrfcInfo
139 SrfcInfo::~SrfcInfo(){ in ~SrfcInfo()
501 return new SrfcInfo(pb); in createPbufferSurface()
[all …]
DEglX11Api.cpp38 class SrfcInfo{ class
45 SrfcInfo(GLXDrawable drawable,SurfaceType type):m_type(type), in SrfcInfo() function in SrfcInfo
237 return pb ? new SrfcInfo(pb,SrfcInfo::PBUFFER) : NULL; in createPbufferSurface()
296 return new SrfcInfo(wnd,SrfcInfo::WINDOW); in createWindowSurface()
300 return new SrfcInfo(pix,SrfcInfo::PIXMAP); in createPixmapSurface()
/sdk/emulator/opengl/host/libs/Translator/include/EGL/
Deglinternalplatform.h20 class SrfcInfo; //defined in Egl{$platform}Api.cpp variable
21 typedef SrfcInfo* SURFACE;