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

1 2 3 4 5

  /xsrc/external/mit/pixman/dist/demos/
checkerboard.c 14 pixman_image_t *destination; local
27 destination = pixman_image_create_bits (PIXMAN_a8r8g8b8,
64 checkerboard, NULL, destination,
68 show_image (destination);
  /xsrc/external/mit/libX11/dist/src/
SendEvent.c 67 req->destination = w;
  /xsrc/external/mit/xorg-server/dist/Xi/
sendexev.c 88 swapl(&stuff->destination);
165 ret = (SendEvent(client, dev, stuff->destination,
  /xsrc/external/mit/xorg-server.old/dist/Xi/
sendexev.c 89 swapl(&stuff->destination, n);
164 ret = (SendEvent(client, dev, stuff->destination,
  /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_video_codec.h 95 struct pipe_resource *destination,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
p_video_codec.h 95 struct pipe_resource *destination,
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
xfixesproto.h 270 Region destination; member in struct:__anon11915
281 Region destination; member in struct:__anon11916
299 Region destination; member in struct:__anon11917
319 Region destination; member in struct:__anon11919
452 Cursor destination; member in struct:__anon11930
475 Region destination; member in struct:__anon11932
  /xsrc/external/mit/libXi/dist/src/
XSndExEv.c 102 req->destination = dest;
  /xsrc/external/mit/libXfixes/dist/src/
Region.c 184 req->destination = (CARD32) dst;
203 req->destination = (CARD32) dst;
222 req->destination = (CARD32) dst;
241 req->destination = (CARD32) dst;
263 req->destination = (CARD32) dst;
298 req->destination = (CARD32) dst;
450 req->destination = (CARD32) dst;
Cursor.c 211 XFixesChangeCursor (Display *dpy, Cursor source, Cursor destination)
224 req->destination = (CARD32) destination;
  /xsrc/external/mit/xorg-server/dist/xfixes/
region.c 365 VERIFY_REGION(pDestination, stuff->destination, client, DixWriteAccess);
381 swapl(&stuff->destination);
395 VERIFY_REGION(pDestination, stuff->destination, client, DixWriteAccess);
424 swapl(&stuff->destination);
438 VERIFY_REGION(pDestination, stuff->destination, client, DixWriteAccess);
471 swapl(&stuff->destination);
511 VERIFY_REGION(pDestination, stuff->destination, client, DixWriteAccess);
526 swapl(&stuff->destination);
776 VERIFY_REGION(pDestination, stuff->destination, client, DixWriteAccess);
810 swapl(&stuff->destination);
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/xfixes/
region.c 382 VERIFY_REGION(pDestination, stuff->destination, client, DixWriteAccess);
399 swapl (&stuff->destination, n);
412 VERIFY_REGION(pDestination, stuff->destination, client, DixWriteAccess);
442 swapl (&stuff->destination, n);
455 VERIFY_REGION(pDestination, stuff->destination, client, DixWriteAccess);
489 swapl (&stuff->destination, n);
528 VERIFY_REGION(pDestination, stuff->destination, client, DixWriteAccess);
544 swapl (&stuff->destination, n);
799 VERIFY_REGION(pDestination, stuff->destination, client, DixWriteAccess);
836 swapl (&stuff->destination, n)
    [all...]
  /xsrc/external/mit/xf86-video-qxl/dist/src/
qxl_surface.c 415 qxl_surface_prepare_solid (qxl_surface_t *destination,
418 if (!REGION_NIL (&(destination->access_region)))
424 print_region ("prepare solid", &(destination->access_region));
427 destination->u.solid_pixel = fg; // ^ (rand() >> 16);
433 qxl_surface_solid (qxl_surface_t *destination,
439 qxl_screen_t *qxl = destination->qxl;
448 p = destination->u.solid_pixel;
450 submit_fill (qxl, destination, &qrect, p);
qxl.h 483 Bool qxl_surface_prepare_solid (qxl_surface_t *destination,
485 void qxl_surface_solid (qxl_surface_t *destination,
  /xsrc/external/mit/bitmap/dist/
BitmapP.h 200 void TransferImageData(XImage *source, XImage *destination);
201 void CopyImageData(XImage *source, XImage *destination,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
radeon_vce.c 314 struct pipe_resource *destination,
318 enc->get_buffer(destination, &enc->bs_handle, NULL);
319 enc->bs_size = destination->width0;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/
radeon_uvd_enc.c 198 struct pipe_resource *destination, void **fb)
201 enc->get_buffer(destination, &enc->bs_handle, NULL);
202 enc->bs_size = destination->width0;
radeon_vce.c 308 struct pipe_resource *destination, void **fb)
311 enc->get_buffer(destination, &enc->bs_handle, NULL);
312 enc->bs_size = destination->width0;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
radeon_vce.c 310 struct pipe_resource *destination,
314 enc->get_buffer(destination, &enc->bs_handle, NULL);
315 enc->bs_size = destination->width0;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/
radeon_uvd_enc.c 212 struct pipe_resource *destination, void **fb)
215 enc->get_buffer(destination, &enc->bs_handle, NULL);
216 enc->bs_size = destination->width0;
radeon_vcn_enc.c 196 struct pipe_resource *destination,
200 enc->get_buffer(destination, &enc->bs_handle, NULL);
201 enc->bs_size = destination->width0;
radeon_vce.c 309 struct pipe_resource *destination,
313 enc->get_buffer(destination, &enc->bs_handle, NULL);
314 enc->bs_size = destination->width0;
  /xsrc/external/mit/libXt/dist/src/
TMaction.c 526 Widget destination = (Widget) closure; local
532 if ((destXlations = destination->core.tm.translations) == NULL) {
545 TMGetComplexBindEntry(destination->core.tm.proc_table, i);
551 if (destination->core.being_destroyed) {
565 if (!destination->core.being_destroyed)
567 _XtUnmergeTranslations(destination, xlationsList[i]);
  /xsrc/external/mit/libXfixes/dist/include/X11/extensions/
Xfixes.h 226 XFixesChangeCursor (Display *dpy, Cursor source, Cursor destination);
  /xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/
Decoder.c 61 pParserTempData->ParametersType.Destination=CallTable[opcode].destination;

Completed in 25 milliseconds

1 2 3 4 5