Home
last modified time | relevance | path

Searched refs:DRAWABLE_PIXMAP (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A Ddri.c240 else if (pDraw->type == DRAWABLE_PIXMAP) { in DRIUpdateSurface()
381 } else if (pDrawable->type == DRAWABLE_PIXMAP) { in DRICreateSurface()
418 else if (pDrawable->type == DRAWABLE_PIXMAP) { in DRICreateSurface()
473 else if (pDrawable->type == DRAWABLE_PIXMAP) { in DRIDestroySurface()
527 else if (pDrawable->type == DRAWABLE_PIXMAP) { in DRIDrawablePrivDelete()
559 else if (pDrawable->type == DRAWABLE_PIXMAP) { in DRIDrawablePrivDelete()
688 if (pDrawable->type != DRAWABLE_PIXMAP) in DRICreatePixmap()
764 if (pDrawable->type != DRAWABLE_PIXMAP) in DRIGetPixmapData()
792 if (pDrawable->type != DRAWABLE_PIXMAP) in DRIFreePixmapImp()
H A DdriWrap.c105 if (pDraw->type == DRAWABLE_PIXMAP) { in DRISurfaceSetDrawable()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiexpose.c144 (pDstDrawable->type == DRAWABLE_PIXMAP) && in miHandleExposures()
145 ((pSrcDrawable->type == DRAWABLE_PIXMAP) || in miHandleExposures()
154 if (pSrcDrawable->type != DRAWABLE_PIXMAP) { in miHandleExposures()
198 else if (pDstDrawable->type != DRAWABLE_PIXMAP) { in miHandleExposures()
245 (pDstDrawable->type != DRAWABLE_PIXMAP); in miHandleExposures()
263 if ((pDstDrawable->type != DRAWABLE_PIXMAP) && in miHandleExposures()
H A Dmibitblt.c101 if (pSrcDrawable->type == DRAWABLE_PIXMAP) { in miCopyArea()
155 (pSrcDrawable->type == DRAWABLE_PIXMAP) || in miCopyArea()
156 (pDstDrawable->type == DRAWABLE_PIXMAP))) in miCopyArea()
543 if (pSrcDrawable->type != DRAWABLE_PIXMAP) { in miCopyPlane()
H A Dmicopy.c169 if (pSrcDrawable->type == DRAWABLE_PIXMAP) { in miDoCopy()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbpixmap.c57 pPixmap->drawable.type = DRAWABLE_PIXMAP; in fbCreatePixmap()
326 if (pDrawable->type != DRAWABLE_PIXMAP) in fbValidateDrawable()
H A Dfb.h455 if ((pDrawable)->type != DRAWABLE_PIXMAP) { \
500 ((pDrawable)->type == DRAWABLE_PIXMAP ? \
/OK3568_Linux_fs/external/xserver/include/
H A Dpixmap.h56 #define DRAWABLE_PIXMAP 1 macro
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DPixmap.c46 pPixmap->drawable.type = DRAWABLE_PIXMAP; in xnestCreatePixmap()
/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.c594 if (picture->pDrawable && (picture->pDrawable->type == DRAWABLE_PIXMAP)) in GetPictureBytes()
771 if (pDrawable->type == DRAWABLE_PIXMAP) { in CreatePicture()
1088 pAlpha->pDrawable->type != DRAWABLE_PIXMAP) { in ChangePicture()
1098 if (pAlpha && pAlpha->pDrawable->type == DRAWABLE_PIXMAP) in ChangePicture()
1415 else if (pPicture->pDrawable->type == DRAWABLE_PIXMAP) { in FreePicture()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxpixmap.c112 pPixmap->drawable.type = DRAWABLE_PIXMAP; in dmxCreatePixmap()
H A Ddmxgc.c169 pDrawable->type == DRAWABLE_PIXMAP) { in dmxValidateGC()
H A Ddmxgcops.c551 if (pDrawable->type != DRAWABLE_PIXMAP) in dmxFindAlternatePixmap()
H A Ddmxextension.c1135 if (pDraw->type == DRAWABLE_PIXMAP) { in dmxBERestoreRenderPict()
1564 if (pPict->pDrawable->type == DRAWABLE_PIXMAP) { in dmxBEDestroyResources()
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/
H A Ddri2.c226 case DRAWABLE_PIXMAP: in DRI2GetDrawable()
770 if (drawable->type == DRAWABLE_PIXMAP) in GetDrawablePixmap()
954 if (pDraw->type == DRAWABLE_PIXMAP) in DRI2CanFlip()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxselinux_ext.c238 if (pDraw->type == DRAWABLE_PIXMAP) in ProcSELinuxGetDrawableContext()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_program.c641 if (src->transform || src->alphaMap || src->pDrawable->type != DRAWABLE_PIXMAP) in glamor_setup_program_render()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddri2.c113 if (drawable->type == DRAWABLE_PIXMAP) in get_drawable_pixmap()
H A Dexa.c550 if (pDrawable->type != DRAWABLE_PIXMAP) { in ms_exa_composite_fix_offsets()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_render.c952 pSrc->pDrawable->type == DRAWABLE_PIXMAP) { in exaComposite()
H A Dexa_accel.c1038 pExaPixmap->sys_ptr && pDrawable->type == DRAWABLE_PIXMAP && in exaFillRegionSolid()
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddri.c1322 else if (pDrawable->type != DRAWABLE_PIXMAP) { /* PBuffer */ in DRICreateDrawable()
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxcmds.c1191 if (pDraw->type != DRAWABLE_PIXMAP) { in DoCreateGLXPixmap()