Lines Matching refs:glx_context
76 struct glx_context;
82 extern void DRI_glXUseXFont(struct glx_context *ctx,
111 struct glx_context *(*createContext)(struct glx_screen *psc,
113 struct glx_context *shareList,
230 void (*destroy)(struct glx_context *ctx);
231 int (*bind)(struct glx_context *context, struct glx_context *old,
233 void (*unbind)(struct glx_context *context, struct glx_context *new_ctx);
234 void (*wait_gl)(struct glx_context *ctx);
235 void (*wait_x)(struct glx_context *ctx);
236 void (*use_x_font)(struct glx_context *ctx,
243 int (*interop_query_device_info)(struct glx_context *ctx,
245 int (*interop_export_object)(struct glx_context *ctx,
254 struct glx_context
334 void (*fillImage) (struct glx_context *, GLint, GLint, GLint, GLint, GLenum,
450 glx_context_init(struct glx_context *gc,
458 extern void __glFreeAttributeState(struct glx_context *);
493 struct glx_context *(*create_context)(struct glx_screen *psc,
495 struct glx_context *shareList,
498 struct glx_context *(*create_context_attribs)(struct glx_screen *psc,
500 struct glx_context *shareList,
643 extern GLubyte *__glXFlushRenderBuffer(struct glx_context *, GLubyte *);
645 extern void __glXSendLargeChunk(struct glx_context * gc, GLint requestNumber,
649 extern void __glXSendLargeCommand(struct glx_context *, const GLvoid *, GLint,
661 extern void __glXSetCurrentContext(struct glx_context * c);
676 extern struct glx_context *__glXGetCurrentContext(void);
705 extern void __glXSendLargeImage(struct glx_context * gc, GLint compsize, GLint dim,
729 extern void __glFillImage(struct glx_context *, GLint, GLint, GLint, GLint, GLenum,
744 extern void __glEmptyImage(struct glx_context *, GLint, GLint, GLint, GLint, GLenum,
751 extern void __glXInitVertexArrayState(struct glx_context *);
752 extern void __glXFreeVertexArrayState(struct glx_context *);
818 extern struct glx_context *
821 struct glx_context *shareList, int renderType);
836 extern struct glx_context dummyContext;
840 extern struct glx_context *
843 struct glx_context *shareList, int renderType);
844 extern struct glx_context *
847 struct glx_context *shareList,