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

  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp 99 int best_fbc = -1, best_num_samp = -1; local
113 if (best_fbc < 0 || (samp_buf && samples > best_num_samp))
114 best_fbc = i, best_num_samp = samples;
119 GLXFBConfig bestFbc = fbc[best_fbc];
  /external/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp 99 int best_fbc = -1, best_num_samp = -1; local
113 if (best_fbc < 0 || (samp_buf && samples > best_num_samp))
114 best_fbc = i, best_num_samp = samples;
119 GLXFBConfig bestFbc = fbc[best_fbc];

Completed in 155 milliseconds