Home
last modified time | relevance | path

Searched refs:screen (Results 1 – 10 of 10) sorted by relevance

/hardware/intel/common/libva/va/x11/
Dva_dri.c149 PUBLIC Bool VA_DRIQueryDirectRenderingCapable(dpy, screen, isCapable) in VA_DRIQueryDirectRenderingCapable() argument
151 int screen;
165 req->screen = screen;
179 PUBLIC Bool VA_DRIOpenConnection(dpy, screen, hSAREA, busIdString) in VA_DRIOpenConnection() argument
181 int screen;
196 req->screen = screen;
228 PUBLIC Bool VA_DRIAuthConnection(dpy, screen, magic) in VA_DRIAuthConnection() argument
230 int screen;
244 req->screen = screen;
259 PUBLIC Bool VA_DRICloseConnection(dpy, screen) in VA_DRICloseConnection() argument
[all …]
Dva_dri.h77 Bool VA_DRIQueryDirectRenderingCapable( Display *dpy, int screen,
80 Bool VA_DRIOpenConnection( Display *dpy, int screen, drm_handle_t *hSAREA,
83 Bool VA_DRIAuthConnection( Display *dpy, int screen, drm_magic_t magic );
85 Bool VA_DRICloseConnection( Display *dpy, int screen );
87 Bool VA_DRIGetClientDriverName( Display *dpy, int screen,
91 Bool VA_DRICreateContext( Display *dpy, int screen, Visual *visual,
94 Bool VA_DRICreateContextWithConfig( Display *dpy, int screen, int configID,
97 Bool VA_DRIDestroyContext( __DRInativeDisplay *dpy, int screen,
100 Bool VA_DRICreateDrawable( __DRInativeDisplay *dpy, int screen,
103 Bool VA_DRIDestroyDrawable( __DRInativeDisplay *dpy, int screen,
[all …]
Dva_dristr.h85 CARD32 screen B32;
110 CARD32 screen B32;
132 CARD32 screen B32;
155 CARD32 screen B32;
163 CARD32 screen B32;
185 CARD32 screen B32;
209 CARD32 screen B32;
218 CARD32 screen B32;
241 CARD32 screen B32;
250 CARD32 screen B32;
[all …]
Dva_nvctrl.c76 CARD32 screen B32;
242 int screen in XNVCTRLIsNvScreen() argument
258 req->screen = screen; in XNVCTRLIsNvScreen()
327 int screen, in XNVCTRLQueryStringAttribute() argument
333 screen, display_mask, in XNVCTRLQueryStringAttribute()
338 Bool VA_NVCTRLQueryDirectRenderingCapable( Display *dpy, int screen, in VA_NVCTRLQueryDirectRenderingCapable() argument
350 if (isCapable && XNVCTRLIsNvScreen(dpy, screen)) in VA_NVCTRLQueryDirectRenderingCapable()
356 Bool VA_NVCTRLGetClientDriverName( Display *dpy, int screen, in VA_NVCTRLGetClientDriverName() argument
370 …if (!XNVCTRLQueryStringAttribute(dpy, screen, 0, NV_CTRL_STRING_NVIDIA_DRIVER_VERSION, &nvidia_dri… in VA_NVCTRLGetClientDriverName()
Dva_nvctrl.h29 Bool VA_NVCTRLQueryDirectRenderingCapable( Display *dpy, int screen,
32 Bool VA_NVCTRLGetClientDriverName( Display *dpy, int screen,
Dva_fglrx.h30 Bool VA_FGLRXGetClientDriverName( Display *dpy, int screen,
Dva_fglrx.c123 Bool VA_FGLRXGetClientDriverName( Display *dpy, int screen, in VA_FGLRXGetClientDriverName() argument
227 if (screen == lpCurrXScreenInfo->iXScreenNum && in VA_FGLRXGetClientDriverName()
/hardware/intel/common/libva/test/common/
Dva_display_x11.c64 int screen; in ensure_window() local
74 screen = DefaultScreen(x11_display); in ensure_window()
75 rootwin = RootWindow(x11_display, screen); in ensure_window()
76 black_pixel = BlackPixel(x11_display, screen); in ensure_window()
77 white_pixel = WhitePixel(x11_display, screen); in ensure_window()
/hardware/intel/common/libva/test/putsurface/
Dputsurface_x11.c55 int screen = DefaultScreen(x11_display); in create_pixmap() local
60 root = RootWindow(x11_display, screen); in create_pixmap()
74 int screen = DefaultScreen(x11_display); in create_window() local
77 root = RootWindow(x11_display, screen); in create_window()
/hardware/intel/img/psb_video/src/x11/
Dpsb_xrandr.c840 int screen; in psb_xrandr_init() local
861 screen = DefaultScreen(psb_xrandr_info->dpy); in psb_xrandr_init()
863 if (screen >= ScreenCount(psb_xrandr_info->dpy)) { in psb_xrandr_init()
865 screen, ScreenCount(psb_xrandr_info->dpy)); in psb_xrandr_init()
869 psb_xrandr_info->root = RootWindow(psb_xrandr_info->dpy, screen); in psb_xrandr_init()