| /xsrc/external/mit/xf86-input-vmmouse/dist/tools/ |
| H A D | hal-probe-vmmouse.in | 28 __HAL_BIN_PREFIX__/hal-set-property --direct --udi "$UDI" --key input.x11_driver --string "vmmouse" 29 __HAL_BIN_PREFIX__/hal-set-property --direct --udi "$UDI" --key input.tags --string "vmmouse"
|
| /xsrc/external/mit/xcb-util/dist/renderutil/ |
| H A D | util.c | 62 if (template->direct.red_shift != i.data->direct.red_shift) 65 if (template->direct.red_mask != i.data->direct.red_mask) 68 if (template->direct.green_shift != i.data->direct.green_shift) 71 if (template->direct.green_mask != i.data->direct.green_mask) 74 if (template->direct.blue_shift != i.data->direct [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| H A D | kbd_mode.c | 77 int code = 0, translate, direct = -1; local in function:main 94 direct = 0; 123 if (direct != -1 && ioctl(kbd_fd, KIOCSDIRECT, (caddr_t) &direct))
|
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| H A D | kbd_mode.c | 77 int code = 0, translate, direct = -1; local in function:main 94 direct = 0; 123 if (direct != -1 && ioctl(kbd_fd, KIOCSDIRECT, (caddr_t) &direct))
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/ |
| H A D | dd_util.h | 45 #include <direct.h>
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/ |
| H A D | agx_uniforms.c | 102 uint64_t direct = agx_push_location_direct(ctx, push, stage); local in function:agx_push_location 106 return agx_pool_upload(pool, &direct, sizeof(direct)); 108 return direct;
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | win32_glx.h | 47 Bool direct);
|
| H A D | glut_glxext.c | 183 Bool direct) 195 share_list, direct); 200 share_list, direct); 181 __glut_glXCreateContextWithConfigSGIX(Display * dpy,GLXFBConfigSGIX config,int render_type,GLXContext share_list,Bool direct) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/ |
| H A D | dd_util.h | 45 #include <direct.h>
|
| /xsrc/external/mit/libXrender/dist/src/ |
| H A D | Xrender.c | 533 format->direct.red = (short) xFormat->direct.red; 534 format->direct.redMask = (short) xFormat->direct.redMask; 535 format->direct.green = (short) xFormat->direct.green; 536 format->direct.greenMask = (short) xFormat->direct.greenMask; 537 format->direct.blue = (short) xFormat->direct [all...] |
| /xsrc/external/mit/xf86-video-sunffb/dist/src/ |
| H A D | ffb_wid.c | 64 if (wid->direct) { 116 (wid->depth == 24 && wid->direct != 0)) 138 table->wid_pool[i].direct = 0; 237 int i, depth, direct, static_greyscale, palette, channel; local in function:FFBWidAlloc 239 direct = 0; 253 direct = 1; 284 table->wid_pool[i].direct == direct && 304 table->wid_pool[i].direct = direct; [all...] |
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | mipict.c | 500 r = color->red >> (16 - Ones (format->direct.redMask)); 501 g = color->green >> (16 - Ones (format->direct.greenMask)); 502 b = color->blue >> (16 - Ones (format->direct.blueMask)); 503 a = color->alpha >> (16 - Ones (format->direct.alphaMask)); 504 r = r << format->direct.red; 505 g = g << format->direct.green; 506 b = b << format->direct.blue; 507 a = a << format->direct.alpha; 585 r = (pixel >> format->direct.red) & format->direct [all...] |
| H A D | picture.c | 223 * Current rendering code supports only three direct formats, 351 pFormats[f].direct.alphaMask = Mask(PICT_FORMAT_A(format)); 352 if (pFormats[f].direct.alphaMask) 353 pFormats[f].direct.alpha = (PICT_FORMAT_R(format) + 357 pFormats[f].direct.redMask = Mask(PICT_FORMAT_R(format)); 358 pFormats[f].direct.red = (PICT_FORMAT_G(format) + 361 pFormats[f].direct.greenMask = Mask(PICT_FORMAT_G(format)); 362 pFormats[f].direct.green = PICT_FORMAT_B(format); 364 pFormats[f].direct.blueMask = Mask(PICT_FORMAT_B(format)); 365 pFormats[f].direct [all...] |
| /xsrc/external/mit/xorg-server/dist/render/ |
| H A D | mipict.c | 397 r = color->red >> (16 - Ones(format->direct.redMask)); 398 g = color->green >> (16 - Ones(format->direct.greenMask)); 399 b = color->blue >> (16 - Ones(format->direct.blueMask)); 400 a = color->alpha >> (16 - Ones(format->direct.alphaMask)); 401 r = r << format->direct.red; 402 g = g << format->direct.green; 403 b = b << format->direct.blue; 404 a = a << format->direct.alpha; 477 r = (pixel >> format->direct.red) & format->direct [all...] |
| H A D | picture.c | 219 * Current rendering code supports only three direct formats, 309 pFormats[f].direct.alphaMask = Mask (PICT_FORMAT_A(format)); 311 if (pFormats[f].direct.alphaMask) 312 pFormats[f].direct.alpha = (PICT_FORMAT_R(format) + 316 pFormats[f].direct.redMask = Mask (PICT_FORMAT_R(format)); 318 pFormats[f].direct.red = (PICT_FORMAT_G(format) + 321 pFormats[f].direct.greenMask = Mask (PICT_FORMAT_G(format)); 323 pFormats[f].direct.green = PICT_FORMAT_B(format); 325 pFormats[f].direct.blueMask = Mask (PICT_FORMAT_B(format)); 327 pFormats[f].direct [all...] |
| /xsrc/external/mit/xorg-server.old/dist/composite/ |
| H A D | compinit.c | 286 DirectFormatRec *direct = &pPictFormat->direct; local in function:compAddAlternateVisual 288 visual->redMask = ((unsigned long)direct->redMask) << direct->red; 289 visual->greenMask = ((unsigned long)direct->greenMask) << direct->green; 290 visual->blueMask = ((unsigned long)direct->blueMask) << direct->blue; 291 alphaMask = ((unsigned long)direct->alphaMask) << direct [all...] |
| /xsrc/external/mit/xorg-server/dist/composite/ |
| H A D | compinit.c | 289 DirectFormatRec *direct = &pPictFormat->direct; local in function:compAddAlternateVisual 292 visual->redMask = ((unsigned long) direct->redMask) << direct->red; 294 ((unsigned long) direct->greenMask) << direct->green; 295 visual->blueMask = ((unsigned long) direct->blueMask) << direct->blue; 296 alphaMask = ((unsigned long) direct->alphaMask) << direct [all...] |
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | create_context.c | 46 GLXContext share_context, Bool direct, 95 if (direct && psc->vtable->create_context_attribs) { 132 gc ? gc->isDirect : direct, 45 glXCreateContextAttribsARB(Display * dpy,GLXFBConfig config,GLXContext share_context,Bool direct,const int * attrib_list) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | create_context.c | 38 GLXContext share_context, Bool direct, 73 if (direct && psc->vtable->create_context_attribs) { 37 glXCreateContextAttribsARB(Display * dpy,GLXFBConfig config,GLXContext share_context,Bool direct,const int * attrib_list) argument
|
| /xsrc/external/mit/xmh/dist/ |
| H A D | miscfuncs.c | 13 #define dirent direct
|
| /xsrc/external/mit/libXft/dist/src/ |
| H A D | xftdpy.c | 118 pf.direct.redMask = 0xff; 119 pf.direct.greenMask = 0xff; 120 pf.direct.blueMask = 0xff; 121 pf.direct.alphaMask = 0xff; 144 format->direct.alpha, 145 format->direct.red, 146 format->direct.green, 147 format->direct.blue);
|
| /xsrc/external/mit/libxcvt/dist/ |
| H A D | README.md | 8 `cvt` copied from the Xorg implementation and is meant to be a direct
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxpict.c | 193 if (pFormat->direct.red != pFmt->direct.red) continue; 194 if (pFormat->direct.redMask != pFmt->direct.redMask) continue; 195 if (pFormat->direct.green != pFmt->direct.green) continue; 196 if (pFormat->direct.greenMask != pFmt->direct.greenMask) continue; 197 if (pFormat->direct.blue != pFmt->direct [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | glxapi.h | 65 GLXContext (*CreateContext)(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct); 91 GLXContext (*CreateNewContext)(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct); 186 GLXContext share_context, Bool direct,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | glxapi.h | 65 GLXContext (*CreateContext)(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct); 91 GLXContext (*CreateNewContext)(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct); 186 GLXContext share_context, Bool direct,
|