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

1 2 3 4

  /xsrc/external/mit/xf86-video-amdgpu/dist/src/
amdgpu_bo_helper.h 119 if (drawable->type == DRAWABLE_PIXMAP)
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_bo_helper.h 74 if (drawable->type == DRAWABLE_PIXMAP)
  /xsrc/external/mit/xorg-server.old/dist/include/
pixmap.h 56 #define DRAWABLE_PIXMAP 1
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
dri.c 240 else if (pDraw->type == DRAWABLE_PIXMAP) {
381 } else if (pDrawable->type == DRAWABLE_PIXMAP) {
418 else if (pDrawable->type == DRAWABLE_PIXMAP) {
473 else if (pDrawable->type == DRAWABLE_PIXMAP) {
527 else if (pDrawable->type == DRAWABLE_PIXMAP) {
559 else if (pDrawable->type == DRAWABLE_PIXMAP) {
688 if (pDrawable->type != DRAWABLE_PIXMAP)
764 if (pDrawable->type != DRAWABLE_PIXMAP)
792 if (pDrawable->type != DRAWABLE_PIXMAP)
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
dri.c 254 } else if (pDraw->type == DRAWABLE_PIXMAP) {
390 else if (pDrawable->type == DRAWABLE_PIXMAP) {
429 } else if(pDrawable->type == DRAWABLE_PIXMAP) {
482 } else if (pDrawable->type == DRAWABLE_PIXMAP) {
533 } else if (pDrawable->type == DRAWABLE_PIXMAP) {
564 } else if (pDrawable->type == DRAWABLE_PIXMAP) {
762 if(pDrawable->type != DRAWABLE_PIXMAP)
837 if(pDrawable->type != DRAWABLE_PIXMAP)
864 if(pDrawable->type != DRAWABLE_PIXMAP)
  /xsrc/external/mit/xorg-server/dist/include/
pixmap.h 56 #define DRAWABLE_PIXMAP 1
  /xsrc/external/mit/xorg-server/dist/mi/
miexpose.c 139 if (!pGC->graphicsExposures && pDstDrawable->type == DRAWABLE_PIXMAP)
147 if (pSrcDrawable->type != DRAWABLE_PIXMAP) {
191 else if (pDstDrawable->type != DRAWABLE_PIXMAP) {
238 (pDstDrawable->type != DRAWABLE_PIXMAP);
256 if ((pDstDrawable->type != DRAWABLE_PIXMAP) &&
mibitblt.c 105 if (pSrcDrawable->type == DRAWABLE_PIXMAP) {
159 (pSrcDrawable->type == DRAWABLE_PIXMAP) ||
160 (pDstDrawable->type == DRAWABLE_PIXMAP)))
547 if (pSrcDrawable->type != DRAWABLE_PIXMAP) {
micopy.c 167 if (pSrcDrawable->type == DRAWABLE_PIXMAP) {
  /xsrc/external/mit/xorg-server.old/dist/mi/
miexpose.c 152 (pDstDrawable->type == DRAWABLE_PIXMAP) &&
153 ((pSrcDrawable->type == DRAWABLE_PIXMAP) ||
162 if (pSrcDrawable->type != DRAWABLE_PIXMAP)
213 else if (pDstDrawable->type != DRAWABLE_PIXMAP)
266 (pDstDrawable->type != DRAWABLE_PIXMAP);
285 if ((pDstDrawable->type != DRAWABLE_PIXMAP) &&
mibitblt.c 110 if (pSrcDrawable->type == DRAWABLE_PIXMAP)
165 (pSrcDrawable->type == DRAWABLE_PIXMAP) ||
166 (pDstDrawable->type == DRAWABLE_PIXMAP)))
580 if (pSrcDrawable->type != DRAWABLE_PIXMAP) {
micopy.c 193 if (pSrcDrawable->type == DRAWABLE_PIXMAP)
  /xsrc/external/mit/xorg-server.old/dist/hw/xnest/
Pixmap.c 47 pPixmap->drawable.type = DRAWABLE_PIXMAP;
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
wingetsp.c 61 case DRAWABLE_PIXMAP:
63 ErrorF ("winGetSpans - DRAWABLE_PIXMAP %08x\n",
78 FatalError ("winGetSpans - DRAWABLE_PIXMAP - SelectObject () "
winpixmap.c 80 pPixmap->drawable.type = DRAWABLE_PIXMAP;
winsetsp.c 76 case DRAWABLE_PIXMAP:
88 FatalError ("winSetSpans - DRAWABLE_PIXMAP - SelectObject () "
  /xsrc/external/mit/xorg-server/dist/hw/xnest/
Pixmap.c 46 pPixmap->drawable.type = DRAWABLE_PIXMAP;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaPict.c 193 (pDraw->type == DRAWABLE_PIXMAP && IS_OFFSCREEN_PIXMAP(pDraw)))
571 if(pDst->pDrawable->type == DRAWABLE_PIXMAP)
599 if((pSrc->pDrawable->type != DRAWABLE_PIXMAP) ||
651 if(pDst->pDrawable->type == DRAWABLE_PIXMAP)
xaaBitBlt.c 67 if (pSrcDrawable->type == DRAWABLE_PIXMAP) {
xaaCpyPlane.c 52 if((pSrc->type == DRAWABLE_PIXMAP) && !XAA_DEPTH_BUG(pGC)) {
  /xsrc/external/mit/xorg-server/dist/fb/
fbpixmap.c 57 pPixmap->drawable.type = DRAWABLE_PIXMAP;
326 if (pDrawable->type != DRAWABLE_PIXMAP)
  /xsrc/external/mit/xorg-server.old/dist/fb/
fbpixmap.c 56 pPixmap->drawable.type = DRAWABLE_PIXMAP;
360 if (pDrawable->type != DRAWABLE_PIXMAP)
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_dri2.c 186 if (draw->type != DRAWABLE_PIXMAP)
205 assert(win->drawable.type != DRAWABLE_PIXMAP);
443 draw->type != DRAWABLE_PIXMAP) {
612 draw->type != DRAWABLE_PIXMAP));
622 if (draw->type != DRAWABLE_PIXMAP)
631 draw->type != DRAWABLE_PIXMAP ? (long)draw->id : (long)0,
670 if (draw->type != DRAWABLE_PIXMAP) {
790 if (draw->type == DRAWABLE_PIXMAP) {
828 if (draw->type == DRAWABLE_PIXMAP) {
1579 if (draw->type == DRAWABLE_PIXMAP)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmxpixmap.c 106 pPixmap->drawable.type = DRAWABLE_PIXMAP;
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_dri2.c 226 assert(win->drawable.type != DRAWABLE_PIXMAP);
297 draw->type != DRAWABLE_PIXMAP) {
461 draw->type != DRAWABLE_PIXMAP));
469 if (draw->type != DRAWABLE_PIXMAP)
478 draw->type != DRAWABLE_PIXMAP ? (long)draw->id : (long)0,
513 if (draw->type != DRAWABLE_PIXMAP) {
635 if (draw->type == DRAWABLE_PIXMAP) {
1243 if (draw->type == DRAWABLE_PIXMAP)
1544 if (draw->type == DRAWABLE_PIXMAP)
1681 if (draw->type == DRAWABLE_PIXMAP)
    [all...]

Completed in 24 milliseconds

1 2 3 4