Home
last modified time | relevance | path

Searched refs:best_num_samp (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp155 int best_fbc = -1, best_num_samp = -1; in GLXGLTestContext() local
169 if (best_fbc < 0 || (samp_buf && samples > best_num_samp)) { in GLXGLTestContext()
171 best_num_samp = samples; in GLXGLTestContext()
/third_party/flutter/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp155 int best_fbc = -1, best_num_samp = -1; in GLXGLTestContext() local
169 if (best_fbc < 0 || (samp_buf && samples > best_num_samp)) { in GLXGLTestContext()
171 best_num_samp = samples; in GLXGLTestContext()