Searched refs:screen (Results 1 - 10 of 10) sorted by path

/hardware/intel/common/libva/test/common/
H A Dva_display_x11.c64 int screen; local
74 screen = DefaultScreen(x11_display);
75 rootwin = RootWindow(x11_display, screen);
76 black_pixel = BlackPixel(x11_display, screen);
77 white_pixel = WhitePixel(x11_display, screen);
/hardware/intel/common/libva/test/putsurface/
H A Dputsurface_x11.c55 int screen = DefaultScreen(x11_display); local
60 root = RootWindow(x11_display, screen);
74 int screen = DefaultScreen(x11_display); local
77 root = RootWindow(x11_display, screen);
/hardware/intel/common/libva/va/x11/
H A Dva_dri.c149 PUBLIC Bool VA_DRIQueryDirectRenderingCapable(dpy, screen, isCapable)
151 int screen;
165 req->screen = screen;
179 PUBLIC Bool VA_DRIOpenConnection(dpy, screen, hSAREA, busIdString)
181 int screen;
196 req->screen = screen;
228 PUBLIC Bool VA_DRIAuthConnection(dpy, screen, magic)
230 int screen;
378 VA_DRIDestroyContext( __DRInativeDisplay * ndpy, int screen, __DRIid context ) argument
400 VA_DRICreateDrawable( __DRInativeDisplay * ndpy, int screen, __DRIid drawable, drm_drawable_t * hHWDrawable ) argument
430 VA_DRIDestroyDrawable( __DRInativeDisplay * ndpy, int screen, __DRIid drawable ) argument
452 VA_DRIGetDrawableInfo(Display* dpy, int screen, Drawable drawable, unsigned int* index, unsigned int* stamp, int* X, int* Y, int* W, int* H, int* numClipRects, drm_clip_rect_t ** pClipRects, int* backX, int* backY, int* numBackClipRects, drm_clip_rect_t ** pBackClipRects ) argument
[all...]
H A 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...]
H A 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 B3
[all...]
H A Dva_fglrx.c88 /* Strip out screen number */
123 Bool VA_FGLRXGetClientDriverName( Display *dpy, int screen, argument
227 if (screen == lpCurrXScreenInfo->iXScreenNum &&
H A Dva_fglrx.h30 Bool VA_FGLRXGetClientDriverName( Display *dpy, int screen,
H A Dva_nvctrl.c76 CARD32 screen B32;
98 CARD16 target_id B16; /* X screen number or GPU number */
99 CARD16 target_type B16; /* X screen or GPU */
242 int screen
258 req->screen = screen;
327 int screen,
333 screen, display_mask,
338 Bool VA_NVCTRLQueryDirectRenderingCapable( Display *dpy, int screen, argument
350 if (isCapable && XNVCTRLIsNvScreen(dpy, screen))
325 XNVCTRLQueryStringAttribute( Display *dpy, int screen, unsigned int display_mask, unsigned int attribute, char **ptr ) argument
356 VA_NVCTRLGetClientDriverName( Display *dpy, int screen, int *ddxDriverMajorVersion, int *ddxDriverMinorVersion, int *ddxDriverPatchVersion, char **clientDriverName ) argument
[all...]
H A Dva_nvctrl.h29 Bool VA_NVCTRLQueryDirectRenderingCapable( Display *dpy, int screen,
32 Bool VA_NVCTRLGetClientDriverName( Display *dpy, int screen,
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_xrandr.c437 //destroy the full-screen window
840 int screen; local
861 screen = DefaultScreen(psb_xrandr_info->dpy);
863 if (screen >= ScreenCount(psb_xrandr_info->dpy)) {
864 drv_debug_msg(VIDEO_DEBUG_ERROR, "Xrandr: Invalid screen number %d (display has %d)\n",
865 screen, ScreenCount(psb_xrandr_info->dpy));
869 psb_xrandr_info->root = RootWindow(psb_xrandr_info->dpy, screen);
878 drv_debug_msg(VIDEO_DEBUG_ERROR, "Xrandr: failed to get screen resources\n");

Completed in 130 milliseconds