Searched refs:apple_glx_context (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/glx/apple/ |
D | apple_glx_context.c | 67 static struct apple_glx_context *context_list = NULL; 99 is_context_valid(struct apple_glx_context *ac) in is_context_valid() 101 struct apple_glx_context *i; in is_context_valid() 128 struct apple_glx_context *ac; in apple_glx_create_context() 129 struct apple_glx_context *sharedac = sharedContext; in apple_glx_create_context() 212 struct apple_glx_context *ac = *ptr; in apple_glx_destroy_context() 285 struct apple_glx_context *oldac = oldptr; in apple_glx_make_current_context() 286 struct apple_glx_context *ac = ptr; in apple_glx_make_current_context() 468 struct apple_glx_context *ac = ptr; in apple_glx_is_current_drawable() 486 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 | 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 | 57 static bool pbuffer_make_current(struct apple_glx_context *ac, 71 pbuffer_make_current(struct apple_glx_context *ac, in pbuffer_make_current()
|
D | apple_glx.c | 133 struct apple_glx_context *ac = ptr; in apple_glx_swap_buffers()
|
D | Makefile | 31 apple_glx_context.c \
|