Searched refs:apple_glx_context (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/glx/apple/ |
D | apple_glx_context.c | 69 static struct apple_glx_context *context_list = NULL; 101 is_context_valid(struct apple_glx_context *ac) in is_context_valid() 103 struct apple_glx_context *i; in is_context_valid() 130 struct apple_glx_context *ac; in apple_glx_create_context() 131 struct apple_glx_context *sharedac = sharedContext; in apple_glx_create_context() 215 struct apple_glx_context *ac = *ptr; in apple_glx_destroy_context() 288 struct apple_glx_context *oldac = oldptr; in apple_glx_make_current_context() 289 struct apple_glx_context *ac = ptr; in apple_glx_make_current_context() 471 struct apple_glx_context *ac = ptr; in apple_glx_is_current_drawable() 489 struct apple_glx_context *src, *dest; in apple_glx_copy_context() [all …]
|
D | apple_glx_drawable.h | 59 struct apple_glx_context; 94 bool(*make_current) (struct apple_glx_context * ac, 142 struct apple_glx_context; 158 struct apple_glx_context *ac,
|
D | apple_glx_context.h | 51 struct apple_glx_context struct 70 struct apple_glx_context *previous, *next; argument
|
D | apple_glx_surface.c | 35 static bool surface_make_current(struct apple_glx_context *ac, 60 surface_make_current(struct apple_glx_context *ac, in surface_make_current()
|
D | meson.build | 30 'apple_glx_context.c', 31 'apple_glx_context.h',
|
D | apple_glx_pixmap.c | 45 static bool pixmap_make_current(struct apple_glx_context *ac, 57 pixmap_make_current(struct apple_glx_context *ac, in pixmap_make_current()
|
D | apple_glx_pbuffer.c | 59 static bool pbuffer_make_current(struct apple_glx_context *ac, 73 pbuffer_make_current(struct apple_glx_context *ac, in pbuffer_make_current()
|
D | apple_glx.c | 131 struct apple_glx_context *ac = ptr; in apple_glx_swap_buffers()
|