/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11opengl.h | 43 GLXContext (*glXCreateContext) (Display*,XVisualInfo*,GLXContext,Bool); member
|
D | SDL_x11opengl.c | 194 _this->gl_data->glXCreateContext = in X11_GL_LoadLibrary() 212 !_this->gl_data->glXCreateContext || in X11_GL_LoadLibrary() 594 _this->gl_data->glXCreateContext(display, vinfo, share_context, True); in X11_GL_CreateContext()
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_getproc.c | 50 { "glXCreateContext", (__GLXextFuncPtr) glXCreateContext },
|
D | glx_api.c | 1149 glXCreateContext( Display *dpy, XVisualInfo *visinfo, in glXCreateContext() function
|
/third_party/skia/tools/sk_app/unix/ |
D | GLWindowContext_unix.cpp | 120 fGLContext = glXCreateContext(fDisplay, fVisualInfo, nullptr, GL_TRUE); in onInitializeContext()
|
/third_party/flutter/skia/tools/sk_app/unix/ |
D | GLWindowContext_unix.cpp | 121 fGLContext = glXCreateContext(fDisplay, fVisualInfo, nullptr, GL_TRUE); in onInitializeContext()
|
/third_party/mesa3d/include/GL/ |
D | glx.h | 185 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | FunctionsGLX.cpp | 169 GET_FNPTR_OR_ERROR(&mFnPtrs->createContextPtr, glXCreateContext); in initialize()
|
/third_party/mesa3d/docs/relnotes/ |
D | 17.2.6.rst | 56 - glx/dri3: Fix passing renderType into glXCreateContext
|
/third_party/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 173 glXCreateContext(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct) in glXCreateContext() function 1063 { "glXCreateContext", (__GLXextFuncPtr) glXCreateContext },
|
/third_party/openGLES/extensions/EXT/ |
D | GLX_EXT_import_context.txt | 127 glXImportContextEXT may be used in place of glXCreateContext to
|
D | GLX_EXT_no_config_context.txt | 222 glXCreateContext but without the config parameter?
|
D | EXT_packed_float.txt | 102 glXCreateNewContext and glXCreateContext functions
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | GLX_EXT_import_context.txt | 127 glXImportContextEXT may be used in place of glXCreateContext to
|
D | GLX_EXT_no_config_context.txt | 218 glXCreateContext but without the config parameter?
|
D | EXT_packed_float.txt | 102 glXCreateNewContext and glXCreateContext functions
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | FunctionsGLX.cpp | 185 GET_FNPTR_OR_ERROR(&mFnPtrs->createContextPtr, glXCreateContext); in initialize()
|
/third_party/mesa3d/docs/ |
D | xlibdriver.rst | 169 the client calls the glXCreateContext() or glXDestroyContext()
|
/third_party/mesa3d/src/glx/ |
D | glxcmds.c | 440 glXCreateContext(Display * dpy, XVisualInfo * vis, in glXCreateContext() function 2538 GLX_FUNCTION(glXCreateContext),
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/ |
D | gstglcontext_glx.c | 681 glXCreateContext (device, window_x11->visual_info, in gst_gl_context_glx_create_context()
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/GL/ |
D | glxew.h | 149 extern GLXContext glXCreateContext (Display *dpy, XVisualInfo *vis, GLXContext shareList, Bool dire…
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | GLX_SGIX_fbconfig.txt | 488 This call is identical to glXCreateContext except that the resulting
|
/third_party/openGLES/extensions/SGIX/ |
D | GLX_SGIX_fbconfig.txt | 488 This call is identical to glXCreateContext except that the resulting
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_color_buffer_float.txt | 482 glXCreateNewContext and glXCreateContext functions
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_color_buffer_float.txt | 492 glXCreateNewContext and glXCreateContext functions
|