Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/tnl/
Dt_split_copy.c54 struct copy_context { struct
126 check_flush(struct copy_context *copy) in check_flush() argument
182 flush(struct copy_context *copy) in flush()
229 begin(struct copy_context *copy, GLenum mode, GLboolean begin_flag) in begin()
243 elt(struct copy_context *copy, GLuint elt_idx) in elt()
304 end(struct copy_context *copy, GLboolean end_flag) in end()
318 replay_elts(struct copy_context *copy) in replay_elts()
422 replay_init(struct copy_context *copy) in replay_init()
562 replay_finish(struct copy_context *copy) in replay_finish()
600 struct copy_context copy; in _tnl_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/python/cpython3/Lib/asyncio/
Dthreads.py23 ctx = contextvars.copy_context()
Dfutures.py231 context = contextvars.copy_context()
Devents.py33 context = contextvars.copy_context()
Dtasks.py134 self._context = contextvars.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/crosvm/devices/src/usb/xhci/
Ddevice_slot.rs416 self.copy_context(input_context_ptr, 0)?; in set_address()
418 self.copy_context(input_context_ptr, 1)?; in set_address()
515 self.copy_context( in configure_endpoint()
738 fn copy_context( in copy_context() method
/external/python/cpython3/Lib/test/
Dtest_context.py95 ctx = contextvars.copy_context()
160 cur = contextvars.copy_context()
236 ctx1 = contextvars.copy_context()
253 ctx2 = contextvars.copy_context()
315 contextvars.copy_context().run(fun)