HomeSort by relevance Sort by last modified time
    Searched defs:driOptionCache (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
xmlconfig.h 65 typedef struct driOptionCache {
82 } 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 *cache, const char *name)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/
xmlconfig.h 65 typedef struct driOptionCache {
82 } 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 *cache, const char *name)
    [all...]

Completed in 100 milliseconds