Lines Matching refs:driOptionCache
109 static GLuint findOption (const driOptionCache *cache, const char *name) { in findOption()
136 static GLuint countOptions (const driOptionCache *cache) { in countOptions()
490 driOptionCache *cache;
553 driOptionCache *cache = data->cache; in parseOptInfoAttr()
688 void driParseOptionInfo (driOptionCache *info, in driParseOptionInfo()
748 driOptionCache *cache;
812 driOptionCache *cache = data->cache; in parseOptConfAttr()
895 static void initOptionCache (driOptionCache *cache, const driOptionCache *info) { in initOptionCache()
946 void driParseConfigFiles (driOptionCache *cache, const driOptionCache *info, in driParseConfigFiles()
996 void driDestroyOptionInfo (driOptionCache *info) { in driDestroyOptionInfo()
1011 void driDestroyOptionCache (driOptionCache *cache) { in driDestroyOptionCache()
1016 GLboolean driCheckOption (const driOptionCache *cache, const char *name, in driCheckOption()
1022 GLboolean driQueryOptionb (const driOptionCache *cache, const char *name) { in driQueryOptionb()
1030 GLint driQueryOptioni (const driOptionCache *cache, const char *name) { in driQueryOptioni()
1038 GLfloat driQueryOptionf (const driOptionCache *cache, const char *name) { in driQueryOptionf()