Home
last modified time | relevance | path

Searched refs:_context (Results 1 – 25 of 59) sorted by relevance

123

/third_party/skia/modules/canvaskit/
Dinterface.js452 CanvasKit.setCurrentContext(this._context);
458 CanvasKit.setCurrentContext(this._context);
464 CanvasKit.setCurrentContext(this._context);
472 CanvasKit.setCurrentContext(this._context);
478 CanvasKit.setCurrentContext(this._context);
503 CanvasKit.setCurrentContext(this._context);
544 CanvasKit.setCurrentContext(this._context);
549 CanvasKit.setCurrentContext(this._context);
559 CanvasKit.setCurrentContext(this._context);
564 CanvasKit.setCurrentContext(this._context);
[all …]
Dgpu.js77 grCtx._context = ctx;
86 surface._context = grCtx._context;
95 surface._context = grCtx._context;
104 surface._context = grCtx._context;
172 CanvasKit.setCurrentContext(this._context);
174 return this._makeImageFromTexture(this._context, texHandle, info);
205 CanvasKit.setCurrentContext(this._context);
Dcpu.js76 CanvasKit.setCurrentContext(this._context);
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c1712 trace_context_transfer_map(struct pipe_context *_context, in trace_context_transfer_map() argument
1719 struct trace_context *tr_context = trace_context(_context); in trace_context_transfer_map()
1754 trace_context_transfer_flush_region( struct pipe_context *_context, in trace_context_transfer_flush_region() argument
1758 struct trace_context *tr_context = trace_context(_context); in trace_context_transfer_flush_region()
1775 trace_context_transfer_unmap(struct pipe_context *_context, in trace_context_transfer_unmap() argument
1778 struct trace_context *tr_ctx = trace_context(_context); in trace_context_transfer_unmap()
1863 trace_context_buffer_subdata(struct pipe_context *_context, in trace_context_buffer_subdata() argument
1868 struct trace_context *tr_context = trace_context(_context); in trace_context_buffer_subdata()
1892 trace_context_texture_subdata(struct pipe_context *_context, in trace_context_texture_subdata() argument
1901 struct trace_context *tr_context = trace_context(_context); in trace_context_texture_subdata()
[all …]
/third_party/ffmpeg/libavdevice/
Davfoundation.m155 AVFContext* _context; field
171 _context = context;
175 if (_context->observed_device) {
179 [_context->observed_device addObserver: self
182 context: _context];
192 if (_context->observed_device) {
194 [_context->observed_device removeObserver: self forKeyPath: keyPath];
204 if (context == _context) {
209 if (mode != _context->observed_mode) {
211 _context->observed_quit = 1;
[all …]
/third_party/skia/modules/canvaskit/htmlcanvas/
Dhtmlcanvas.js11 this._context = new CanvasRenderingContext2D(skSurface.getCanvas());
43 return this._context;
74 this._context._dispose();
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/
Dhtmlcanvas.js11 this._context = new CanvasRenderingContext2D(skSurface.getCanvas());
44 return this._context;
75 this._context._dispose();
/third_party/python/Lib/asyncio/
Dtasks.py110 self._context = contextvars.copy_context()
112 self._loop.call_soon(self.__step, context=self._context)
260 self.__step, new_exc, context=self._context)
266 self.__step, new_exc, context=self._context)
270 self.__wakeup, context=self._context)
281 self.__step, new_exc, context=self._context)
285 self._loop.call_soon(self.__step, context=self._context)
292 self.__step, new_exc, context=self._context)
297 self.__step, new_exc, context=self._context)
Dsslproto.py66 self._context = context
80 return self._context
116 self._sslobj = self._context.wrap_bio(
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_context.c1110 rbug_context_buffer_map(struct pipe_context *_context, in rbug_context_buffer_map() argument
1117 struct rbug_context *rb_pipe = rbug_context(_context); in rbug_context_buffer_map()
1137 rbug_context_texture_map(struct pipe_context *_context, in rbug_context_texture_map() argument
1144 struct rbug_context *rb_pipe = rbug_context(_context); in rbug_context_texture_map()
1164 rbug_context_transfer_flush_region(struct pipe_context *_context, in rbug_context_transfer_flush_region() argument
1168 struct rbug_context *rb_pipe = rbug_context(_context); in rbug_context_transfer_flush_region()
1182 rbug_context_buffer_unmap(struct pipe_context *_context, in rbug_context_buffer_unmap() argument
1185 struct rbug_context *rb_pipe = rbug_context(_context); in rbug_context_buffer_unmap()
1199 rbug_context_texture_unmap(struct pipe_context *_context, in rbug_context_texture_unmap() argument
1202 struct rbug_context *rb_pipe = rbug_context(_context); in rbug_context_texture_unmap()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/audio/pulseaudio/
DSDL_pulseaudio.c285 ConnectToPulseServer_Internal(pa_mainloop **_mainloop, pa_context **_context) in ConnectToPulseServer_Internal() argument
293 *_context = NULL; in ConnectToPulseServer_Internal()
309 *_context = context; in ConnectToPulseServer_Internal()
330 ConnectToPulseServer(pa_mainloop **_mainloop, pa_context **_context) in ConnectToPulseServer() argument
332 const int retval = ConnectToPulseServer_Internal(_mainloop, _context); in ConnectToPulseServer()
334 DisconnectFromPulseServer(*_mainloop, *_context); in ConnectToPulseServer()
/third_party/jinja2/
Druntime.py350 self._context = context
358 return self._context.environment.undefined(
361 return BlockReference(self.name, self._context, self._stack, self._depth + 1)
366 [x async for x in self._stack[self._depth](self._context)] # type: ignore
369 if self._context.eval_ctx.autoescape:
376 if self._context.environment.is_async:
379 rv = concat(self._stack[self._depth](self._context))
381 if self._context.eval_ctx.autoescape:
Dasyncsupport.py81 rv = await concat_async(self._stack[self._depth](self._context))
82 if self._context.eval_ctx.autoescape:
88 if not self._context.environment.is_async:
/third_party/skia/experimental/skottiekit/
Dinterface.js22 if (this._context !== undefined) {
23 SkottieKit.setCurrentContext(this._context);
Dgpu.js104 surface._context = ctx;
/third_party/node/tools/inspector_protocol/jinja2/
Dasyncsupport.py85 rv = await concat_async(self._stack[self._depth](self._context))
86 if self._context.eval_ctx.autoescape:
92 if not self._context.environment.is_async:
Druntime.py329 self._context = context
337 return self._context.environment. \
340 return BlockReference(self.name, self._context, self._stack,
345 rv = concat(self._stack[self._depth](self._context))
346 if self._context.eval_ctx.autoescape:
/third_party/skia/third_party/externals/jinja2/
Dasyncsupport.py81 rv = await concat_async(self._stack[self._depth](self._context))
82 if self._context.eval_ctx.autoescape:
88 if not self._context.environment.is_async:
Druntime.py357 self._context = context
365 return self._context.environment.undefined(
368 return BlockReference(self.name, self._context, self._stack, self._depth + 1)
372 rv = concat(self._stack[self._depth](self._context))
373 if self._context.eval_ctx.autoescape:
/third_party/libunwind/doc/
Dunw_getcontext.tex15 \Type{int} \Func{unw\_getcontext}(\Type{unw\_context\_t~*}\Var{ucp});\\
31 On IA-64, \Type{unw\_context\_t} has a layout that is compatible with
Dunw_init_local.tex15 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_context\_t~*}\Var{ctx…
16 \Type{int} \Func{unw\_init\_local2}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_context\_t~*}\Var{ct…
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dusing.js55 this._context = context;
75 var context = this._context;
/third_party/icu/icu4c/source/test/cintltst/
Duformattedvaluetst.c169 int64_t _context = ucfpos_getInt64IterationContext(ucfpos, &status); in AssertAllPartsEqual() local
171 assertIntEquals(AAPE_MSG("context"), context, _context); in AssertAllPartsEqual()
/third_party/typescript/src/testRunner/unittests/
Dtransform.ts282 function transformAddImportStar(_context: TransformationContext) {
314 function transformAddDecoratedNode(_context: TransformationContext) {
352 function transformAddParameterProperty(_context: TransformationContext) {
/third_party/flutter/skia/modules/canvaskit/
Dgpu.js97 surface._context = ctx;

123