Searched refs:pCachePixmap (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa-glyphs.c238 PixmapPtr pCachePixmap = (PixmapPtr) cache->picture->pDrawable; local in function:uxa_glyph_cache_upload_glyph
242 gc = GetScratchGC(pCachePixmap->drawable.depth, screen);
246 ValidateGC(&pCachePixmap->drawable, gc);
250 if (pGlyphPixmap->drawable.depth != pCachePixmap->drawable.depth ||
255 pCachePixmap->drawable.depth,
258 if (pGlyphPixmap->drawable.depth != pCachePixmap->drawable.depth) {
264 pCachePixmap->drawable.depth,
290 uxa_copy_area(&scratch->drawable, &pCachePixmap->drawable, gc,
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-glyphs.c238 PixmapPtr pCachePixmap = (PixmapPtr) cache->picture->pDrawable; local in function:uxa_glyph_cache_upload_glyph
242 gc = GetScratchGC(pCachePixmap->drawable.depth, screen);
246 ValidateGC(&pCachePixmap->drawable, gc);
250 if (pGlyphPixmap->drawable.depth != pCachePixmap->drawable.depth ||
255 pCachePixmap->drawable.depth,
258 if (pGlyphPixmap->drawable.depth != pCachePixmap->drawable.depth) {
264 pCachePixmap->drawable.depth,
290 uxa_copy_area(&scratch->drawable, &pCachePixmap->drawable, gc,
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-glyphs.c226 PixmapPtr pCachePixmap = (PixmapPtr) cache->picture->pDrawable; local in function:uxa_glyph_cache_upload_glyph
230 gc = GetScratchGC(pCachePixmap->drawable.depth, screen);
234 ValidateGC(&pCachePixmap->drawable, gc);
238 if (pGlyphPixmap->drawable.depth != pCachePixmap->drawable.depth ||
243 pCachePixmap->drawable.depth,
246 if (pGlyphPixmap->drawable.depth != pCachePixmap->drawable.depth) {
252 pCachePixmap->drawable.depth,
278 uxa_copy_area(&scratch->drawable, &pCachePixmap->drawable, gc,
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_glyphs.c371 PixmapPtr pCachePixmap = (PixmapPtr)cache->picture->pDrawable; local in function:exaGlyphCacheUploadGlyph
382 if (pGlyphPixmap->drawable.bitsPerPixel != pCachePixmap->drawable.bitsPerPixel)
391 pixmaps[0].pPix = pCachePixmap;
396 if (!exaPixmapHasGpuCopy(pCachePixmap))
400 if (pExaScr->info->UploadToScreen(pCachePixmap,
423 exaPixmapDirty (pCachePixmap,
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_glyphs.c372 PixmapPtr pCachePixmap = (PixmapPtr) cache->picture->pDrawable; local in function:exaGlyphCacheUploadGlyph
385 pCachePixmap->drawable.bitsPerPixel)
394 pixmaps[0].pPix = pCachePixmap;
399 if (!exaPixmapHasGpuCopy(pCachePixmap))
403 if (pExaScr->info->UploadToScreen(pCachePixmap,
421 exaPixmapDirty(pCachePixmap,
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa-glyphs.c364 PixmapPtr pCachePixmap = (PixmapPtr)cache->picture->pDrawable; local in function:uxa_glyph_cache_upload_glyph
368 if (pGlyphPixmap->drawable.bitsPerPixel != pCachePixmap->drawable.bitsPerPixel)
371 pGC = GetScratchGC(pCachePixmap->drawable.depth, pScreen);
372 ValidateGC(&pCachePixmap->drawable, pGC);
374 &pCachePixmap->drawable,

Completed in 15 milliseconds