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

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

Completed in 1117 milliseconds