Home
last modified time | relevance | path

Searched refs:RT_GC (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dresource.h76 #define RT_GC ((RESTYPE)3) macro
/OK3568_Linux_fs/external/xserver/dix/
H A Dregistry.c367 RegisterResourceName(RT_GC, "GC"); in dixResetRegistry()
H A Ddixutils.c239 return dixLookupResourceByType((void **) pGC, id, RT_GC, client, access); in dixLookupGC()
253 rc = dixLookupResourceByType((void **) &pGC, id, RT_GC, client, access); in dixLookupFontable()
H A Dresource.c450 [RT_GC & (RC_LASTPREDEF - 1)] = {
H A Dgc.c550 *pStatus = XaceHook(XACE_RESOURCE_ACCESS, client, gcid, RT_GC, pGC, in CreateGC()
H A Ddispatch.c1504 if (!AddResource(stuff->gc, RT_GC, (void *) pGC)) in ProcCreateGC()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxselinux_label.c325 else if (type == RT_GC) in SELinuxTypeToClass()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxextension.c914 else if ((type & TypeMask) == (RT_GC & TypeMask)) { in dmxBECreateResources()
1541 else if ((type & TypeMask) == (RT_GC & TypeMask)) { in dmxBEDestroyResources()
/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxcmds.c2817 RT_GC, NullClient, DixUnknownAccess); in __glXUseXFont()