Searched refs:PFNGLXCREATECONTEXTATTRIBSARBPROC (Results 1 - 10 of 10) sorted by relevance
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
H A D | tcuLnxX11GlxPlatform.cpp | 96 const PFNGLXCREATECONTEXTATTRIBSARBPROC 220 reinterpret_cast<PFNGLXCREATECONTEXTATTRIBSARBPROC>( in GlxContextFactory()
|
/third_party/skia/tools/gpu/gl/glx/ |
H A D | CreatePlatformGLTestContext_glx.cpp | 307 auto glXCreateContextAttribsARB = (PFNGLXCREATECONTEXTATTRIBSARBPROC) in CreateBestContext()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
H A D | FunctionsGLX.cpp | 101 PFNGLXCREATECONTEXTATTRIBSARBPROC createContextAttribsARBPtr;
|
/third_party/glfw/src/ |
H A D | x11_platform.h | 412 typedef GLXContext (*PFNGLXCREATECONTEXTATTRIBSARBPROC)(Display*,GLXFBConfig,GLXContext,Bool,const int*); typedef 506 PFNGLXCREATECONTEXTATTRIBSARBPROC CreateContextAttribsARB;
|
H A D | glx_context.c | 404 _glfw.glx.CreateContextAttribsARB = (PFNGLXCREATECONTEXTATTRIBSARBPROC) in _glfwInitGLX()
|
/third_party/mesa3d/src/glx/ |
H A D | g_glxglvnddispatchfuncs.c | 160 PFNGLXCREATECONTEXTATTRIBSARBPROC pCreateContextAttribsARB; in dispatch_CreateContextAttribsARB()
|
/third_party/mesa3d/include/GL/ |
H A D | glxext.h | 173 typedef GLXContext ( *PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list); typedef
|
/third_party/openGLES/api/GL/ |
H A D | glxext.h | 154 typedef GLXContext ( *PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list); typedef
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glxext.h | 173 typedef GLXContext ( *PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list); typedef
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glxext.h | 173 typedef GLXContext ( *PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list); typedef
|
Completed in 18 milliseconds