Searched defs:driOptionCache (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
H A Dxmlconfig.h65 typedef struct driOptionCache { struct
82 } driOptionCache; typedef in typeref:struct:driOptionCache
88 * \param info pointer to a driOptionCache that will store the option info
96 void driParseOptionInfo (driOptionCache *info,
102 void driParseConfigFiles (driOptionCache *cache, const driOptionCache *info,
107 void driDestroyOptionInfo (driOptionCache *info);
111 void driDestroyOptionCache (driOptionCache *cache);
114 GLboolean driCheckOption (const driOptionCache *cache, const char *name,
118 GLboolean driQueryOptionb (const driOptionCache *cach
[all...]
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dxmlconfig.h65 typedef struct driOptionCache { struct
82 } driOptionCache; typedef in typeref:struct:driOptionCache
88 * \param info pointer to a driOptionCache that will store the option info
96 void driParseOptionInfo (driOptionCache *info,
102 void driParseConfigFiles (driOptionCache *cache, const driOptionCache *info,
107 void driDestroyOptionInfo (driOptionCache *info);
111 void driDestroyOptionCache (driOptionCache *cache);
114 GLboolean driCheckOption (const driOptionCache *cache, const char *name,
118 GLboolean driQueryOptionb (const driOptionCache *cach
[all...]

Completed in 676 milliseconds