Searched refs:driOptionCache (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | xmlconfig.h | 76 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 …]
|
D | xmlconfig.c | 260 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/ |
D | xmlconfig.cpp | 33 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/ |
D | wsi_common.h | 98 struct driOptionCache; 283 const struct driOptionCache *dri_options,
|
D | wsi_common_private.h | 360 const struct driOptionCache *dri_options);
|
D | wsi_common.c | 67 const struct driOptionCache *dri_options, in wsi_device_init()
|
D | wsi_common_x11.c | 2905 const struct driOptionCache *dri_options) in wsi_x11_init_wsi()
|