| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | fake_glx_screen.cpp | 53 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 D | create_context_unittest.cpp | 42 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 D | fake_glx_screen.h | 67 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 D | fake_glx_screen.cpp | 51 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 D | create_context_unittest.cpp | 42 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 D | fake_glx_screen.h | 67 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 D | dri_common.h | 61 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 D | applegl_glx.c | 46 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 D | glxclient.h | 82 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 D | dri2_priv.h | 65 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 D | dri_common_interop.c | 36 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 D | glxcurrent.c | 55 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 D | dri3_priv.h | 123 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 D | indirect_glx.c | 50 __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 D | clientattrib.c | 42 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 D | glxclient.h | 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 *ct 254 struct glx_context struct [all...] |
| H A D | dri2_priv.h | 64 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 D | dri_common.h | 59 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 D | dri_common_interop.c | 36 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 D | applegl_glx.c | 46 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 D | glxcurrent.c | 55 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 D | dri3_priv.h | 113 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 D | create_context.c | 43 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 D | apple_xgl_api_viewport.c | 41 struct glx_context *gc = __glXGetCurrentContext();
|
| /xsrc/external/mit/MesaLib/dist/src/glx/apple/ |
| H A D | apple_xgl_api_viewport.c | 41 struct glx_context *gc = __glXGetCurrentContext();
|