Searched refs:pixmapSizeFunc (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server/dist/dix/
H A Dresource.c299 SizeType pixmapSizeFunc = GetResourceTypeSizeFunc(RT_PIXMAP); local in function:GetWindowBytes
314 pixmapSizeFunc(pixmap, pixmap->drawable.id, &pixmapSize);
320 pixmapSizeFunc(pixmap, pixmap->drawable.id, &pixmapSize);
372 SizeType pixmapSizeFunc = GetResourceTypeSizeFunc(RT_PIXMAP); local in function:GetGcBytes
386 pixmapSizeFunc(pixmap, pixmap->drawable.id, &pixmapSize);
392 pixmapSizeFunc(pixmap, pixmap->drawable.id, &pixmapSize);
/xsrc/external/mit/xorg-server/dist/glx/
H A Dglxext.c312 SizeType pixmapSizeFunc = GetResourceTypeSizeFunc(RT_PIXMAP); local in function:GetGLXDrawableBytes
314 pixmapSizeFunc((PixmapPtr)draw->pDraw, draw->pDraw->id, &pixmapSize);
/xsrc/external/mit/xorg-server/dist/composite/
H A Dcompext.c518 SizeType pixmapSizeFunc = GetResourceTypeSizeFunc(RT_PIXMAP); local in function:GetCompositeWindowBytes
522 pixmapSizeFunc(pixmap, pixmap->drawable.id, &pixmapSize);
/xsrc/external/mit/xorg-server/dist/render/
H A Dpicture.c595 SizeType pixmapSizeFunc = GetResourceTypeSizeFunc(RT_PIXMAP); local in function:GetPictureBytes
598 pixmapSizeFunc(pixmap, pixmap->drawable.id, &pixmapSize);

Completed in 7 milliseconds