Home
last modified time | relevance | path

Searched refs:apple_glx_context (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/glx/apple/
Dapple_glx_context.c69 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 …]
Dapple_glx_drawable.h59 struct apple_glx_context;
94 bool(*make_current) (struct apple_glx_context * ac,
142 struct apple_glx_context;
158 struct apple_glx_context *ac,
Dapple_glx_context.h51 struct apple_glx_context struct
70 struct apple_glx_context *previous, *next; argument
Dapple_glx_surface.c35 static bool surface_make_current(struct apple_glx_context *ac,
60 surface_make_current(struct apple_glx_context *ac, in surface_make_current()
Dmeson.build30 'apple_glx_context.c',
31 'apple_glx_context.h',
Dapple_glx_pixmap.c45 static bool pixmap_make_current(struct apple_glx_context *ac,
57 pixmap_make_current(struct apple_glx_context *ac, in pixmap_make_current()
Dapple_glx_pbuffer.c59 static bool pbuffer_make_current(struct apple_glx_context *ac,
73 pbuffer_make_current(struct apple_glx_context *ac, in pbuffer_make_current()
Dapple_glx.c131 struct apple_glx_context *ac = ptr; in apple_glx_swap_buffers()