Searched refs:apple_glx_context (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
H A Dapple_glx_drawable.h35 #include "apple_glx_context.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,
H A Dapple_glx_context.h51 struct apple_glx_context struct
70 struct apple_glx_context *previous, *next;
H A Dapple_glx_context.c52 #include "apple_glx_context.h"
69 static struct apple_glx_context *context_list = NULL;
101 is_context_valid(struct apple_glx_context *ac)
103 struct apple_glx_context *i;
130 struct apple_glx_context *ac;
131 struct apple_glx_context *sharedac = sharedContext;
215 struct apple_glx_context *ac = *ptr;
288 struct apple_glx_context *oldac = oldptr;
289 struct apple_glx_context *ac = ptr;
471 struct apple_glx_context *a
[all...]
H A Dapple_glx.c40 #include "apple_glx_context.h"
131 struct apple_glx_context *ac = ptr;
H A Dapple_glx_pixmap.c45 static bool pixmap_make_current(struct apple_glx_context *ac,
57 pixmap_make_current(struct apple_glx_context *ac,
H A Dapple_glx_surface.c35 static bool surface_make_current(struct apple_glx_context *ac,
60 surface_make_current(struct apple_glx_context *ac,
H A Dapple_glx_pbuffer.c40 #include "apple_glx_context.h"
59 static bool pbuffer_make_current(struct apple_glx_context *ac,
73 pbuffer_make_current(struct apple_glx_context *ac,
/xsrc/external/mit/MesaLib/dist/src/glx/apple/
H A Dapple_glx_drawable.h35 #include "apple_glx_context.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,
H A Dapple_glx_context.h51 struct apple_glx_context struct
70 struct apple_glx_context *previous, *next;
H A Dapple_glx_context.c52 #include "apple_glx_context.h"
69 static struct apple_glx_context *context_list = NULL;
101 is_context_valid(struct apple_glx_context *ac)
103 struct apple_glx_context *i;
130 struct apple_glx_context *ac;
131 struct apple_glx_context *sharedac = sharedContext;
214 struct apple_glx_context *ac = *ptr;
287 struct apple_glx_context *oldac = oldptr;
288 struct apple_glx_context *ac = ptr;
470 struct apple_glx_context *a
[all...]
H A Dapple_glx.c40 #include "apple_glx_context.h"
131 struct apple_glx_context *ac = ptr;
H A Dapple_glx_pixmap.c45 static bool pixmap_make_current(struct apple_glx_context *ac,
57 pixmap_make_current(struct apple_glx_context *ac,
H A Dapple_glx_surface.c35 static bool surface_make_current(struct apple_glx_context *ac,
60 surface_make_current(struct apple_glx_context *ac,
H A Dapple_glx_pbuffer.c40 #include "apple_glx_context.h"
60 static bool pbuffer_make_current(struct apple_glx_context *ac,
74 pbuffer_make_current(struct apple_glx_context *ac,

Completed in 24 milliseconds