Searched refs:GLXContext (Results 1 - 25 of 77) sorted by relevance

1234

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dwin32_glx.h13 typedef HGLRC GLXContext; typedef in typeref:typename:HGLRC
43 extern GLXContext glXCreateContext(
46 GLXContext share,
H A Dglut_glxext.c180 GLXContext
182 int render_type, GLXContext share_list,
186 typedef GLXContext (*glXCreateContextWithConfigSGIX_t)(Display *,
187 GLXFBConfigSGIX, int, GLXContext, Bool);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dglxapi.h64 void (*CopyContext)(Display *dpy, GLXContext src, GLXContext dst, unsigned long mask);
65 GLXContext (*CreateContext)(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct);
67 void (*DestroyContext)(Display *dpy, GLXContext ctx);
70 GLXContext (*GetCurrentContext)(void);
72 Bool (*IsDirect)(Display *dpy, GLXContext ctx);
73 Bool (*MakeCurrent)(Display *dpy, GLXDrawable drawable, GLXContext ctx);
91 GLXContext (*CreateNewContext)(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareLis
[all...]
H A Dglxapi.c166 glXCopyContext(Display *dpy, GLXContext src, GLXContext dst, unsigned long mask)
176 GLXContext PUBLIC
177 glXCreateContext(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct)
199 glXDestroyContext(Display *dpy, GLXContext ctx)
234 GLXContext PUBLIC
237 return (GLXContext) XMesaGetCurrentContext();
250 glXIsDirect(Display *dpy, GLXContext ctx)
261 glXMakeCurrent(Display *dpy, GLXDrawable drawable, GLXContext ctx)
405 GLXContext PUBLI
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dglxapi.h64 void (*CopyContext)(Display *dpy, GLXContext src, GLXContext dst, unsigned long mask);
65 GLXContext (*CreateContext)(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct);
67 void (*DestroyContext)(Display *dpy, GLXContext ctx);
70 GLXContext (*GetCurrentContext)(void);
72 Bool (*IsDirect)(Display *dpy, GLXContext ctx);
73 Bool (*MakeCurrent)(Display *dpy, GLXDrawable drawable, GLXContext ctx);
91 GLXContext (*CreateNewContext)(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareLis
[all...]
H A Dglxapi.c162 glXCopyContext(Display *dpy, GLXContext src, GLXContext dst, unsigned long mask)
172 GLXContext PUBLIC
173 glXCreateContext(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct)
195 glXDestroyContext(Display *dpy, GLXContext ctx)
230 GLXContext PUBLIC
233 return (GLXContext) XMesaGetCurrentContext();
246 glXIsDirect(Display *dpy, GLXContext ctx)
257 glXMakeCurrent(Display *dpy, GLXDrawable drawable, GLXContext ctx)
401 GLXContext PUBLI
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dcreate_context_unittest.cpp167 GLXContext ctx =
177 GLXContext ctx =
189 GLXContext ctx =
228 GLXContext share =
232 ASSERT_NE((GLXContext) 0, share);
350 * \name Verify details of the returned GLXContext
355 GLXContext ctx =
359 /* Since the server did not return an error, the GLXContext should not be
362 EXPECT_NE((GLXContext)0, ctx);
366 EXPECT_NE((GLXContext)9
[all...]
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dcreate_context_unittest.cpp141 GLXContext ctx;
191 GLXContext ctx =
204 GLXContext ctx =
242 GLXContext share =
246 ASSERT_NE((GLXContext) 0, share);
366 * \name Verify details of the returned GLXContext
374 /* Since the server did not return an error, the GLXContext should not be
377 EXPECT_NE((GLXContext)0, ctx);
381 EXPECT_NE((GLXContext)99, ctx);
389 /* Since the server did not return an error, the GLXContext shoul
[all...]
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dglxext.h121 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 Dglx.h165 typedef struct __GLXcontextRec *GLXContext; typedef in typeref:struct:__GLXcontextRec *
190 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
191 GLXContext shareList, Bool direct );
193 extern void glXDestroyContext( Display *dpy, GLXContext ctx );
196 GLXContext ctx);
198 extern void glXCopyContext( Display *dpy, GLXContext src, GLXContext dst,
212 extern Bool glXIsDirect( Display *dpy, GLXContext ctx );
217 extern GLXContext glXGetCurrentContext( void );
272 extern GLXContext glXCreateNewContex
[all...]
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dglxext.h121 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 Dglx.h160 typedef struct __GLXcontextRec *GLXContext; typedef in typeref:struct:__GLXcontextRec *
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...]
/xsrc/external/mit/libepoxy/src/
H A Dglx_generated.h31 typedef struct __GLXcontextRec *GLXContext; typedef in typeref:struct:__GLXcontextRec *
486 typedef void (GLAPIENTRY *PFNGLXBLITCONTEXTFRAMEBUFFERAMDPROC)(GLXContext dstCtx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
492 typedef void (GLAPIENTRY *PFNGLXCOPYBUFFERSUBDATANVPROC)(Display * dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
493 typedef void (GLAPIENTRY *PFNGLXCOPYCONTEXTPROC)(Display * dpy, GLXContext src, GLXContext dst, unsigned long mask);
494 typedef void (GLAPIENTRY *PFNGLXCOPYIMAGESUBDATANVPROC)(Display * dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
496 typedef GLXContext (GLAPIENTRY *PFNGLXCREATEASSOCIATEDCONTEXTAMDPROC)(unsigned int id, GLXContext share_lis
[all...]
H A Dglx_generated_dispatch.c4227 GEN_THUNKS(glXBlitContextFramebufferAMD, (GLXContext dstCtx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter), (dstCtx, srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter))
4233 GEN_THUNKS(glXCopyBufferSubDataNV, (Display * dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size), (dpy, readCtx, writeCtx, readTarget, writeTarget, readOffset, writeOffset, size))
4234 GEN_THUNKS(glXCopyContext, (Display * dpy, GLXContext src, GLXContext dst, unsigned long mask), (dpy, src, dst, mask))
4235 GEN_THUNKS(glXCopyImageSubDataNV, (Display * dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth), (dpy, srcCtx, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstCtx, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, width, height, depth))
4237 GEN_THUNKS_RET(GLXContext, glXCreateAssociatedContextAMD, (unsigned int id, GLXContext share_list), (id, share_list))
4238 GEN_THUNKS_RET(GLXContext, glXCreateAssociatedContextAttribsAM
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglxcurrent.c152 _GLX_PUBLIC GLXContext
161 return (GLXContext) cx;
179 GLXDrawable read, GLXContext gc_user)
269 glXMakeCurrent(Display * dpy, GLXDrawable draw, GLXContext gc)
276 (Display * dpy, GLXDrawable d, GLXDrawable r, GLXContext ctx),
282 GLXContext ctx), (dpy, d, r, ctx), MakeContextCurrent)
H A Dcreate_context.c36 _X_HIDDEN GLXContext
38 GLXContext share_context, Bool direct,
123 return (GLXContext) gc;
H A Dglxglvnddispatchfuncs.h42 static inline int AddContextMapping(Display *dpy, GLXContext ctx,
54 static inline __GLXvendorInfo *GetDispatchFromContext(GLXContext ctx)
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglxcurrent.c152 _GLX_PUBLIC GLXContext
161 return (GLXContext) cx;
179 GLXDrawable read, GLXContext gc_user,
256 glXMakeCurrent(Display * dpy, GLXDrawable draw, GLXContext gc)
263 GLXContext ctx)
270 GLXContext ctx)
H A Dglxglvnddispatchfuncs.h42 static inline int AddContextMapping(Display *dpy, GLXContext ctx,
54 static inline __GLXvendorInfo *GetDispatchFromContext(GLXContext ctx)
H A Dcreate_context.c44 _X_HIDDEN GLXContext
46 GLXContext share_context, Bool direct,
158 return (GLXContext) gc;
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dpbutil.h52 extern GLXContext
57 DestroyContext(Display *dpy, GLXContext ctx);
H A Dmultictx.c251 draw_frame(Display *dpy, Window win, GLXContext ctx1, GLXContext ctx2)
281 GLXContext ctx1, GLXContext ctx2, int width, int height)
314 init(Display *dpy, Window win, GLXContext ctx1, GLXContext ctx2)
391 GLXContext *ctxRet1,
392 GLXContext *ctxRet2)
459 handle_event(Display *dpy, Window win, GLXContext ctx1, GLXContext ctx
[all...]
/xsrc/external/mit/libepoxy/dist/src/
H A Ddispatch_glx.c39 GLXContext ctx = glXGetCurrentContext();
111 GLXContext ctx = glXGetCurrentContext();
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c91 * The GLXContext typedef is defined as a pointer to this structure.
110 SetCurrentContext(GLXContext c)
116 static GLXContext
1117 static GLXContext
1123 GLXContext glxCtx;
1152 PUBLIC GLXContext
1154 GLXContext shareCtx, Bool direct )
1176 static GLXContext MakeCurrent_PrevContext = 0;
1186 GLXDrawable read, GLXContext ctx )
1188 GLXContext glxCt
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dglx_api.c91 * The GLXContext typedef is defined as a pointer to this structure.
110 SetCurrentContext(GLXContext c)
116 static GLXContext
1113 static GLXContext
1119 GLXContext glxCtx;
1148 PUBLIC GLXContext
1150 GLXContext shareCtx, Bool direct )
1174 GLXDrawable read, GLXContext ctx )
1176 GLXContext glxCtx = ctx;
1177 GLXContext curren
[all...]

Completed in 28 milliseconds

1234