Searched refs:glx_context (Results 1 - 25 of 86) sorted by relevance

1234

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dfake_glx_screen.cpp53 extern "C" struct glx_context *
55 struct glx_context *shareList, int renderType)
63 extern "C" struct glx_context *
66 struct glx_context *shareList,
80 extern "C" struct glx_context *
83 struct glx_context *shareList,
95 struct glx_context dummyContext = {
106 extern "C" struct glx_context *
109 return (struct glx_context *) __glX_tls_Context;
H A Dcreate_context_unittest.cpp42 glx_context_init(struct glx_context *gc,
237 struct glx_context *glx_ctx = (struct glx_context *) share;
380 struct glx_context *glx_ctx = (struct glx_context *) ctx;
398 struct glx_context *share = (struct glx_context *) first;
399 struct glx_context *ctx = (struct glx_context *) second;
411 struct glx_context *g
[all...]
H A Dfake_glx_screen.h67 class fake_glx_context : public glx_context {
95 static void destroy(struct glx_context *gc)
109 static glx_context *create(struct glx_screen *psc, struct glx_config *mode,
110 struct glx_context *shareList, int renderType)
118 static glx_context *create_attribs(struct glx_screen *psc,
120 struct glx_context *shareList,
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dfake_glx_screen.cpp51 extern "C" struct glx_context *
53 struct glx_context *shareList, int renderType)
61 extern "C" struct glx_context *
64 struct glx_context *shareList,
78 extern "C" struct glx_context *
81 struct glx_context *shareList,
93 struct glx_context dummyContext = {
104 extern "C" struct glx_context *
107 return (struct glx_context *) __glX_tls_Context;
H A Dcreate_context_unittest.cpp42 glx_context_init(struct glx_context *gc,
251 struct glx_context *glx_ctx = (struct glx_context *) share;
394 struct glx_context *glx_ctx = (struct glx_context *) ctx;
412 struct glx_context *share = (struct glx_context *) first;
413 struct glx_context *ctx = (struct glx_context *) second;
427 struct glx_context *g
[all...]
H A Dfake_glx_screen.h67 class fake_glx_context : public glx_context {
95 static void destroy(struct glx_context *gc)
109 static glx_context *create(struct glx_screen *psc, struct glx_config *mode,
110 struct glx_context *shareList, int renderType)
118 static glx_context *create_attribs(struct glx_screen *psc,
120 struct glx_context *shareList,
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Ddri_common.h61 driFetchDrawable(struct glx_context *gc, GLXDrawable glxDrawable);
64 driReleaseDrawables(struct glx_context *gc);
84 dri2_check_no_error(uint32_t flags, struct glx_context *share_context,
88 extern struct glx_context *
91 struct glx_context *shareList,
H A Dapplegl_glx.c46 applegl_destroy_context(struct glx_context *gc)
52 applegl_bind_context(struct glx_context *gc, struct glx_context *old,
70 applegl_unbind_context(struct glx_context *gc, struct glx_context *new)
93 applegl_wait_gl(struct glx_context *gc)
99 applegl_wait_x(struct glx_context *gc)
119 struct glx_context *
122 struct glx_context *shareList, int renderType)
124 struct glx_context *g
[all...]
H A Dglxclient.h82 struct glx_context;
88 extern void DRI_glXUseXFont(struct glx_context *ctx,
232 void (*destroy)(struct glx_context *ctx);
233 int (*bind)(struct glx_context *context, struct glx_context *old,
235 void (*unbind)(struct glx_context *context, struct glx_context *new_ctx);
236 void (*wait_gl)(struct glx_context *ctx);
237 void (*wait_x)(struct glx_context *ctx);
238 int (*interop_query_device_info)(struct glx_context *ct
249 struct glx_context struct
[all...]
H A Ddri2_priv.h65 struct glx_context base;
78 dri2_interop_query_device_info(struct glx_context *ctx,
82 dri2_interop_export_object(struct glx_context *ctx,
H A Ddri_common_interop.c36 dri2_interop_query_device_info(struct glx_context *ctx,
49 dri2_interop_export_object(struct glx_context *ctx,
65 dri3_interop_query_device_info(struct glx_context *ctx,
78 dri3_interop_export_object(struct glx_context *ctx,
H A Dglxcurrent.c55 struct glx_context dummyContext = {
87 __glXSetCurrentContext(struct glx_context * c)
122 __glXSetCurrentContext(struct glx_context * c)
128 _X_HIDDEN struct glx_context *
136 return (v == NULL) ? &dummyContext : (struct glx_context *) v;
155 struct glx_context *cx = __glXGetCurrentContext();
168 struct glx_context *gc = __glXGetCurrentContext();
182 struct glx_context *gc = (struct glx_context *) gc_user;
183 struct glx_context *oldG
[all...]
H A Ddri3_priv.h123 struct glx_context base;
146 dri3_interop_query_device_info(struct glx_context *ctx,
150 dri3_interop_export_object(struct glx_context *ctx,
H A Dindirect_glx.c50 __glFreeAttributeState(struct glx_context * gc)
67 indirect_destroy_context(struct glx_context *gc)
151 indirect_bind_context(struct glx_context *gc, struct glx_context *old,
194 indirect_unbind_context(struct glx_context *gc, struct glx_context *new)
213 indirect_wait_gl(struct glx_context *gc)
232 indirect_wait_x(struct glx_context *gc)
257 _X_HIDDEN struct glx_context *
260 struct glx_context *shareLis
[all...]
H A Dclientattrib.c42 struct glx_context *gc = __glXGetCurrentContext();
72 struct glx_context *gc = __glXGetCurrentContext();
104 struct glx_context *gc = __glXGetCurrentContext();
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglxclient.h76 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 *ct
254 struct glx_context struct
[all...]
H A Ddri2_priv.h64 struct glx_context base;
77 dri2_interop_query_device_info(struct glx_context *ctx,
81 dri2_interop_export_object(struct glx_context *ctx,
H A Ddri_common.h59 driFetchDrawable(struct glx_context *gc, GLXDrawable glxDrawable);
62 driReleaseDrawables(struct glx_context *gc);
82 dri2_check_no_error(uint32_t flags, struct glx_context *share_context,
H A Ddri_common_interop.c36 dri2_interop_query_device_info(struct glx_context *ctx,
49 dri2_interop_export_object(struct glx_context *ctx,
65 dri3_interop_query_device_info(struct glx_context *ctx,
78 dri3_interop_export_object(struct glx_context *ctx,
H A Dapplegl_glx.c46 applegl_destroy_context(struct glx_context *gc)
52 applegl_bind_context(struct glx_context *gc, struct glx_context *old,
70 applegl_unbind_context(struct glx_context *gc, struct glx_context *new)
93 applegl_wait_gl(struct glx_context *gc)
99 applegl_wait_x(struct glx_context *gc)
123 struct glx_context *
126 struct glx_context *shareList, int renderType)
128 struct glx_context *g
[all...]
H A Dglxcurrent.c55 struct glx_context dummyContext = {
87 __glXSetCurrentContext(struct glx_context * c)
122 __glXSetCurrentContext(struct glx_context * c)
128 _X_HIDDEN struct glx_context *
136 return (v == NULL) ? &dummyContext : (struct glx_context *) v;
155 struct glx_context *cx = __glXGetCurrentContext();
168 struct glx_context *gc = __glXGetCurrentContext();
181 struct glx_context *gc = (struct glx_context *) gc_user;
182 struct glx_context *oldG
[all...]
H A Ddri3_priv.h113 struct glx_context base;
136 dri3_interop_query_device_info(struct glx_context *ctx,
140 dri3_interop_export_object(struct glx_context *ctx,
H A Dcreate_context.c43 struct glx_context *const share = (struct glx_context *) share_context;
44 struct glx_context *gc = NULL;
/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
H A Dapple_xgl_api_viewport.c41 struct glx_context *gc = __glXGetCurrentContext();
/xsrc/external/mit/MesaLib/dist/src/glx/apple/
H A Dapple_xgl_api_viewport.c41 struct glx_context *gc = __glXGetCurrentContext();

Completed in 10 milliseconds

1234