HomeSort by relevance Sort by last modified time
    Searched full:copy_context (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/vbo/
vbo_split_copy.c 50 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 copy
    [all...]
  /external/mesa3d/src/glx/apple/
apple_cgl.h 65 CGLError(*copy_context) (CGLContextObj src, CGLContextObj dst, member in struct:apple_cgl_api
apple_cgl.c 114 apple_cgl.copy_context = sym(h, "CGLCopyContext");
apple_glx_context.c 510 err = apple_cgl.copy_context(src->context_obj, dest->context_obj,

Completed in 209 milliseconds