Searched refs:driCheckOption (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/common/ |
D | dri_util.c | 526 if (!driCheckOption(&screen->optionCache, var, DRI_BOOL)) in dri2ConfigQueryb() 537 if (!driCheckOption(&screen->optionCache, var, DRI_INT) && in dri2ConfigQueryi() 538 !driCheckOption(&screen->optionCache, var, DRI_ENUM)) in dri2ConfigQueryi() 549 if (!driCheckOption(&screen->optionCache, var, DRI_FLOAT)) in dri2ConfigQueryf()
|
D | xmlconfig.h | 114 GLboolean driCheckOption (const driOptionCache *cache, const char *name,
|
D | xmlconfig.c | 1016 GLboolean driCheckOption (const driOptionCache *cache, const char *name, in driCheckOption() function
|