Searched refs:_context (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DWebGLLayer.mm45 @synthesize context=_context;
49 _context = context;
64 return CGLRetainPixelFormat(CGLGetPixelFormat(_context->platformGraphicsContext3D()));
70 CGLCreateContext(pixelFormat, _context->platformGraphicsContext3D(), &contextObj);
76 if (!_context)
79 _context->prepareTexture();
94 glBindTexture(GL_TEXTURE_2D, _context->platformTexture());
122 if (!_context)
129 CGLSetCurrentContext(_context->platformGraphicsContext3D());
161 if (!_context)
[all...]
H A DWebGLLayer.h42 WebCore::GraphicsContext3D* _context; member in namespace:CAEAGLLayer
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKProcessPool.mm75 _context->~WebContext();
92 return *_context;
99 _geolocationProvider = adoptNS([[WKGeolocationProviderIOS alloc] initWithContext:_context.get()]);
179 _context->setHistoryClient(std::make_unique<WebKit::HistoryClient>());
180 _context->setUsesNetworkProcess(true);
181 _context->setProcessModel(WebKit::ProcessModelMultipleSecondaryProcesses);
182 _context->setMaximumNumberOfProcesses([_configuration maximumProcessCount]);
186 _context->registerURLSchemeAsCachePartitioned(urlScheme);
190 _context->setCacheModel(WebKit::CacheModelPrimaryWebBrowser);
197 _context
[all...]
H A DWKProcessPoolInternal.h51 API::ObjectStorage<WebKit::WebContext> _context; variable
H A DWKProcessGroup.mm57 RefPtr<WebContext> _context;
197 _context = WebContext::create(WTF::move(webContextConfiguration));
199 setUpConnectionClient(self, toAPI(_context.get()));
200 setUpInectedBundleClient(self, toAPI(_context.get()));
201 setUpHistoryClient(self, toAPI(_context.get()));
203 _context->setUsesNetworkProcess(true);
204 _context->setProcessModel(ProcessModelMultipleSecondaryProcesses);
226 return toAPI(_context.get());
231 _context->allowSpecificHTTPSCertificateForHost(WebCertificateInfo::create(WebCore::CertificateInfo((CFArrayRef)certificateChain)).get(), host);
238 _geolocationProvider = adoptNS([[WKGeolocationProviderIOS alloc] initWithContext:_context
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSValue.mm140 return valueToObject(_context, m_value);
151 return JSValueToBoolean([_context JSGlobalContextRef], m_value);
157 double result = JSValueToNumber([_context JSGlobalContextRef], m_value, &exception);
159 [_context notifyException:exception];
179 id result = valueToNumber([_context JSGlobalContextRef], m_value, &exception);
181 [_context notifyException:exception];
188 id result = valueToString([_context JSGlobalContextRef], m_value, &exception);
190 [_context notifyException:exception];
197 id result = valueToDate([_context JSGlobalContextRef], m_value, &exception);
199 [_context notifyExceptio
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapeContainerCheckContextInfo.mm40 _context = context;
56 return _context;
H A DWebNetscapeContainerCheckContextInfo.h36 void *_context; variable
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Lib/Foundation/
H A D__init__.py47 import Foundation._context
48 for nm in dir(Foundation._context):
49 setattr(mod, nm, getattr(Foundation._context, nm))
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D__init__.py37 from _context import *
/macosx-10.10/libauto-186/
H A DInUseEnumerator.h44 void *_context; // context passed back to callbacks member in class:Auto::InUseEnumerator
58 , _context(context)
99 _recorder(_task, _context, type & _type_mask, &range, 1);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Core Image/CIBevelSample/
H A DSampleCIView.py20 _context = objc.ivar() variable in class:SampleCIView
110 if self._context is None:
115 self._context=CIContext.contextWithCGLContext_pixelFormat_options_(
138 self.drawRect_inCIContext_(rr, self._context)
141 self._context.drawImage_atPoint_fromRect_(
156 self.drawRect_inCIContext_(ir, self._context)
159 cgImage = self._context.createCGImage_fromRect_(
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Core Image/CIMicroPaint/
H A DSampleCIView.py20 _context = objc.ivar() variable in class:SampleCIView
110 if self._context is None:
115 self._context=CIContext.contextWithCGLContext_pixelFormat_options_(
138 self.drawRect_inCIContext_(rr, self._context)
141 self._context.drawImage_atPoint_fromRect_(
156 self.drawRect_inCIContext_(ir, self._context)
159 cgImage = self._context.createCGImage_fromRect_(
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/Core Image/CIBevelSample/
H A DSampleCIView.py20 _context = objc.ivar() variable in class:SampleCIView
110 if self._context is None:
115 self._context=CIContext.contextWithCGLContext_pixelFormat_options_(
138 self.drawRect_inCIContext_(rr, self._context)
141 self._context.drawImage_atPoint_fromRect_(
156 self.drawRect_inCIContext_(ir, self._context)
159 cgImage = self._context.createCGImage_fromRect_(
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/Core Image/CIMicroPaint/
H A DSampleCIView.py20 _context = objc.ivar() variable in class:SampleCIView
110 if self._context is None:
115 self._context=CIContext.contextWithCGLContext_pixelFormat_options_(
138 self.drawRect_inCIContext_(rr, self._context)
141 self._context.drawImage_atPoint_fromRect_(
156 self.drawRect_inCIContext_(ir, self._context)
159 cgImage = self._context.createCGImage_fromRect_(
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/Core Image/CIBevelSample/
H A DSampleCIView.py20 _context = objc.ivar() variable in class:SampleCIView
110 if self._context is None:
115 self._context=CIContext.contextWithCGLContext_pixelFormat_options_(
138 self.drawRect_inCIContext_(rr, self._context)
141 self._context.drawImage_atPoint_fromRect_(
156 self.drawRect_inCIContext_(ir, self._context)
159 cgImage = self._context.createCGImage_fromRect_(
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/Core Image/CIMicroPaint/
H A DSampleCIView.py20 _context = objc.ivar() variable in class:SampleCIView
110 if self._context is None:
115 self._context=CIContext.contextWithCGLContext_pixelFormat_options_(
138 self.drawRect_inCIContext_(rr, self._context)
141 self._context.drawImage_atPoint_fromRect_(
156 self.drawRect_inCIContext_(ir, self._context)
159 cgImage = self._context.createCGImage_fromRect_(
/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDAServer.defs90 _context : mach_vm_offset_t;
95 _context : mach_vm_offset_t;
103 _context : mach_vm_offset_t;
119 _context : mach_vm_offset_t );
H A DDAServer.c1531 mach_vm_offset_t _context,
1573 callback = DACallbackCreate( kCFAllocatorDefault, session, _address, _context, _kind, 0, NULL, NULL );
1619 _context,
1650 _context,
1661 mach_vm_offset_t _context,
1693 DALogDebug( " dispatched response, id = %016llX:%016llX, kind = %s, disk = %s, orphaned.", _address, _context, _DACallbackKindGetName( _kind ), _disk );
1707 DALogDebug( "unable to dispatch response, id = %016llX:%016llX, disk = %s (status code 0x%08X).", _address, _context, _disk, status );
1715 mach_vm_offset_t _context,
1753 callback = DACallbackCreate( kCFAllocatorDefault, session, _address, _context, _kind, _order, match, watch );
1759 DALogDebug( " registered callback, id = %016llX:%016llX, kind = %s.", _address, _context, _DACallbackKindGetNam
1522 _DAServerSessionQueueRequest( mach_port_t _session, int32_t _kind, caddr_t _argument0, int32_t _argument1, vm_address_t _argument2, mach_msg_type_number_t _argument2Size, vm_address_t _argument3, mach_msg_type_number_t _argument3Size, mach_vm_offset_t _address, mach_vm_offset_t _context, security_token_t _token ) argument
1659 _DAServerSessionQueueResponse( mach_port_t _session, mach_vm_offset_t _address, mach_vm_offset_t _context, int32_t _kind, caddr_t _disk, vm_address_t _response, mach_msg_type_number_t _responseSize, int32_t _responseID ) argument
1713 _DAServerSessionRegisterCallback( mach_port_t _session, mach_vm_offset_t _address, mach_vm_offset_t _context, int32_t _kind, int32_t _order, vm_address_t _match, mach_msg_type_number_t _matchSize, vm_address_t _watch, mach_msg_type_number_t _watchSize ) argument
[all...]
H A DDADisk.c50 CFTypeRef _context; member in struct:__DADisk
123 disk->_context = NULL;
167 if ( disk->_context ) CFRelease( disk->_context );
1065 return disk->_context;
1242 if ( disk->_context )
1244 CFRelease( disk->_context );
1246 disk->_context = NULL;
1253 disk->_context = context;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/objc/
H A D__init__.py41 from objc._context import *
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D__init__.py38 from objc._context import *
/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A Dkxld_stubs.c43 kxld_create_context(KXLDContext **_context __unused,
/macosx-10.10/Heimdal-398.1.2/kcm/
H A Dkcm_locl.h46 #define KCM_LOG_REQUEST(_context, _client, _opcode) do { \
51 #define KCM_LOG_REQUEST_NAME(_context, _client, _opcode, _name) do { \
/macosx-10.10/llvmCore-3425.0.34/tools/lto/
H A DLTOCodeGenerator.h68 llvm::LLVMContext& _context; member in struct:LTOCodeGenerator

Completed in 174 milliseconds

12