Searched refs:fbConfigs (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.cpp544 GLXFBConfig* const fbConfigs = glXGetFBConfigs(dpy, DefaultScreen(dpy), &numElems); local
545 TCU_CHECK_MSG(fbConfigs != DE_NULL, "Couldn't query framebuffer configurations");
549 GlxVisual visual(display, fbConfigs[i]);
559 maxConfig = fbConfigs[i];
562 XFree(fbConfigs);

Completed in 322 milliseconds