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.c67 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()
213 struct apple_glx_context *ac = *ptr; in apple_glx_destroy_context()
286 struct apple_glx_context *oldac = oldptr; in apple_glx_make_current_context()
287 struct apple_glx_context *ac = ptr; in apple_glx_make_current_context()
469 struct apple_glx_context *ac = ptr; in apple_glx_is_current_drawable()
487 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
DMakefile.am27 apple_glx_context.c \
28 apple_glx_context.h \
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()
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.c57 static bool pbuffer_make_current(struct apple_glx_context *ac,
71 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()