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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
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/
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 298 milliseconds