Home
last modified time | relevance | path

Searched refs:getX11Api (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DX11ErrorHandler.cpp27 getX11Api()->XSync((Display*)dpy, False); in X11ErrorHandler()
29 m_oldErrorHandler = getX11Api()->XSetErrorHandler(errorHandlerProc); in X11ErrorHandler()
34 getX11Api()->XSync((Display*)m_dpy, False); in ~X11ErrorHandler()
35 getX11Api()->XSetErrorHandler(m_oldErrorHandler); in ~X11ErrorHandler()
DEglOsApi_glx.cpp309 getX11Api()->XCloseDisplay(mDisplay); in ~GlxDisplay()
338 getX11Api()->XFree(frmtList); in queryConfigs()
372 if (!getX11Api()->XGetGeometry(mDisplay, win, &root, &t, &t, &u, &u, &u, &u)) { in isValidNativeWin()
397 if (!getX11Api()->XGetGeometry( in checkWindowPixelFormatMatch()
658 getX11Api()->XOpenDisplay(0 /* default display or $DISPLAY env var */); in getDefaultDisplay()
DEglOsApi_egl.cpp410 else mGlxDisplay = getX11Api()->XOpenDisplay(0); in EglOsEglDisplay()
466 if (mGlxDisplay) getX11Api()->XCloseDisplay(mGlxDisplay); in ~EglOsEglDisplay()
784 return getX11Api()->XGetGeometry(mGlxDisplay, win, &root, &t, &t, &u, &u, &u, &u) != 0; in isValidNativeWin()
816 return getX11Api()->XGetGeometry( in checkWindowPixelFormatMatch()
/hardware/google/gfxstream/host/
DNativeSubWindow_x11.cpp50 auto x11 = getX11Api(); in createSubWindow()
86 getX11Api()->XDestroyWindow(s_display, win); in destroySubWindow()
107 auto x11 = getX11Api(); in moveSubWindow()
/hardware/google/gfxstream/host/apigen-codec-common/
DX11Support.cpp82 AEMU_EXPORT struct X11Api* getX11Api() { in getX11Api() function
DX11Support.h144 AEMU_EXPORT struct X11Api* getX11Api();