EglX11Api.cpp | 46 GLXDrawable srfc(){return m_srfc;}; function in class:SrfcInfo 188 return validNativeWin(dpy,win->srfc()); 196 if(!XGetGeometry(dpy,pix ? pix->srfc() : NULL,&root,&tmp,&tmp,&utmp,&utmp,&utmp,&utmp)) return false; 225 EGLNativeSurfaceType createPbufferSurface(EGLNativeDisplayType dpy,EglConfig* cfg,EglPbufferSurface* srfc){ 227 srfc->getDim(&width,&height,&largest); 241 glXDestroyPbuffer(dis,pb->srfc()); 266 retval = glXMakeContextCurrent(dpy,draw->native()->srfc(),read->native()->srfc(),ctx); 271 void swapBuffers(EGLNativeDisplayType dpy,EGLNativeSurfaceType srfc){ 272 if (srfc) { [all...] |