Searched refs:fbc (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/glx/tests/ |
H A D | create_context_unittest.cpp | 142 struct glx_config fbc; member in glXCreateContextAttribARB_test 156 memset(&this->fbc, 0, sizeof(this->fbc)); in SetUp() 157 this->fbc.fbconfigID = 0xbeefcafe; in SetUp() 192 glXCreateContextAttribsARB(NULL, (GLXFBConfig) &this->fbc, 0, in TEST_F() 205 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F() 219 ctx = glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F() 227 ctx = glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F() 234 ctx = glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F() 243 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, in TEST_F() [all...] |
/third_party/skia/tools/gpu/gl/glx/ |
H A D | CreatePlatformGLTestContext_glx.cpp | 144 GLXFBConfig *fbc = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), in GLXGLTestContext() local 146 if (!fbc) { in GLXGLTestContext() 159 XVisualInfo *vi = glXGetVisualFromFBConfig(fDisplay, fbc[i]); in GLXGLTestContext() 162 glXGetFBConfigAttrib(fDisplay, fbc[i], GLX_SAMPLE_BUFFERS, &samp_buf); in GLXGLTestContext() 163 glXGetFBConfigAttrib(fDisplay, fbc[i], GLX_SAMPLES, &samples); in GLXGLTestContext() 177 GLXFBConfig bestFbc = fbc[best_fbc]; in GLXGLTestContext() 180 XFree(fbc); in GLXGLTestContext()
|
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/ |
H A D | script_extension.rs | 1398 ('\u{f99}', '\u{fbc}'),
|
H A D | script.rs | 1226 ('\u{f99}', '\u{fbc}'),
|
H A D | perl_word.rs | 213 ('\u{f99}', '\u{fbc}'),
|
H A D | property_bool.rs | 273 ('\u{f99}', '\u{fbc}'), 1057 ('\u{f99}', '\u{fbc}'), 5822 ('\u{f99}', '\u{fbc}'), 6367 ('\u{f99}', '\u{fbc}'), 8559 ('\u{f99}', '\u{fbc}'), 10127 ('\u{f99}', '\u{fbc}'),
|
H A D | general_category.rs | 1908 ('\u{f99}', '\u{fbc}'), 2389 ('\u{f99}', '\u{fbc}'),
|
H A D | word_break.rs | 724 ('\u{f99}', '\u{fbc}'),
|
Completed in 15 milliseconds