Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dxmlconfig.h40 DRI_BOOL, DRI_ENUM, DRI_INT, DRI_FLOAT, DRI_STRING enumerator
161 case DRI_STRING: in driComputeOptionsSha1()
Dxmlconfig.c330 case DRI_STRING: in parseValue()
431 case DRI_STRING: in checkValue()
605 cache->info[opt].type = DRI_STRING; in parseOptInfoAttr()
937 if (cache->info[i].type == DRI_STRING) in initOptionCache()
1060 if (cache->info[i].type == DRI_STRING) in driDestroyOptionCache()
1111 assert (cache->info[i].type == DRI_STRING); in driQueryOptionstr()
/external/mesa3d/src/loader/
Dloader.c102 if (driCheckOption(&userInitOptions, "device_id", DRI_STRING)) in loader_get_dri_config_device_id()