Searched refs:EglOS (Results 1 – 11 of 11) sorted by relevance
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | EglSurface.cpp | 24 EglOS::releasePbuffer(m_dpy->nativeType(),m_native); in ~EglSurface() 27 if(m_native) EglOS::destroySurface(m_native); in ~EglSurface()
|
D | EglGlobalInfo.cpp | 26 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()
|
D | EglImp.cpp | 481 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 …]
|
D | EglDisplay.cpp | 41 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()
|
D | EglPixmapSurface.cpp | 33 m_native = EglOS::createPixmapSurface(pix); in EglPixmapSurface()
|
D | EglWindowSurface.cpp | 34 m_native = EglOS::createWindowSurface(win); in EglWindowSurface()
|
D | EglContext.cpp | 52 EglOS::destroyContext(m_dpy->nativeType(),m_native); in ~EglContext()
|
D | EglOsApi.h | 34 namespace EglOS{
|
D | EglMacApi.cpp | 20 namespace EglOS { namespace
|
D | EglX11Api.cpp | 77 namespace EglOS { namespace
|
D | EglWindowsApi.cpp | 148 namespace EglOS{ namespace
|