Searched refs:copy_context (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_cgl.h65 CGLError(*copy_context) (CGLContextObj src, CGLContextObj dst, member in struct:apple_cgl_api
H A Dapple_cgl.c114 apple_cgl.copy_context = sym(h, "CGLCopyContext");
H A Dapple_glx_context.c510 err = apple_cgl.copy_context(src->context_obj, dest->context_obj,
/external/mesa3d/src/glx/apple/
H A Dapple_cgl.h65 CGLError(*copy_context) (CGLContextObj src, CGLContextObj dst, member in struct:apple_cgl_api
H A Dapple_cgl.c114 apple_cgl.copy_context = sym(h, "CGLCopyContext");
H A Dapple_glx_context.c510 err = apple_cgl.copy_context(src->context_obj, dest->context_obj,
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_split_copy.c50 struct copy_context { struct
117 check_flush( struct copy_context *copy )
172 flush( struct copy_context *copy )
227 begin( struct copy_context *copy, GLenum mode, GLboolean begin_flag )
242 elt(struct copy_context *copy, GLuint elt_idx)
308 end( struct copy_context *copy, GLboolean end_flag )
324 replay_elts( struct copy_context *copy )
429 replay_init( struct copy_context *copy )
560 replay_finish( struct copy_context *copy )
599 struct copy_context cop
[all...]
/external/mesa3d/src/mesa/vbo/
H A Dvbo_split_copy.c50 struct copy_context { struct
117 check_flush( struct copy_context *copy )
172 flush( struct copy_context *copy )
227 begin( struct copy_context *copy, GLenum mode, GLboolean begin_flag )
242 elt(struct copy_context *copy, GLuint elt_idx)
308 end( struct copy_context *copy, GLboolean end_flag )
324 replay_elts( struct copy_context *copy )
429 replay_init( struct copy_context *copy )
560 replay_finish( struct copy_context *copy )
599 struct copy_context cop
[all...]

Completed in 267 milliseconds