Home
last modified time | relevance | path

Searched refs:driOptionCache (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Dxmlconfig.h76 typedef struct driOptionCache { struct
92 } driOptionCache; typedef
126 void driParseOptionInfo(driOptionCache *info,
133 void driParseConfigFiles(driOptionCache *cache, const driOptionCache *info,
142 void driDestroyOptionInfo(driOptionCache *info);
146 void driDestroyOptionCache(driOptionCache *cache);
149 unsigned char driCheckOption(const driOptionCache *cache, const char *name,
153 unsigned char driQueryOptionb(const driOptionCache *cache, const char *name);
155 int driQueryOptioni(const driOptionCache *cache, const char *name);
157 float driQueryOptionf(const driOptionCache *cache, const char *name);
[all …]
Dxmlconfig.c260 findOption(const driOptionCache *cache, const char *name) in findOption()
317 driParseOptionInfo(driOptionCache *info, in driParseOptionInfo()
599 driOptionCache *cache;
815 driOptionCache *cache = data->cache; in parseOptConfAttr()
1150 initOptionCache(driOptionCache *cache, const driOptionCache *info) in initOptionCache()
1192 driParseConfigFiles(driOptionCache *cache, const driOptionCache *info, in driParseConfigFiles()
1236 driDestroyOptionInfo(driOptionCache *info) in driDestroyOptionInfo()
1251 driDestroyOptionCache(driOptionCache *cache) in driDestroyOptionCache()
1264 driCheckOption(const driOptionCache *cache, const char *name, in driCheckOption()
1272 driQueryOptionb(const driOptionCache *cache, const char *name) in driQueryOptionb()
[all …]
/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dxmlconfig.cpp33 driOptionCache drirc_init(const char *driver, const char *drm,
38 driOptionCache options;
165 driOptionCache cache; in TEST_F()
188 driOptionCache
207 driOptionCache cache; in drirc_init()
222 driOptionCache cache = drirc_init("driver", "drm", in TEST_F()
236 driOptionCache cache = drirc_init("driver", "drm", in TEST_F()
251 driOptionCache cache = drirc_init("driver", "drm", in TEST_F()
264 driOptionCache cache = drirc_init("driver", "drm", in TEST_F()
274 driOptionCache cache = drirc_init("driver", "drm", in TEST_F()
[all …]
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.h98 struct driOptionCache;
283 const struct driOptionCache *dri_options,
Dwsi_common_private.h360 const struct driOptionCache *dri_options);
Dwsi_common.c67 const struct driOptionCache *dri_options, in wsi_device_init()
Dwsi_common_x11.c2905 const struct driOptionCache *dri_options) in wsi_x11_init_wsi()