Home
last modified time | relevance | path

Searched refs:glXCreateContext (Results 1 – 25 of 27) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11opengl.h43 GLXContext (*glXCreateContext) (Display*,XVisualInfo*,GLXContext,Bool); member
DSDL_x11opengl.c194 _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/
Dglx_getproc.c50 { "glXCreateContext", (__GLXextFuncPtr) glXCreateContext },
Dglx_api.c1149 glXCreateContext( Display *dpy, XVisualInfo *visinfo, in glXCreateContext() function
/third_party/skia/tools/sk_app/unix/
DGLWindowContext_unix.cpp120 fGLContext = glXCreateContext(fDisplay, fVisualInfo, nullptr, GL_TRUE); in onInitializeContext()
/third_party/flutter/skia/tools/sk_app/unix/
DGLWindowContext_unix.cpp121 fGLContext = glXCreateContext(fDisplay, fVisualInfo, nullptr, GL_TRUE); in onInitializeContext()
/third_party/mesa3d/include/GL/
Dglx.h185 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp169 GET_FNPTR_OR_ERROR(&mFnPtrs->createContextPtr, glXCreateContext); in initialize()
/third_party/mesa3d/docs/relnotes/
D17.2.6.rst56 - glx/dri3: Fix passing renderType into glXCreateContext
/third_party/mesa3d/src/mesa/drivers/x11/
Dglxapi.c173 glXCreateContext(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct) in glXCreateContext() function
1063 { "glXCreateContext", (__GLXextFuncPtr) glXCreateContext },
/third_party/openGLES/extensions/EXT/
DGLX_EXT_import_context.txt127 glXImportContextEXT may be used in place of glXCreateContext to
DGLX_EXT_no_config_context.txt222 glXCreateContext but without the config parameter?
DEXT_packed_float.txt102 glXCreateNewContext and glXCreateContext functions
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DGLX_EXT_import_context.txt127 glXImportContextEXT may be used in place of glXCreateContext to
DGLX_EXT_no_config_context.txt218 glXCreateContext but without the config parameter?
DEXT_packed_float.txt102 glXCreateNewContext and glXCreateContext functions
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp185 GET_FNPTR_OR_ERROR(&mFnPtrs->createContextPtr, glXCreateContext); in initialize()
/third_party/mesa3d/docs/
Dxlibdriver.rst169 the client calls the glXCreateContext() or glXDestroyContext()
/third_party/mesa3d/src/glx/
Dglxcmds.c440 glXCreateContext(Display * dpy, XVisualInfo * vis, in glXCreateContext() function
2538 GLX_FUNCTION(glXCreateContext),
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglcontext_glx.c681 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/
Dglxew.h149 extern GLXContext glXCreateContext (Display *dpy, XVisualInfo *vis, GLXContext shareList, Bool dire…
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DGLX_SGIX_fbconfig.txt488 This call is identical to glXCreateContext except that the resulting
/third_party/openGLES/extensions/SGIX/
DGLX_SGIX_fbconfig.txt488 This call is identical to glXCreateContext except that the resulting
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_color_buffer_float.txt482 glXCreateNewContext and glXCreateContext functions
/third_party/openGLES/extensions/ARB/
DARB_color_buffer_float.txt492 glXCreateNewContext and glXCreateContext functions

12