Home
last modified time | relevance | path

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

/hardware/intel/common/libva/va/x11/
Ddri1_util.c65 VA_DRIDestroyContext(ctx->native_dpy, ctx->x11_screen, dri_state->hwContextID); in dri1Close()
70 VA_DRICloseConnection(ctx->native_dpy, ctx->x11_screen); in dri1Close()
91 ctx->x11_screen, in isDRI1Connected()
98 if (!VA_DRIGetClientDriverName(ctx->native_dpy, ctx->x11_screen, in isDRI1Connected()
103 if (!VA_DRIOpenConnection(ctx->native_dpy, ctx->x11_screen, in isDRI1Connected()
118 if (newlyopened && !VA_DRIAuthConnection(ctx->native_dpy, ctx->x11_screen, magic)) in isDRI1Connected()
124 if (!VA_DRICreateContext(ctx->native_dpy, ctx->x11_screen, in isDRI1Connected()
125 DefaultVisual(ctx->native_dpy, ctx->x11_screen), in isDRI1Connected()
145 VA_DRICloseConnection(ctx->native_dpy, ctx->x11_screen); in isDRI1Connected()
Dva_x11.c112 result = VA_NVCTRLQueryDirectRenderingCapable(ctx->native_dpy, ctx->x11_screen, in va_NVCTRL_GetDriverName()
117 result = VA_NVCTRLGetClientDriverName(ctx->native_dpy, ctx->x11_screen, in va_NVCTRL_GetDriverName()
135 result = VA_FGLRXGetClientDriverName(ctx->native_dpy, ctx->x11_screen, in va_FGLRX_GetDriverName()
Ddri2_util.c194 if (!VA_DRI2Connect(ctx->native_dpy, RootWindow(ctx->native_dpy, ctx->x11_screen), in isDRI2Connected()
207 if (!VA_DRI2Authenticate(ctx->native_dpy, RootWindow(ctx->native_dpy, ctx->x11_screen), in isDRI2Connected()
/hardware/intel/common/libva/va/glx/
Dva_glx_impl.c202 glx_extensions = glXQueryExtensionsString(ctx->native_dpy, ctx->x11_screen); in check_tfp_extensions()
361 ctx->x11_screen, in gl_create_context()
384 ctx->x11_screen, in gl_create_context()
473 root_window = RootWindow(ctx->native_dpy, ctx->x11_screen); in create_tfp_surface()
513 ctx->x11_screen, in create_tfp_surface()
/hardware/intel/img/psb_video/src/x11/
Dpsb_x11.c162 visual = DefaultVisual((Display *)ctx->native_dpy, ctx->x11_screen); in psb_putsurface_x11()
164 depth = DefaultDepth((Display *)ctx->native_dpy, ctx->x11_screen); in psb_putsurface_x11()
/hardware/intel/common/libva/va/
Dva_backend.h463 int x11_screen; member