/third_party/mesa3d/include/GL/ |
H A D | glxext.h | 121 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct); 122 typedef Bool ( *PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx); 124 typedef int ( *PFNGLXQUERYCONTEXTPROC) (Display *dpy, GLXContext ctx, int attribute, int *value); 139 GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct); 140 Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx); 142 int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value); 173 typedef GLXContext ( *PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_contex [all...] |
H A D | glx.h | 160 typedef struct __GLXcontextRec *GLXContext; typedef 185 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis, 186 GLXContext shareList, Bool direct ); 188 extern void glXDestroyContext( Display *dpy, GLXContext ctx ); 191 GLXContext ctx); 193 extern void glXCopyContext( Display *dpy, GLXContext src, GLXContext dst, 207 extern Bool glXIsDirect( Display *dpy, GLXContext ctx ); 212 extern GLXContext glXGetCurrentContext( void ); 267 extern GLXContext glXCreateNewContex [all...] |
/third_party/openGLES/api/GL/ |
H A D | glxext.h | 102 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct); 103 typedef Bool ( *PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx); 105 typedef int ( *PFNGLXQUERYCONTEXTPROC) (Display *dpy, GLXContext ctx, int attribute, int *value); 120 GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct); 121 Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx); 123 int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value); 154 typedef GLXContext ( *PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_contex [all...] |
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glxext.h | 121 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct); 122 typedef Bool ( *PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx); 124 typedef int ( *PFNGLXQUERYCONTEXTPROC) (Display *dpy, GLXContext ctx, int attribute, int *value); 139 GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct); 140 Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx); 142 int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value); 173 typedef GLXContext ( *PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_contex [all...] |
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glxext.h | 121 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct); 122 typedef Bool ( *PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx); 124 typedef int ( *PFNGLXQUERYCONTEXTPROC) (Display *dpy, GLXContext ctx, int attribute, int *value); 139 GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct); 140 Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx); 142 int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value); 173 typedef GLXContext ( *PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_contex [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
H A D | functionsglx_typedefs.h | 22 typedef GLXContext (*PFNGLXCREATECONTEXTPROC)(Display *dpy, 24 GLXContext shareList, 26 typedef void (*PFNGLXDESTROYCONTEXTPROC)(Display *dpy, GLXContext ctx); 27 typedef Bool (*PFNGLXMAKECURRENTPROC)(Display *dpy, GLXDrawable drawable, GLXContext ctx); 29 GLXContext src, 30 GLXContext dst, 37 typedef Bool (*PFNGLXISDIRECTPROC)(Display *dpy, GLXContext ctx); 39 typedef GLXContext (*PFNGLXGETCURRENTCONTEXTPROC)(); 41 typedef GLXContext (*PFNGLXGETCURRENTCONTEXTPROC)();
|
H A D | FunctionsGLX.cpp | 301 GLXContext shareCtx = reinterpret_cast<GLXContext>(share); in createContext() 302 GLXContext context = mFnPtrs->createContextPtr(mXDisplay, visual, shareCtx, direct); in createContext() 307 GLXContext ctx = reinterpret_cast<GLXContext>(context); in destroyContext() 312 GLXContext ctx = reinterpret_cast<GLXContext>(context); in makeCurrent() 329 GLXContext context = mFnPtrs->getCurrentContextPtr(); in getCurrentContext() 421 GLXContext shareCtx = reinterpret_cast<GLXContext>(shareContex in createContextAttribsARB() [all...] |
/third_party/mesa3d/src/glx/tests/ |
H A D | create_context_unittest.cpp | 141 GLXContext ctx; 191 GLXContext ctx = in TEST_F() 204 GLXContext ctx = in TEST_F() 242 GLXContext share = in TEST_F() 246 ASSERT_NE((GLXContext) 0, share); in TEST_F() 366 * \name Verify details of the returned GLXContext 374 /* Since the server did not return an error, the GLXContext should not be in TEST_F() 377 EXPECT_NE((GLXContext)0, ctx); in TEST_F() 381 EXPECT_NE((GLXContext)99, ctx); in TEST_F() 389 /* Since the server did not return an error, the GLXContext shoul in TEST_F() [all...] |
/third_party/mesa3d/src/glx/ |
H A D | glxcurrent.c | 95 _GLX_PUBLIC GLXContext 104 return (GLXContext) cx; in glXGetCurrentContext() 122 GLXDrawable read, GLXContext gc_user, in MakeContextCurrent() 194 glXMakeCurrent(Display * dpy, GLXDrawable draw, GLXContext gc) in glXMakeCurrent() 201 GLXContext ctx) in glXMakeContextCurrent() 208 GLXContext ctx) in glXMakeCurrentReadSGI()
|
H A D | create_context.c | 44 _X_HIDDEN GLXContext 46 GLXContext share_context, Bool direct, in glXCreateContextAttribsARB() 167 return (GLXContext) gc; in glXCreateContextAttribsARB()
|
H A D | glxcmds.c | 65 * Get the __DRIdrawable for the drawable associated with a GLXContext 318 static GLXContext 320 GLXContext shareList_user, Bool allowDirect, in CreateContext() 438 return (GLXContext) gc; in CreateContext() 441 _GLX_PUBLIC GLXContext 443 GLXContext shareList, Bool allowDirect) in glXCreateContext() 498 glXDestroyContext(Display * dpy, GLXContext ctx) in glXDestroyContext() 625 glXCopyContext(Display * dpy, GLXContext source_user, in glXCopyContext() 626 GLXContext dest_user, unsigned long mask) in glXCopyContext() 684 glXIsDirect(Display * dpy, GLXContext gc_use [all...] |
H A D | glxglvnddispatchfuncs.h | 42 static inline int AddContextMapping(Display *dpy, GLXContext ctx, in AddContextMapping() 54 static inline __GLXvendorInfo *GetDispatchFromContext(GLXContext ctx) in GetDispatchFromContext()
|
H A D | g_glxglvnddispatchfuncs.c | 154 static GLXContext dispatch_CreateContextAttribsARB(Display *dpy, in dispatch_CreateContextAttribsARB() 156 GLXContext share_list, in dispatch_CreateContextAttribsARB() 162 GLXContext ret; in dispatch_CreateContextAttribsARB() 197 static GLXContext dispatch_CreateContextWithConfigSGIX(Display *dpy, in dispatch_CreateContextWithConfigSGIX() 200 GLXContext share_list, in dispatch_CreateContextWithConfigSGIX() 205 GLXContext ret; in dispatch_CreateContextWithConfigSGIX() 309 static GLXContextID dispatch_GetContextIDEXT(const GLXContext ctx) in dispatch_GetContextIDEXT() 466 static int dispatch_QueryContextInfoEXT(Display *dpy, GLXContext ctx, in dispatch_QueryContextInfoEXT()
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | glx_api.c | 92 * The GLXContext typedef is defined as a pointer to this structure. 106 thread_local GLXContext ContextTSD; 110 SetCurrentContext(GLXContext c) in SetCurrentContext() 116 static GLXContext 1113 static GLXContext 1119 GLXContext glxCtx; in create_context() 1148 PUBLIC GLXContext 1150 GLXContext shareCtx, Bool direct ) in glXCreateContext() 1174 GLXDrawable read, GLXContext ctx ) in glXMakeContextCurrent() 1176 GLXContext glxCt in glXMakeContextCurrent() [all...] |
/third_party/skia/tools/gpu/gl/glx/ |
H A D | CreatePlatformGLTestContext_glx.cpp | 61 static GLXContext CreateBestContext(bool isES, Display* display, GLXFBConfig bestFbc, 62 GLXContext glxSharedContext); 69 GLXContext fContext; 117 GLXContext glxShareContext = shareContext ? shareContext->fContext : nullptr; in GLXGLTestContext() 305 GLXContext GLXGLTestContext::CreateBestContext(bool isES, Display* display, GLXFBConfig bestFbc, in CreateBestContext() 306 GLXContext glxShareContext) { in CreateBestContext() 313 GLXContext context = nullptr; in CreateBestContext()
|
/third_party/skia/tools/sk_app/unix/ |
H A D | GLWindowContext_unix.cpp | 46 GLXContext fGLContext; 63 using CreateContextAttribsFn = GLXContext(Display*, GLXFBConfig, GLXContext, Bool, const int*);
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
H A D | tcuLnxX11GlxPlatform.cpp | 126 GLXContext createContext (const GlxContextFactory& factory, 193 const GLXContext& getGLXContext (void) const; 199 GLXContext m_GLXContext; 323 GLXContext GlxVisual::createContext (const GlxContextFactory& factory, in createContext() 414 const GLXContext& sharedGLXContext = sharedGlxRenderContext ? sharedGlxRenderContext->getGLXContext() : DE_NULL; in createContext() 801 const GLXContext& GlxRenderContext::getGLXContext (void) const in getGLXContext()
|
/third_party/mesa3d/src/glx/apple/ |
H A D | glx_empty.c | 204 _X_EXPORT GLXContext 206 GLXContext b, Bool c)
|
/third_party/glfw/src/ |
H A D | x11_platform.h | 97 typedef struct __GLXcontext* GLXContext; typedef 398 typedef void (*PFNGLXDESTROYCONTEXTPROC)(Display*,GLXContext); 399 typedef Bool (*PFNGLXMAKECURRENTPROC)(Display*,GLXDrawable,GLXContext); 403 typedef GLXContext (*PFNGLXCREATENEWCONTEXTPROC)(Display*,GLXFBConfig,int,GLXContext,Bool); 412 typedef GLXContext (*PFNGLXCREATECONTEXTATTRIBSARBPROC)(Display*,GLXFBConfig,GLXContext,Bool,const int*); 471 GLXContext handle;
|
H A D | glx_context.c | 148 static GLXContext createLegacyContextGLX(_GLFWwindow* window, in createLegacyContextGLX() 150 GLXContext share) in createLegacyContextGLX() 458 GLXContext share = NULL; in _glfwCreateContextGLX() 678 GLFWAPI GLXContext glfwGetGLXContext(GLFWwindow* handle) in glfwGetGLXContext()
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
H A D | glfw3native.h | 290 /*! @brief Returns the `GLXContext` of the specified window. 292 * @return The `GLXContext` of the specified window, or `NULL` if an 302 GLFWAPI GLXContext glfwGetGLXContext(GLFWwindow* window);
|
/third_party/glfw/include/GLFW/ |
H A D | glfw3native.h | 448 /*! @brief Returns the `GLXContext` of the specified window. 450 * @return The `GLXContext` of the specified window, or `NULL` if an 463 GLFWAPI GLXContext glfwGetGLXContext(GLFWwindow* window);
|