Searched defs:srfc (Results 1 - 5 of 5) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
H A DEglPbufferSurface.h32 void setNativePbuffer(EGLNativeSurfaceType srfc){ m_native = srfc;}; argument
H A DEglMacApi.cpp150 EGLNativeSurfaceType createPbufferSurface(EGLNativeDisplayType dpy,EglConfig* cfg,EglPbufferSurface* srfc){ argument
154 srfc->getDim(&width,&height,&tmp);
155 srfc->getTexInfo(&format,&target);
164 srfc->getAttrib(EGL_MIPMAP_TEXTURE,&hasMipmap);
216 void swapBuffers(EGLNativeDisplayType dpy,EGLNativeSurfaceType srfc){ argument
234 void destroySurface(EGLNativeSurfaceType srfc){ argument
H A DEglX11Api.cpp47 GLXDrawable srfc(){return m_srfc;}; function in class:SrfcInfo
189 return validNativeWin(dpy,win->srfc());
197 if(!XGetGeometry(dpy,pix ? pix->srfc() : 0,&root,&tmp,&tmp,&utmp,&utmp,&utmp,&utmp)) return false;
226 EGLNativeSurfaceType createPbufferSurface(EGLNativeDisplayType dpy,EglConfig* cfg,EglPbufferSurface* srfc){ argument
228 srfc->getDim(&width,&height,&largest);
242 glXDestroyPbuffer(dis,pb->srfc());
267 retval = glXMakeContextCurrent(dpy,draw->native()->srfc(),read->native()->srfc(),ctx);
272 void swapBuffers(EGLNativeDisplayType dpy,EGLNativeSurfaceType srfc){ argument
273 if (srfc) {
303 destroySurface(EGLNativeSurfaceType srfc) argument
[all...]
H A DEglImp.cpp578 SurfacePtr srfc = dpy->getSurface(surface); local
579 if(!srfc.Ptr()) {
590 VALIDATE_SURFACE(surface,srfc);
592 if(!srfc->getAttrib(attribute,value)) {
601 VALIDATE_SURFACE(surface,srfc);
602 if(!srfc->setAttrib(attribute,value)) {
972 VALIDATE_SURFACE(surface,srfc);
H A DEglWindowsApi.cpp565 void swapBuffers(EGLNativeInternalDisplayType display,EGLNativeSurfaceType srfc){ argument
566 if(srfc && !SwapBuffers(srfc->getDC())) {
589 void destroySurface(EGLNativeSurfaceType srfc){ argument
590 delete srfc;

Completed in 69 milliseconds