Lines Matching defs:glx_context

83 struct glx_context;
89 extern void DRI_glXUseXFont(struct glx_context *ctx,
236 void (*destroy)(struct glx_context *ctx);
237 int (*bind)(struct glx_context *context, struct glx_context *old,
239 void (*unbind)(struct glx_context *context, struct glx_context *new_ctx);
240 void (*wait_gl)(struct glx_context *ctx);
241 void (*wait_x)(struct glx_context *ctx);
242 int (*interop_query_device_info)(struct glx_context *ctx,
244 int (*interop_export_object)(struct glx_context *ctx,
253 struct glx_context
437 glx_context_init(struct glx_context *gc,
478 struct glx_context *(*create_context)(struct glx_screen *psc,
480 struct glx_context *shareList,
483 struct glx_context *(*create_context_attribs)(struct glx_screen *psc,
485 struct glx_context *shareList,
633 extern GLubyte *__glXFlushRenderBuffer(struct glx_context *, GLubyte *);
635 extern void __glXSendLargeChunk(struct glx_context * gc, GLint requestNumber,
639 extern void __glXSendLargeCommand(struct glx_context *, const GLvoid *, GLint,
651 extern void __glXSetCurrentContext(struct glx_context * c);
682 extern void __glXSendLargeImage(struct glx_context * gc, GLint compsize, GLint dim,
706 extern void __glFillImage(struct glx_context *, GLint, GLint, GLint, GLint, GLenum,
721 extern void __glEmptyImage(struct glx_context *, GLint, GLint, GLint, GLint, GLenum,
728 extern void __glXInitVertexArrayState(struct glx_context *);
729 extern void __glXFreeVertexArrayState(struct glx_context *);
767 extern struct glx_context *
770 struct glx_context *shareList, int renderType);
788 extern struct glx_context dummyContext;
792 extern struct glx_context *
795 struct glx_context *shareList, int renderType);
796 extern struct glx_context *
799 struct glx_context *shareList,