HomeSort by: relevance | last modified time | path
    Searched refs:white (Results 1 - 25 of 48) sorted by relevancy

1 2

  /xsrc/external/mit/xf86-video-intel/dist/test/
mkvsync.sh 11 convert -size 640x480 -depth 24 canvas:white png24:${TMP}/white.png
20 ln -s ../white.png ${TMP}/anim/$a.png
render-triangle.c 92 XRenderColor white = { 0xffff, 0xffff, 0xffff, 0xffff }; local
99 src_out = XRenderCreateSolidFill(t->out.dpy, &white);
103 src_ref = XRenderCreateSolidFill(t->ref.dpy, &white);
  /xsrc/external/mit/xf86-video-intel-2014/dist/test/
mkvsync.sh 11 convert -size 640x480 -depth 24 canvas:white png24:${TMP}/white.png
20 ln -s ../white.png ${TMP}/anim/$a.png
  /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/
filter.c 27 VGfloat white[4]; local
55 white[0] = 1;
56 white[1] = 1;
57 white[2] = 1;
58 white[3] = 1.0f;
image.c 22 static const VGfloat white[4] = { 1.0f, 1.0f, 1.0f, 1.0f }; variable
31 vgSetfv(VG_CLEAR_COLOR, 4, white);
color_transform.c 32 const VGfloat white[4] = { 1.0f, 1.0f, 1.0f, 1.0f }; local
44 vgSetfv(VG_CLEAR_COLOR, 4, white);
layer.c 78 static const VGfloat white[4] = { 1.0f, 1.0f, 1.0f, 1.0f }; variable
83 vgSetfv(VG_CLEAR_COLOR, 4, white);
mask_render.c 97 static const VGfloat white[4] = { 1.0f, 1.0f, 1.0f, 1.0f }; variable
111 vgSetfv(VG_CLEAR_COLOR, 4, white);
paint.c 54 const VGfloat white[4] = { 1.0f, 1.0f, 1.0f, 1.0f }; local
66 vgSetfv(VG_CLEAR_COLOR, 4, white);
  /xsrc/external/mit/libX11/dist/src/xcms/
UNDEFINED.c 108 XcmsColor* white /* white_point */,
  /xsrc/external/mit/mesa-demos/dist/src/tests/
backspecular.c 7 static const float white[4] = { 1, 1, 1, 1 }; variable
88 glLightfv(GL_LIGHT0, GL_DIFFUSE, white);
90 glLightfv(GL_LIGHT0, GL_SPECULAR, white);
stencilreaddraw.c 152 const GLfloat white[4] = {1.0, 1.0, 1.0, 1.0}; local
166 glLightfv(GL_LIGHT0, GL_DIFFUSE, white);
zreaddraw.c 186 const GLfloat white[4] = {1.0, 1.0, 1.0, 1.0}; local
198 glLightfv(GL_LIGHT0, GL_DIFFUSE, white);
  /xsrc/external/mit/pixman/dist/demos/
checkerboard.c 38 pixman_color_t white = { local
49 c = &white;
trap-test.c 17 pixman_color_t white = { 0x0000, 0xffff, 0x0000, 0xffff }; local
33 src_img = pixman_image_create_solid_fill (&white);
  /xsrc/external/mit/freetype/dist/docs/reference/stylesheets/
extra.css 28 white-space: pre;
32 white-space: pre;
110 white-space: nowrap;
181 white-space: nowrap;
  /xsrc/external/mit/pixman/dist/test/
region-fractional-test.c 28 pixman_color_t white = { local
86 fill = pixman_image_create_solid_fill (&white);
region-test.c 28 pixman_color_t white = { local
86 fill = pixman_image_create_solid_fill (&white);
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
uxa-glyphs.c 448 PicturePtr mask, mask_src = NULL, mask_dst = NULL, white = NULL; local
501 white = CreateSolidPicture(0, &color, &error);
507 src = white;
541 if (white)
542 FreePicture(white, 0);
710 PicturePtr white, ret = NULL; local
715 white = CreateSolidPicture(0, &color, &error);
716 if (white) {
717 ret = uxa_acquire_solid(screen, white->pSourcePict);
718 FreePicture(white, 0)
736 PicturePtr glyph_atlas, mask, white; local
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
uxa-glyphs.c 448 PicturePtr mask, mask_src = NULL, mask_dst = NULL, white = NULL; local
501 white = CreateSolidPicture(0, &color, &error);
507 src = white;
541 if (white)
542 FreePicture(white, 0);
710 PicturePtr white, ret = NULL; local
715 white = CreateSolidPicture(0, &color, &error);
716 if (white) {
717 ret = uxa_acquire_solid(screen, white->pSourcePict);
718 FreePicture(white, 0)
736 PicturePtr glyph_atlas, mask, white; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/docs/
mesa.css 52 color: white;
  /xsrc/external/mit/ctwm/dist/
cursor.c 158 back.pixel = Scr->White;
187 XColor black, white; local
198 white.pixel = Scr->White;
199 XQueryColor(dpy, cmap, &white);
219 cursor = XCreatePixmapCursor(dpy, bitmap, None, &black, &white, 0, 0);
  /xsrc/external/mit/x11perf/dist/
do_traps.c 234 Picture white, black, src, dst; local
236 white = XftDrawSrcPicture (aadraw, &aawhite);
248 src = white;
367 Picture white, black, src, dst; local
369 white = XftDrawSrcPicture (aadraw, &aawhite);
378 src = white;
  /xsrc/external/mit/mesa-demos/dist/src/redbook/
shadowmap.c 71 GLfloat white[] = { 1.0, 1.0, 1.0, 1.0 }; local
78 glLightfv( GL_LIGHT0, GL_SPECULAR, white );
79 glLightfv( GL_LIGHT0, GL_DIFFUSE, white );
  /xsrc/external/mit/twm/dist/src/
twm.c 146 static unsigned long black, white; variable
491 GetColor(Scr->Monochrome, &white, "white");
492 Scr->White = white;
703 Scr->DefaultC.back = white;
706 Scr->BorderTileC.back = white;
708 Scr->TitleC.back = white;
710 Scr->MenuC.back = white;
712 Scr->MenuTitleC.back = white;
    [all...]

Completed in 23 milliseconds

1 2