Searched defs:fbConfig (Results 1 – 8 of 8) sorted by relevance
386 glx::FBConfig fbConfig = configIdToGLXConfig[state.config->configID]; in createWindowSurface() local395 glx::FBConfig fbConfig = configIdToGLXConfig[state.config->configID]; in createPbufferSurface() local418 glx::FBConfig fbConfig = configIdToGLXConfig[state.config->configID]; in createPixmapSurface() local
23 glx::FBConfig fbConfig) in PbufferSurfaceGLX()
75 glx::FBConfig fbConfig) in PixmapSurfaceGLX()
29 glx::FBConfig fbConfig) in WindowSurfaceGLX()
116 GLXFBConfig fbConfig() const { return mFbConfig; } in fbConfig() function in __anon6d21b3c70111::GlxPixelFormat129 GlxSurface(GLXDrawable drawable, GLXFBConfig fbConfig, SurfaceType type) : in GlxSurface()
57 …GLXFBConfig* fbConfig = glXChooseFBConfig(display, DefaultScreen(display), kChooseFBConfigAtt, &n); in initialize_gl_linux() local
317 GlxVisual::GlxVisual(GlxDisplay &display, GLXFBConfig fbConfig) in GlxVisual()
722 choose_visual( Display *dpy, int screen, const int *list, GLboolean fbConfig ) in choose_visual()