HomeSort by relevance Sort by last modified time
    Searched refs:EglOS (Results 1 - 11 of 11) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglSurface.cpp 24 EglOS::releasePbuffer(m_dpy->nativeType(),m_native);
27 if(m_native) EglOS::destroySurface(m_native);
EglGlobalInfo.cpp 26 m_default = EglOS::getDefaultDisplay();
28 EglOS::initPtrToWglFunctions();
59 if (!EglOS::validNativeDisplay(idpy))
97 return EglOS::getInternalDisplay(dpy);
EglPixmapSurface.cpp 33 m_native = EglOS::createPixmapSurface(pix);
EglWindowSurface.cpp 34 m_native = EglOS::createWindowSurface(win);
EglContext.cpp 52 EglOS::destroyContext(m_dpy->nativeType(),m_native);
EglDisplay.cpp 41 EglOS::destroyContext( m_dpy, m_globalSharedContext);
45 EglOS::releaseDisplay(m_dpy);
56 EglOS::deleteDisplay(m_dpy);
124 EglOS::queryConfigs(m_dpy,renderableType,m_configs);
339 m_globalSharedContext = EglOS::createContext(m_dpy,cfg,NULL);
EglImp.cpp 481 if(!EglOS::validNativeWin(dpy->nativeType(),win)) {
492 if(!EglOS::checkWindowPixelFormatMatch(dpy->nativeType(),win,cfg,&width,&height)) {
536 EGLNativeSurfaceType pb = EglOS::createPbufferSurface(dpy->nativeType(),cfg,tmpPbSurfacePtr);
562 if(!EglOS::checkPixmapPixelFormatMatch(dpy->nativeType(),pixmap,cfg,&width,&height)) {
648 EGLNativeContextType nativeContext = EglOS::createContext(dpy->nativeType(),cfg,globalSharedContext);
684 if(!EglOS::makeCurrent(dpy->nativeType(),NULL,NULL,NULL)) {
722 if(newReadPtr->type() == EglSurface::WINDOW && !EglOS::validNativeWin(nativeDisplay,nativeRead)) {
725 if(newDrawPtr->type() == EglSurface::WINDOW && !EglOS::validNativeWin(nativeDisplay,nativeDraw)) {
730 if(newReadPtr->type() == EglSurface::PIXMAP && !EglOS::validNativePixmap(nativeDisplay,nativeRead)) {
733 if(newDrawPtr->type() == EglSurface::PIXMAP && !EglOS::validNativePixmap(nativeDisplay,nativeDraw))
    [all...]
EglOsApi.h 34 namespace EglOS{
EglMacApi.cpp 20 namespace EglOS {
EglX11Api.cpp 77 namespace EglOS {
EglWindowsApi.cpp 148 namespace EglOS{

Completed in 57 milliseconds