Lines Matching refs:driOptionCache
71 typedef struct driOptionCache { struct
87 } driOptionCache; argument
100 void driParseOptionInfo (driOptionCache *info,
106 void driParseConfigFiles (driOptionCache *cache, const driOptionCache *info,
111 void driDestroyOptionInfo (driOptionCache *info);
115 void driDestroyOptionCache (driOptionCache *cache);
118 unsigned char driCheckOption (const driOptionCache *cache, const char *name,
122 unsigned char driQueryOptionb (const driOptionCache *cache, const char *name);
124 int driQueryOptioni (const driOptionCache *cache, const char *name);
126 float driQueryOptionf (const driOptionCache *cache, const char *name);
128 char *driQueryOptionstr (const driOptionCache *cache, const char *name);
134 driComputeOptionsSha1(const driOptionCache *cache, unsigned char *sha1) in driComputeOptionsSha1()