Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glx/
H A Dvndcmds.c51 static HashTable vendorPrivHash = NULL; variable
65 disp = ht_find(vendorPrivHash, &vendorCode); in LookupVendorPrivDispatch()
67 if ((disp = ht_add(vendorPrivHash, &vendorCode))) { in LookupVendorPrivDispatch()
401 vendorPrivHash = ht_create(sizeof(CARD32), sizeof(GlxVendorPrivDispatch), in GlxDispatchInit()
404 if (!vendorPrivHash) { in GlxDispatchInit()
464 ht_destroy(vendorPrivHash); in GlxDispatchReset()
465 vendorPrivHash = NULL; in GlxDispatchReset()