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

/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.cpp111 GlxVisual (GlxDisplay& display, GLXFBConfig fbConfig);
278 GlxVisual::GlxVisual (GlxDisplay& display, GLXFBConfig fbConfig) argument
281 , m_fbConfig (fbConfig)
283 XVisualInfo* visualInfo = glXGetVisualFromFBConfig(getXDisplay(), fbConfig);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c656 * The fbConfig parameter must be GL_FALSE for the former and GL_TRUE for
661 choose_visual( Display *dpy, int screen, const int *list, GLboolean fbConfig )
663 const GLboolean rgbModeDefault = fbConfig;
690 if (fbConfig &&
706 if (fbConfig) {
724 if (fbConfig) {
735 if (fbConfig) {
744 if (fbConfig) {
861 if (!fbConfig)
876 if (!fbConfig)
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dfakeglx.c885 * The fbConfig parameter must be GL_FALSE for the former and GL_TRUE for
890 choose_visual( Display *dpy, int screen, const int *list, GLboolean fbConfig )
892 const GLboolean rgbModeDefault = fbConfig;
920 if (fbConfig &&
936 if (fbConfig) {
954 if (fbConfig) {
965 if (fbConfig) {
974 if (fbConfig) {
1090 if (!fbConfig)
1105 if (!fbConfig)
[all...]
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c656 * The fbConfig parameter must be GL_FALSE for the former and GL_TRUE for
661 choose_visual( Display *dpy, int screen, const int *list, GLboolean fbConfig )
663 const GLboolean rgbModeDefault = fbConfig;
690 if (fbConfig &&
706 if (fbConfig) {
724 if (fbConfig) {
735 if (fbConfig) {
744 if (fbConfig) {
861 if (!fbConfig)
876 if (!fbConfig)
[all...]
/external/mesa3d/src/mesa/drivers/x11/
H A Dfakeglx.c885 * The fbConfig parameter must be GL_FALSE for the former and GL_TRUE for
890 choose_visual( Display *dpy, int screen, const int *list, GLboolean fbConfig )
892 const GLboolean rgbModeDefault = fbConfig;
920 if (fbConfig &&
936 if (fbConfig) {
954 if (fbConfig) {
965 if (fbConfig) {
974 if (fbConfig) {
1090 if (!fbConfig)
1105 if (!fbConfig)
[all...]

Completed in 891 milliseconds