Searched refs:dixAllocateScreenObjectWithPrivates (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | privates.h | 264 #define dixAllocateScreenObjectWithPrivates(s, t, type) _dixAllocateScreenObjectWithPrivates(s, siz… macro
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | picture.c | 753 pPicture = dixAllocateScreenObjectWithPrivates(pDrawable->pScreen, in CreatePicture() 844 pPicture = dixAllocateScreenObjectWithPrivates(NULL, PictureRec, in createSourcePicture()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | gc.c | 468 pGC = dixAllocateScreenObjectWithPrivates(pScreen, GC, PRIVATE_GC); in NewGCObject()
|
| H A D | window.c | 571 pWin = dixAllocateScreenObjectWithPrivates(pScreen, WindowRec, PRIVATE_WINDOW); in CreateRootWindow() 837 pWin = dixAllocateScreenObjectWithPrivates(pScreen, WindowRec, PRIVATE_WINDOW); in CreateWindow()
|