Searched refs:configs_x8r8g8b8 (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/ |
H A D | dri_screen.c | 83 __DRIconfig **configs_x8r8g8b8 = NULL; local 218 configs_x8r8g8b8 = driCreateConfigs(GL_BGR, GL_UNSIGNED_INT_8_8_8_8_REV, 232 configs = driConcatConfigs(configs, configs_x8r8g8b8); 235 configs = driConcatConfigs(configs, configs_x8r8g8b8);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/ |
H A D | dri_screen.c | 83 __DRIconfig **configs_x8r8g8b8 = NULL; local 218 configs_x8r8g8b8 = driCreateConfigs(GL_BGR, GL_UNSIGNED_INT_8_8_8_8_REV, 232 configs = driConcatConfigs(configs, configs_x8r8g8b8); 235 configs = driConcatConfigs(configs, configs_x8r8g8b8);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/sw/ |
H A D | dri_screen.c | 83 __DRIconfig **configs_x8r8g8b8 = NULL; local 218 configs_x8r8g8b8 = driCreateConfigs(GL_BGR, GL_UNSIGNED_INT_8_8_8_8_REV, 232 configs = driConcatConfigs(configs, configs_x8r8g8b8); 235 configs = driConcatConfigs(configs, configs_x8r8g8b8);
|
/external/mesa3d/src/gallium/state_trackers/dri/common/ |
H A D | dri_screen.c | 83 __DRIconfig **configs_x8r8g8b8 = NULL; local 218 configs_x8r8g8b8 = driCreateConfigs(GL_BGR, GL_UNSIGNED_INT_8_8_8_8_REV, 232 configs = driConcatConfigs(configs, configs_x8r8g8b8); 235 configs = driConcatConfigs(configs, configs_x8r8g8b8);
|
/external/mesa3d/src/gallium/state_trackers/dri/drm/ |
H A D | dri_screen.c | 83 __DRIconfig **configs_x8r8g8b8 = NULL; local 218 configs_x8r8g8b8 = driCreateConfigs(GL_BGR, GL_UNSIGNED_INT_8_8_8_8_REV, 232 configs = driConcatConfigs(configs, configs_x8r8g8b8); 235 configs = driConcatConfigs(configs, configs_x8r8g8b8);
|
/external/mesa3d/src/gallium/state_trackers/dri/sw/ |
H A D | dri_screen.c | 83 __DRIconfig **configs_x8r8g8b8 = NULL; local 218 configs_x8r8g8b8 = driCreateConfigs(GL_BGR, GL_UNSIGNED_INT_8_8_8_8_REV, 232 configs = driConcatConfigs(configs, configs_x8r8g8b8); 235 configs = driConcatConfigs(configs, configs_x8r8g8b8);
|
Completed in 94 milliseconds