Home
last modified time | relevance | path

Searched defs:fbConfig (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/glx/
H A DDisplayGLX.cpp386 glx::FBConfig fbConfig = configIdToGLXConfig[state.config->configID]; in createWindowSurface() local
395 glx::FBConfig fbConfig = configIdToGLXConfig[state.config->configID]; in createPbufferSurface() local
418 glx::FBConfig fbConfig = configIdToGLXConfig[state.config->configID]; in createPixmapSurface() local
H A DPbufferSurfaceGLX.cpp23 glx::FBConfig fbConfig) in PbufferSurfaceGLX()
H A DPixmapSurfaceGLX.cpp75 glx::FBConfig fbConfig) in PixmapSurfaceGLX()
H A DWindowSurfaceGLX.cpp29 glx::FBConfig fbConfig) in WindowSurfaceGLX()
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_glx.cpp116 GLXFBConfig fbConfig() const { return mFbConfig; } in fbConfig() function in __anon6d21b3c70111::GlxPixelFormat
129 GlxSurface(GLXDrawable drawable, GLXFBConfig fbConfig, SurfaceType type) : in GlxSurface()
/aosp_15_r20/external/skia/example/external_client/src/
H A Dganesh_gl.cpp57 …GLXFBConfig* fbConfig = glXChooseFBConfig(display, DefaultScreen(display), kChooseFBConfigAtt, &n); in initialize_gl_linux() local
/aosp_15_r20/external/deqp/framework/platform/lnx/X11/
H A DtcuLnxX11GlxPlatform.cpp317 GlxVisual::GlxVisual(GlxDisplay &display, GLXFBConfig fbConfig) in GlxVisual()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/glx/xlib/
H A Dglx_api.c722 choose_visual( Display *dpy, int screen, const int *list, GLboolean fbConfig ) in choose_visual()