Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DPbufferSurfaceGLX.cpp23 glx::FBConfig fbConfig) in PbufferSurfaceGLX()
29 mFBConfig(fbConfig), in PbufferSurfaceGLX()
18 PbufferSurfaceGLX(const egl::SurfaceState &state, EGLint width, EGLint height, bool largest, const FunctionsGLX &glx, glx::FBConfig fbConfig) PbufferSurfaceGLX() argument
H A DPixmapSurfaceGLX.cpp74 glx::FBConfig fbConfig) in PixmapSurfaceGLX()
79 mFBConfig(fbConfig), in PixmapSurfaceGLX()
70 PixmapSurfaceGLX(const egl::SurfaceState &state, Pixmap pixmap, Display *display, const FunctionsGLX &glx, glx::FBConfig fbConfig) PixmapSurfaceGLX() argument
H A DDisplayGLX.cpp429 glx::FBConfig fbConfig = configIdToGLXConfig[state.config->configID]; in createWindowSurface() local
431 return new WindowSurfaceGLX(state, mGLX, this, window, mGLX.getDisplay(), fbConfig); in createWindowSurface()
438 glx::FBConfig fbConfig = configIdToGLXConfig[state.config->configID]; in createPbufferSurface() local
444 return new PbufferSurfaceGLX(state, width, height, largest, mGLX, fbConfig); in createPbufferSurface()
461 glx::FBConfig fbConfig = configIdToGLXConfig[state.config->configID]; in createPixmapSurface() local
462 return new PixmapSurfaceGLX(state, nativePixmap, mGLX.getDisplay(), mGLX, fbConfig); in createPixmapSurface()
H A DWindowSurfaceGLX.cpp29 glx::FBConfig fbConfig) in WindowSurfaceGLX()
39 mFBConfig(fbConfig), in WindowSurfaceGLX()
24 WindowSurfaceGLX(const egl::SurfaceState &state, const FunctionsGLX &glx, DisplayGLX *glxDisplay, Window window, Display *display, glx::FBConfig fbConfig) WindowSurfaceGLX() argument
H A DWindowSurfaceGLX.h31 glx::FBConfig fbConfig);
H A DPixmapSurfaceGLX.h27 glx::FBConfig fbConfig);
H A DPbufferSurfaceGLX.h28 glx::FBConfig fbConfig);
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dglx_api.c716 * The fbConfig parameter must be GL_FALSE for the former and GL_TRUE for
721 choose_visual( Display *dpy, int screen, const int *list, GLboolean fbConfig ) in choose_visual()
723 const GLboolean rgbModeDefault = fbConfig; in choose_visual()
754 if (fbConfig && in choose_visual()
770 if (fbConfig) { in choose_visual()
788 if (fbConfig) { in choose_visual()
799 if (fbConfig) { in choose_visual()
808 if (fbConfig) { in choose_visual()
926 if (!fbConfig) in choose_visual()
941 if (!fbConfig) in choose_visual()
[all...]
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H A DtcuLnxX11GlxPlatform.cpp123 GlxVisual (GlxDisplay& display, GLXFBConfig fbConfig);
302 GlxVisual::GlxVisual (GlxDisplay& display, GLXFBConfig fbConfig) in GlxVisual() argument
305 , m_fbConfig (fbConfig) in GlxVisual()
307 XVisualInfo* visualInfo = glXGetVisualFromFBConfig(getXDisplay(), fbConfig); in GlxVisual()

Completed in 10 milliseconds