EglX11Api.cpp | 46 GLXDrawable srfc(){return m_srfc;}; function in class:SrfcInfo 185 return validNativeWin(dpy,win->srfc()); 193 if(!XGetGeometry(dpy,pix ? pix->srfc() : NULL,&root,&tmp,&tmp,&utmp,&utmp,&utmp,&utmp)) return false; 222 EGLNativeSurfaceType createPbufferSurface(EGLNativeDisplayType dpy,EglConfig* cfg,EglPbufferSurface* srfc){ 224 srfc->getDim(&width,&height,&largest); 238 glXDestroyPbuffer(dis,pb->srfc()); 263 retval = glXMakeContextCurrent(dpy,draw->native()->srfc(),read->native()->srfc(),ctx); 268 void swapBuffers(EGLNativeDisplayType dpy,EGLNativeSurfaceType srfc){ 269 if (srfc) { [all...] |