HomeSort by relevance Sort by last modified time
    Searched defs:srfc (Results 1 - 2 of 2) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglX11Api.cpp 46 GLXDrawable srfc(){return m_srfc;}; function in class:SrfcInfo
189 return validNativeWin(dpy,win->srfc());
197 if(!XGetGeometry(dpy,pix ? pix->srfc() : NULL,&root,&tmp,&tmp,&utmp,&utmp,&utmp,&utmp)) return false;
226 EGLNativeSurfaceType createPbufferSurface(EGLNativeDisplayType dpy,EglConfig* cfg,EglPbufferSurface* srfc){
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){
273 if (srfc) {
    [all...]
EglImp.cpp 575 SurfacePtr srfc = dpy->getSurface(surface); local
576 if(!srfc.Ptr()) {
587 VALIDATE_SURFACE(surface,srfc);
589 if(!srfc->getAttrib(attribute,value)) {
598 VALIDATE_SURFACE(surface,srfc);
599 if(!srfc->setAttrib(attribute,value)) {
777 VALIDATE_SURFACE(surface,Srfc);
783 if(Srfc->type() != EglSurface::WINDOW){
787 if(!currentCtx.Ptr() || !currentCtx->usingSurface(Srfc) || !EglOS::validNativeWin(dpy->nativeType(),Srfc.Ptr()->native()))
    [all...]

Completed in 191 milliseconds