Searched refs:apple_glx_context (Results 1 – 9 of 9) sorted by relevance
/third_party/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() 214 struct apple_glx_context *ac = *ptr; in apple_glx_destroy_context() 287 struct apple_glx_context *oldac = oldptr; in apple_glx_make_current_context() 288 struct apple_glx_context *ac = ptr; in apple_glx_make_current_context() 470 struct apple_glx_context *ac = ptr; in apple_glx_is_current_drawable() 488 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 | 60 static bool pbuffer_make_current(struct apple_glx_context *ac, 74 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()
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 4649 ../src/glx/apple/apple_glx_context.c 4650 ../src/glx/apple/apple_glx_context.h
|