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 struct
334 void (*fillImage) (struct glx_context *, GLint, GLint, GLint, GLint, GLenum, argument
444 glx_context_init(struct glx_context *gc, argument
452 extern void __glFreeAttributeState(struct glx_context *);
487 struct glx_context *(*create_context)(struct glx_screen *psc,
489 struct glx_context *shareList,
492 struct glx_context *(*create_context_attribs)(struct glx_screen *psc,
494 struct glx_context *shareList,
637 extern GLubyte *__glXFlushRenderBuffer(struct glx_context *, GLubyte *);
639 extern void __glXSendLargeChunk(struct glx_context * gc, GLint requestNumber,
643 extern void __glXSendLargeCommand(struct glx_context *, const GLvoid *, GLint,
657 extern void __glXSetCurrentContext(struct glx_context * c);
668 extern struct glx_context *__glXGetCurrentContext(void);
697 extern void __glXSendLargeImage(struct glx_context * gc, GLint compsize, GLint dim,
721 extern void __glFillImage(struct glx_context *, GLint, GLint, GLint, GLint, GLenum,
736 extern void __glEmptyImage(struct glx_context *, GLint, GLint, GLint, GLint, GLenum,
743 extern void __glXInitVertexArrayState(struct glx_context *);
744 extern void __glXFreeVertexArrayState(struct glx_context *);
810 extern struct glx_context *
813 struct glx_context *shareList, int renderType);
828 extern struct glx_context dummyContext;
832 extern struct glx_context *
835 struct glx_context *shareList, int renderType);
836 extern struct glx_context *
839 struct glx_context *shareList,