Home
last modified time | relevance | path

Searched refs:EglOS (Results 1 – 11 of 11) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglSurface.cpp24 EglOS::releasePbuffer(m_dpy->nativeType(),m_native); in ~EglSurface()
27 if(m_native) EglOS::destroySurface(m_native); in ~EglSurface()
DEglGlobalInfo.cpp26 m_default = EglOS::getDefaultDisplay(); in EglGlobalInfo()
28 EglOS::initPtrToWglFunctions(); in EglGlobalInfo()
59 if (!EglOS::validNativeDisplay(idpy)) in addDisplay()
97 return EglOS::getInternalDisplay(dpy); in generateInternalDisplay()
DEglImp.cpp481 if(!EglOS::validNativeWin(dpy->nativeType(),win)) { in eglCreateWindowSurface()
492 if(!EglOS::checkWindowPixelFormatMatch(dpy->nativeType(),win,cfg,&width,&height)) { in eglCreateWindowSurface()
536 EGLNativeSurfaceType pb = EglOS::createPbufferSurface(dpy->nativeType(),cfg,tmpPbSurfacePtr); in eglCreatePbufferSurface()
562 if(!EglOS::checkPixmapPixelFormatMatch(dpy->nativeType(),pixmap,cfg,&width,&height)) { in eglCreatePixmapSurface()
648 …EGLNativeContextType nativeContext = EglOS::createContext(dpy->nativeType(),cfg,globalSharedContex… in eglCreateContext()
684 if(!EglOS::makeCurrent(dpy->nativeType(),NULL,NULL,NULL)) { in eglMakeCurrent()
722 … if(newReadPtr->type() == EglSurface::WINDOW && !EglOS::validNativeWin(nativeDisplay,nativeRead)) { in eglMakeCurrent()
725 … if(newDrawPtr->type() == EglSurface::WINDOW && !EglOS::validNativeWin(nativeDisplay,nativeDraw)) { in eglMakeCurrent()
730 …if(newReadPtr->type() == EglSurface::PIXMAP && !EglOS::validNativePixmap(nativeDisplay,nativeRead)… in eglMakeCurrent()
733 …if(newDrawPtr->type() == EglSurface::PIXMAP && !EglOS::validNativePixmap(nativeDisplay,nativeDraw)… in eglMakeCurrent()
[all …]
DEglDisplay.cpp41 EglOS::destroyContext( m_dpy, m_globalSharedContext); in ~EglDisplay()
45 EglOS::releaseDisplay(m_dpy); in ~EglDisplay()
56 EglOS::deleteDisplay(m_dpy); in ~EglDisplay()
124 EglOS::queryConfigs(m_dpy,renderableType,m_configs); in initConfigurations()
339 m_globalSharedContext = EglOS::createContext(m_dpy,cfg,NULL); in getGlobalSharedContext()
DEglPixmapSurface.cpp33 m_native = EglOS::createPixmapSurface(pix); in EglPixmapSurface()
DEglWindowSurface.cpp34 m_native = EglOS::createWindowSurface(win); in EglWindowSurface()
DEglContext.cpp52 EglOS::destroyContext(m_dpy->nativeType(),m_native); in ~EglContext()
DEglOsApi.h34 namespace EglOS{
DEglMacApi.cpp20 namespace EglOS { namespace
DEglX11Api.cpp77 namespace EglOS { namespace
DEglWindowsApi.cpp148 namespace EglOS{ namespace