Searched refs:x11_screen (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/common/libva/va/x11/ |
D | dri1_util.c | 65 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()
|
D | va_x11.c | 112 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()
|
D | dri2_util.c | 194 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/ |
D | va_glx_impl.c | 202 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/ |
D | psb_x11.c | 162 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/ |
D | va_backend.h | 463 int x11_screen; member
|