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

  /sdk/emulator/opengl/host/libs/Translator/include/EGL/
eglinternalplatform.h 20 class SrfcInfo; //defined in Egl{$platform}Api.cpp
21 typedef SrfcInfo* SURFACE;
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 96 class SrfcInfo{
103 explicit SrfcInfo(HWND wnd);
104 explicit SrfcInfo(HPBUFFERARB pb);
105 explicit SrfcInfo(HBITMAP bmap);
110 ~SrfcInfo();
119 SrfcInfo::SrfcInfo(HBITMAP bmap):m_hwnd(NULL),
126 SrfcInfo::SrfcInfo(HWND wnd):m_pb(NULL),
133 SrfcInfo::SrfcInfo(HPBUFFERARB pb):m_hwnd(NULL)
    [all...]
EglX11Api.cpp 37 class SrfcInfo{
44 SrfcInfo(GLXDrawable drawable,SurfaceType type):m_type(type),
237 return pb ? new SrfcInfo(pb,SrfcInfo::PBUFFER) : NULL;
296 return new SrfcInfo(wnd,SrfcInfo::WINDOW);
300 return new SrfcInfo(pix,SrfcInfo::PIXMAP);

Completed in 105 milliseconds