Home
last modified time | relevance | path

Searched refs:dixAllocateScreenObjectWithPrivates (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dprivates.h264 #define dixAllocateScreenObjectWithPrivates(s, t, type) _dixAllocateScreenObjectWithPrivates(s, siz… macro
/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.c753 pPicture = dixAllocateScreenObjectWithPrivates(pDrawable->pScreen, in CreatePicture()
844 pPicture = dixAllocateScreenObjectWithPrivates(NULL, PictureRec, in createSourcePicture()
/OK3568_Linux_fs/external/xserver/dix/
H A Dgc.c468 pGC = dixAllocateScreenObjectWithPrivates(pScreen, GC, PRIVATE_GC); in NewGCObject()
H A Dwindow.c571 pWin = dixAllocateScreenObjectWithPrivates(pScreen, WindowRec, PRIVATE_WINDOW); in CreateRootWindow()
837 pWin = dixAllocateScreenObjectWithPrivates(pScreen, WindowRec, PRIVATE_WINDOW); in CreateWindow()