Searched refs:DRI_ENUM (Results 1 – 3 of 3) sorted by relevance
35 DRI_BOOL, DRI_ENUM, DRI_INT, DRI_FLOAT enumerator
317 case DRI_ENUM: /* enum is just a special integer */ in parseValue()404 case DRI_ENUM: /* enum is just a special integer */ in checkValue()575 cache->info[opt].type = DRI_ENUM; in parseOptInfoAttr()602 } else if (cache->info[opt].type == DRI_ENUM) { in parseOptInfoAttr()1034 assert (cache->info[i].type == DRI_INT || cache->info[i].type == DRI_ENUM); in driQueryOptioni()
538 !driCheckOption(&screen->optionCache, var, DRI_ENUM)) in dri2ConfigQueryi()