Home
last modified time | relevance | path

Searched refs:_mesa_copy_context (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/main/
Dcontext.h130 _mesa_copy_context(const struct gl_context *src, struct gl_context *dst, GLuint mask);
Dcontext.c1204 _mesa_copy_context( const struct gl_context *src, struct gl_context *dst, in _mesa_copy_context() function
/external/mesa3d/docs/
DRELNOTES-3.5164 gl_copy_context _mesa_copy_context
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c581 _mesa_copy_context(src->ctx, st->ctx, mask); in st_context_copy()
/external/mesa3d/src/mesa/drivers/x11/
Dfakeglx.c1511 _mesa_copy_context( &(xm_src->mesa), &(xm_dst->mesa), (GLuint) mask ); in Fake_glXCopyContext()