Searched refs:pixmapSize (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | resource.c | 300 ResourceSizeRec pixmapSize = { 0, 0, 0 }; in GetWindowBytes() local 314 pixmapSizeFunc(pixmap, pixmap->drawable.id, &pixmapSize); in GetWindowBytes() 315 size->pixmapRefSize += pixmapSize.pixmapRefSize; in GetWindowBytes() 320 pixmapSizeFunc(pixmap, pixmap->drawable.id, &pixmapSize); in GetWindowBytes() 321 size->pixmapRefSize += pixmapSize.pixmapRefSize; in GetWindowBytes() 373 ResourceSizeRec pixmapSize = { 0, 0, 0 }; in GetGcBytes() local 386 pixmapSizeFunc(pixmap, pixmap->drawable.id, &pixmapSize); in GetGcBytes() 387 size->pixmapRefSize += pixmapSize.pixmapRefSize; in GetGcBytes() 392 pixmapSizeFunc(pixmap, pixmap->drawable.id, &pixmapSize); in GetGcBytes() 393 size->pixmapRefSize += pixmapSize.pixmapRefSize; in GetGcBytes()
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | glxext.c | 313 ResourceSizeRec pixmapSize = { 0, }; in GetGLXDrawableBytes() local 314 pixmapSizeFunc((PixmapPtr)draw->pDraw, draw->pDraw->id, &pixmapSize); in GetGLXDrawableBytes() 315 size->pixmapRefSize += pixmapSize.pixmapRefSize; in GetGLXDrawableBytes()
|
| /OK3568_Linux_fs/external/xserver/composite/ |
| H A D | compext.c | 519 ResourceSizeRec pixmapSize = { 0, 0 }; in GetCompositeWindowBytes() local 522 pixmapSizeFunc(pixmap, pixmap->drawable.id, &pixmapSize); in GetCompositeWindowBytes() 523 size->pixmapRefSize += pixmapSize.pixmapRefSize; in GetCompositeWindowBytes()
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | picture.c | 597 ResourceSizeRec pixmapSize = { 0, 0, 0 }; in GetPictureBytes() local 599 pixmapSizeFunc(pixmap, pixmap->drawable.id, &pixmapSize); in GetPictureBytes() 600 size->pixmapRefSize += pixmapSize.pixmapRefSize; in GetPictureBytes()
|