Home
last modified time | relevance | path

Searched defs:copy_context (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/tnl/
Dt_split_copy.c54 struct copy_context { struct
55 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 …]
/third_party/mesa3d/src/glx/apple/
Dapple_cgl.h65 CGLError(*copy_context) (CGLContextObj src, CGLContextObj dst, member