Searched refs:a_screen (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrdri.h34 Bool ephyrDRIQueryDirectRenderingCapable (int a_screen, Bool *a_is_capable) ;
36 Bool ephyrDRIAuthConnection (int a_screen, drm_magic_t a_magic) ;
37 Bool ephyrDRICloseConnection (int a_screen) ;
38 Bool ephyrDRIGetClientDriverName (int a_screen,
43 Bool ephyrDRICreateContext (int a_screen,
47 Bool ephyrDRIDestroyContext (int a_screen,
49 Bool ephyrDRICreateDrawable (int a_screen,
52 Bool ephyrDRIDestroyDrawable (int a_screen, int a_drawable) ;
53 Bool ephyrDRIGetDrawableInfo (int a_screen,
67 Bool ephyrDRIGetDeviceInfo (int a_screen,
[all...]
H A Dephyrdriext.h36 Bool ephyrDRIExtensionInit (ScreenPtr a_screen) ;
H A Dephyrhostglx.h42 Bool ephyrHostGLXGetVisualConfigs (int a_screen,
48 ephyrHostGLXVendorPrivGetFBConfigsSGIX (int a_screen,
56 Bool ephyrHostGLXCreateContext (int a_screen,
H A Dephyrdri.c52 ephyrDRIQueryDirectRenderingCapable (int a_screen, Bool *a_is_capable) argument
67 ephyrDRIOpenConnection (int a_screen, argument
75 EPHYR_LOG ("enter. screen:%d\n", a_screen) ;
90 ephyrDRIAuthConnection (int a_screen, drm_magic_t a_magic) argument
102 ephyrDRICloseConnection (int a_screen) argument
114 ephyrDRIGetClientDriverName (int a_screen, argument
144 ephyrDRICreateContext (int a_screen, argument
153 EPHYR_LOG ("enter. screen:%d, visual:%d\n", a_screen, a_visual_id) ;
166 ephyrDRIDestroyContext (int a_screen, argument
179 ephyrDRICreateDrawable (int a_screen, argument
194 ephyrDRIDestroyDrawable(int a_screen,int a_drawable) argument
203 ephyrDRIGetDrawableInfo(int a_screen,int a_drawable,unsigned int * a_index,unsigned int * a_stamp,int * a_x,int * a_y,int * a_w,int * a_h,int * a_num_clip_rects,drm_clip_rect_t ** a_clip_rects,int * a_back_x,int * a_back_y,int * a_num_back_clip_rects,drm_clip_rect_t ** a_back_clip_rects) argument
268 ephyrDRIGetDeviceInfo(int a_screen,drm_handle_t * a_frame_buffer,int * a_fb_origin,int * a_fb_size,int * a_fb_stride,int * a_dev_private_size,void ** a_dev_private) argument
[all...]
H A Dephyrdriext.c77 static Bool ephyrDRIScreenInit (ScreenPtr a_screen) ;
89 static Bool EphyrMirrorHostVisuals (ScreenPtr a_screen) ;
107 ephyrDRIScreenInit (ScreenPtr a_screen) argument
112 EPHYR_RETURN_VAL_IF_FAIL (a_screen, FALSE) ;
114 screen_priv=GET_EPHYR_DRI_SCREEN_PRIV (a_screen) ;
117 screen_priv->CreateWindow = a_screen->CreateWindow ;
118 screen_priv->DestroyWindow = a_screen->DestroyWindow ;
119 screen_priv->MoveWindow = a_screen->MoveWindow ;
120 screen_priv->PositionWindow = a_screen->PositionWindow ;
121 screen_priv->ClipNotify = a_screen
385 EphyrDuplicateVisual(unsigned int a_screen,short a_depth,short a_class,short a_bits_per_rgb_values,short a_colormap_entries,unsigned int a_red_mask,unsigned int a_green_mask,unsigned int a_blue_mask,unsigned int a_new_id) argument
507 EphyrMirrorHostVisuals(ScreenPtr a_screen) argument
1358 ephyrDRIExtensionInit(ScreenPtr a_screen) argument
[all...]
H A Dephyrhostglx.c64 int32_t a_screen,
243 int32_t a_screen,
365 ephyrHostGLXGetVisualConfigs (int32_t a_screen, argument
375 a_screen,
386 ephyrHostGLXVendorPrivGetFBConfigsSGIX (int a_screen, argument
396 a_screen,
445 ephyrHostGLXCreateContext (int a_screen, argument
457 a_screen, a_visual_id, a_context_id, a_direct) ;
242 ephyrHostGLXGetVisualConfigsInternal(enum VisualConfRequestType a_type,int32_t a_screen,int32_t * a_num_visuals,int32_t * a_num_props,int32_t * a_props_buf_size,int32_t ** a_props_buf) argument
H A Dephyrvideo.c76 ScreenPtr a_screen) ;
641 ScreenPtr a_screen)
643 KdScreenPriv(a_screen);
649 EPHYR_RETURN_VAL_IF_FAIL (a_this && a_screen, FALSE) ;
668 if (!KdXVScreenInit (a_screen, adaptors, num_adaptors)) {
640 ephyrXVPrivRegisterAdaptors(EphyrXVPriv * a_this,ScreenPtr a_screen) argument
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyrvideo.c70 ScreenPtr a_screen);
618 ephyrXVPrivRegisterAdaptors(EphyrXVPriv * a_this, ScreenPtr a_screen) argument
622 EPHYR_RETURN_VAL_IF_FAIL(a_this && a_screen, FALSE);
629 if (!KdXVScreenInit(a_screen, a_this->adaptors, a_this->num_adaptors)) {

Completed in 10 milliseconds