Searched defs:copy_context (Results 1 – 2 of 2) sorted by relevance
54 struct copy_context { struct55 struct gl_context *ctx;56 const struct tnl_vertex_array *array;57 const struct _mesa_prim *prim;58 GLuint nr_prims;59 const struct _mesa_index_buffer *ib;60 tnl_draw_func draw;62 const struct split_limits *limits;64 struct {73 } varying[VERT_ATTRIB_MAX];[all …]
65 CGLError(*copy_context) (CGLContextObj src, CGLContextObj dst, member