Home
last modified time | relevance | path

Searched refs:copy_context (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/vbo/
Dvbo_split_copy.c52 struct copy_context { struct
119 check_flush( struct copy_context *copy ) in check_flush() argument
174 flush( struct copy_context *copy ) in flush()
229 begin( struct copy_context *copy, GLenum mode, GLboolean begin_flag ) in begin()
244 elt(struct copy_context *copy, GLuint elt_idx) in elt()
310 end( struct copy_context *copy, GLboolean end_flag ) in end()
326 replay_elts( struct copy_context *copy ) in replay_elts()
431 replay_init( struct copy_context *copy ) in replay_init()
564 replay_finish( struct copy_context *copy ) in replay_finish()
603 struct copy_context copy; in vbo_split_copy()
/external/mesa3d/src/glx/apple/
Dapple_cgl.h65 CGLError(*copy_context) (CGLContextObj src, CGLContextObj dst, member
Dapple_cgl.c114 apple_cgl.copy_context = sym(h, "CGLCopyContext"); in apple_cgl_init()
Dapple_glx_context.c511 err = apple_cgl.copy_context(src->context_obj, dest->context_obj, in apple_glx_copy_context()