Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/include/gpxe/
Dcbc.h63 struct _cbc_name ## _context { \
69 struct _cbc_name ## _context * _cbc_name ## _ctx = ctx; \
74 struct _cbc_name ## _context * _cbc_name ## _ctx = ctx; \
80 struct _cbc_name ## _context * _cbc_name ## _ctx = ctx; \
86 struct _cbc_name ## _context * _cbc_name ## _ctx = ctx; \
92 .ctxsize = sizeof ( struct _cbc_name ## _context ), \
/external/webrtc/webrtc/modules/video_render/ios/
Dvideo_render_ios_view.mm21 EAGLContext* _context;
92 _context = [[EAGLContext alloc] initWithAPI:kEAGLRenderingAPIOpenGLES2];
94 if (!_context) {
98 if (![EAGLContext setCurrentContext:_context]) {
109 [_context renderbufferStorage:GL_RENDERBUFFER
133 if (![_context presentRenderbuffer:GL_RENDERBUFFER]) {
146 if (![EAGLContext setCurrentContext:_context]) {
/external/python/cpython2/Lib/
Dssl.py363 _context=self)
536 _context=None): argument
539 if _context:
540 self._context = _context
549 self._context = SSLContext(ssl_version)
550 self._context.verify_mode = cert_reqs
552 self._context.load_verify_locations(ca_certs)
554 self._context.load_cert_chain(certfile, keyfile)
556 self._context.set_npn_protocols(npn_protocols)
558 self._context.set_ciphers(ciphers)
[all …]
Dhttplib.py1250 self._context = context
1262 self.sock = self._context.wrap_socket(self.sock,
Durllib2.py1237 self._context = context
1241 context=self._context)
/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c1461 trace_context_transfer_map(struct pipe_context *_context, in trace_context_transfer_map() argument
1468 struct trace_context *tr_context = trace_context(_context); in trace_context_transfer_map()
1498 trace_context_transfer_flush_region( struct pipe_context *_context, in trace_context_transfer_flush_region() argument
1502 struct trace_context *tr_context = trace_context(_context); in trace_context_transfer_flush_region()
1511 trace_context_transfer_unmap(struct pipe_context *_context, in trace_context_transfer_unmap() argument
1514 struct trace_context *tr_ctx = trace_context(_context); in trace_context_transfer_unmap()
1564 trace_context_buffer_subdata(struct pipe_context *_context, in trace_context_buffer_subdata() argument
1569 struct trace_context *tr_context = trace_context(_context); in trace_context_buffer_subdata()
1597 trace_context_texture_subdata(struct pipe_context *_context, in trace_context_texture_subdata() argument
1606 struct trace_context *tr_context = trace_context(_context); in trace_context_texture_subdata()
[all …]
/external/webrtc/webrtc/api/objc/
DRTCOpenGLVideoRenderer.mm146 EAGLContext *_context;
148 NSOpenGLContext *_context;
183 _context = context;
209 [_context flushBuffer];
253 NSAssert(_context, @"context shouldn't be nil");
255 if ([EAGLContext currentContext] != _context) {
256 [EAGLContext setCurrentContext:_context];
259 if ([NSOpenGLContext currentContext] != _context) {
260 [_context makeCurrentContext];
373 BOOL hasUnpackRowLength = _context.API == kEAGLRenderingAPIOpenGLES3;
/external/parameter-framework/upstream/tools/xmlGenerator/
DEddParser.py74 self._context = {
82 self._context = propagationContext
86 contextCopy = self._context.copy()
88 for key in iter(self._context) :
94 return self._context["DomainOptions"]
97 return self._context["Configurations"]
100 return self._context["ConfigurationOptions"]
103 return self._context["Rules"]
106 return self._context["PathOptions"]
/external/webrtc/talk/app/webrtc/objc/
DRTCOpenGLVideoRenderer.mm167 EAGLContext* _context;
169 NSOpenGLContext* _context;
202 _context = context;
228 [_context flushBuffer];
272 NSAssert(_context, @"context shouldn't be nil");
274 if ([EAGLContext currentContext] != _context) {
275 [EAGLContext setCurrentContext:_context];
278 if ([NSOpenGLContext currentContext] != _context) {
279 [_context makeCurrentContext];
391 BOOL hasUnpackRowLength = _context.API == kEAGLRenderingAPIOpenGLES3;
/external/compiler-rt/lib/asan/scripts/
Dasan_device_setup381 local _context=$4
383 echo "Installing $_to/$_basename $_mode $_context"
389 if [[ -n "$_context" ]]; then
390 adb_shell chcon "$_context" "$_to/$_basename"
/external/libmojo/third_party/jinja2/
Druntime.py258 self._context = context
266 return self._context.environment. \
269 return BlockReference(self.name, self._context, self._stack,
274 rv = concat(self._stack[self._depth](self._context))
275 if self._context.eval_ctx.autoescape:
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_context.c1086 rbug_context_transfer_map(struct pipe_context *_context, in rbug_context_transfer_map() argument
1093 struct rbug_context *rb_pipe = rbug_context(_context); in rbug_context_transfer_map()
1113 rbug_context_transfer_flush_region(struct pipe_context *_context, in rbug_context_transfer_flush_region() argument
1117 struct rbug_context *rb_pipe = rbug_context(_context); in rbug_context_transfer_flush_region()
1131 rbug_context_transfer_unmap(struct pipe_context *_context, in rbug_context_transfer_unmap() argument
1134 struct rbug_context *rb_pipe = rbug_context(_context); in rbug_context_transfer_unmap()
1149 rbug_context_buffer_subdata(struct pipe_context *_context, in rbug_context_buffer_subdata() argument
1154 struct rbug_context *rb_pipe = rbug_context(_context); in rbug_context_buffer_subdata()
1166 rbug_context_texture_subdata(struct pipe_context *_context, in rbug_context_texture_subdata() argument
1175 struct rbug_context *rb_pipe = rbug_context(_context); in rbug_context_texture_subdata()
/external/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…
Dlibunwind.tex16 \Type{int} \Func{unw\_getcontext}(\Type{unw\_context\_t~*});\\
18 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}, \Type{unw\_context\_t~*});\\
Dlibunwind-ia64.tex196 On IA-64, \Type{unw\_context\_t} is simply an alias for
/external/swiftshader/third_party/LLVM/tools/lto/
DLTOCodeGenerator.cpp72 : _context(getGlobalContext()), in LTOCodeGenerator()
73 _linker("LinkTimeOptimizer", "ld-temp.o", _context), _target(NULL), in LTOCodeGenerator()
336 llvm::Type *i8PTy = llvm::Type::getInt8PtrTy(_context); in applyScopeRestrictions()
DLTOCodeGenerator.h59 llvm::LLVMContext& _context; member
/external/mesa3d/src/egl/main/
Degldriver.h68 _EGL_DRIVER_TYPECAST(drvname ## _context, _EGLContext, obj) \
/external/gemmlowp/internal/
Dmulti_thread_gemm.h428 GemmWithPackedRhsTask(GemmContextType* _context, in GemmWithPackedRhsTask()
437 : context(_context), in GemmWithPackedRhsTask()
/external/v8/src/debug/
Dmirrors.js938 if (!this._context)
939 this._context = new ContextMirror(%FunctionGetContextData(this.value_));
940 return this._context;
/external/python/cpython2/Doc/howto/
Dlogging-cookbook.rst459 .. _context-info:
1433 .. _context-manager:
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst1 .. _context:
/external/python/cpython2/Doc/reference/
Ddatamodel.rst2352 .. _context-managers: