Searched refs:driOptionCache (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/common/ |
D | xmlconfig.h | 65 typedef struct driOptionCache { struct 82 } driOptionCache; typedef 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); 120 GLint driQueryOptioni (const driOptionCache *cache, const char *name); 122 GLfloat driQueryOptionf (const driOptionCache *cache, const char *name);
|
D | xmlconfig.c | 109 static GLuint findOption (const driOptionCache *cache, const char *name) { in findOption() 136 static GLuint countOptions (const driOptionCache *cache) { in countOptions() 490 driOptionCache *cache; 553 driOptionCache *cache = data->cache; in parseOptInfoAttr() 688 void driParseOptionInfo (driOptionCache *info, in driParseOptionInfo() 748 driOptionCache *cache; 812 driOptionCache *cache = data->cache; in parseOptConfAttr() 895 static void initOptionCache (driOptionCache *cache, const driOptionCache *info) { in initOptionCache() 946 void driParseConfigFiles (driOptionCache *cache, const driOptionCache *info, in driParseConfigFiles() 996 void driDestroyOptionInfo (driOptionCache *info) { in driDestroyOptionInfo() [all …]
|
D | dri_util.h | 166 driOptionCache optionInfo; 167 driOptionCache optionCache;
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_screen.h | 70 driOptionCache optionCache;
|
D | intel_context.h | 341 driOptionCache optionCache;
|
/external/mesa3d/src/gallium/state_trackers/dri/common/ |
D | dri_context.h | 53 driOptionCache optionCache;
|
D | dri_screen.h | 62 driOptionCache optionCache;
|
D | dri_context.c | 53 const struct driOptionCache * optionCache) in dri_fill_st_options()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_screen.h | 98 driOptionCache optionCache;
|
D | radeon_common_context.h | 427 driOptionCache optionCache;
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_screen.h | 98 driOptionCache optionCache;
|
D | radeon_common_context.h | 427 driOptionCache optionCache;
|
/external/mesa3d/src/gallium/state_trackers/dri/drm/ |
D | dri_context.c | 53 const struct driOptionCache * optionCache) in dri_fill_st_options()
|
/external/mesa3d/src/gallium/state_trackers/dri/sw/ |
D | dri_context.c | 53 const struct driOptionCache * optionCache) in dri_fill_st_options()
|