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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_screen.c 44 #define MSAA_VISUAL_MAX_SAMPLES 8
86 uint8_t msaa_samples_array[MSAA_VISUAL_MAX_SAMPLES];
104 ? MSAA_VISUAL_MAX_SAMPLES : 1;
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_screen.c 44 #define MSAA_VISUAL_MAX_SAMPLES 8
86 uint8_t msaa_samples_array[MSAA_VISUAL_MAX_SAMPLES];
104 ? MSAA_VISUAL_MAX_SAMPLES : 1;

Completed in 134 milliseconds