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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_screen.c 82 __DRIconfig **configs_a8r8g8b8 = NULL; local
196 configs_a8r8g8b8 = driCreateConfigs(GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV,
231 configs = driConcatConfigs(configs, configs_a8r8g8b8);
234 configs = configs_a8r8g8b8;
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_screen.c 82 __DRIconfig **configs_a8r8g8b8 = NULL; local
196 configs_a8r8g8b8 = driCreateConfigs(GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV,
231 configs = driConcatConfigs(configs, configs_a8r8g8b8);
234 configs = configs_a8r8g8b8;

Completed in 151 milliseconds