Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_split_copy.c52 struct copy_context { struct
118 check_flush(struct copy_context *copy) in check_flush() argument
173 flush(struct copy_context *copy) in flush()
228 begin(struct copy_context *copy, GLenum mode, GLboolean begin_flag) in begin()
243 elt(struct copy_context *copy, GLuint elt_idx) in elt()
301 end(struct copy_context *copy, GLboolean end_flag) in end()
315 replay_elts(struct copy_context *copy) in replay_elts()
419 replay_init(struct copy_context *copy) in replay_init()
550 replay_finish(struct copy_context *copy) in replay_finish()
587 struct copy_context copy; in vbo_split_copy()
/external/python/cpython3/Doc/library/
Dcontextvars.rst13 and work with *Context Variables*. The :func:`~contextvars.copy_context`
124 .. function:: copy_context()
131 ctx: Context = copy_context()
145 :func:`~contextvars.copy_context` function.
163 # calling 'copy_context()' and 'ctx.run(main)', so:
171 ctx = copy_context()
/external/python/cpython3/Lib/
Dcontextvars.py1 from _contextvars import Context, ContextVar, Token, copy_context
/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.c513 err = apple_cgl.copy_context(src->context_obj, dest->context_obj, in apple_glx_copy_context()
/external/python/cpython3/Lib/test/
Dtest_context.py98 ctx = contextvars.copy_context()
163 cur = contextvars.copy_context()
239 ctx1 = contextvars.copy_context()
256 ctx2 = contextvars.copy_context()
318 contextvars.copy_context().run(fun)
/external/python/cpython3/Lib/asyncio/
Dfutures.py207 context = contextvars.copy_context()
Devents.py41 context = contextvars.copy_context()
Dtasks.py114 self._context = contextvars.copy_context()