Searched refs:copy_context (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/glx/apple/ |
| H A D | apple_cgl.h | 65 CGLError(*copy_context) (CGLContextObj src, CGLContextObj dst, member in struct:apple_cgl_api
|
| H A D | apple_cgl.c | 114 apple_cgl.copy_context = sym(h, "CGLCopyContext");
|
| H A D | apple_glx_context.c | 513 err = apple_cgl.copy_context(src->context_obj, dest->context_obj,
|
| /xsrc/external/mit/MesaLib/dist/src/glx/apple/ |
| H A D | apple_cgl.h | 65 CGLError(*copy_context) (CGLContextObj src, CGLContextObj dst, member in struct:apple_cgl_api
|
| H A D | apple_cgl.c | 114 apple_cgl.copy_context = sym(h, "CGLCopyContext");
|
| H A D | apple_glx_context.c | 512 err = apple_cgl.copy_context(src->context_obj, dest->context_obj,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_split_copy.c | 54 struct copy_context { struct 126 check_flush(struct copy_context *copy) 185 flush(struct copy_context *copy) 234 begin(struct copy_context *copy, GLenum mode, GLboolean begin_flag) 249 elt(struct copy_context *copy, GLuint elt_idx) 310 end(struct copy_context *copy, GLboolean end_flag) 324 replay_elts(struct copy_context *copy) 428 replay_init(struct copy_context *copy) 562 replay_finish(struct copy_context *copy) 600 struct copy_context cop [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_split_copy.c | 54 struct copy_context { struct 126 check_flush(struct copy_context *copy) 182 flush(struct copy_context *copy) 229 begin(struct copy_context *copy, GLenum mode, GLboolean begin_flag) 243 elt(struct copy_context *copy, GLuint elt_idx) 304 end(struct copy_context *copy, GLboolean end_flag) 318 replay_elts(struct copy_context *copy) 422 replay_init(struct copy_context *copy) 562 replay_finish(struct copy_context *copy) 600 struct copy_context cop [all...] |
Completed in 6 milliseconds