Searched refs:contextType (Results 1 - 23 of 23) sorted by relevance

/external/deqp/framework/opengl/
H A DgluStrUtil.cpp122 std::ostream& operator<< (std::ostream& str, ContextType contextType) argument
124 str << contextType.getAPI();
126 if (contextType.getFlags() != ContextFlags(0))
138 ContextFlags flags = contextType.getFlags();
146 if (flags != contextType.getFlags())
157 if (flags != contextType.getFlags())
H A DgluStrUtil.hpp75 std::ostream& operator<< (std::ostream& str, ContextType contextType);
/external/chromium_org/chrome/renderer/resources/extensions/
H A Didentity_custom_bindings.js9 binding.registerCustomHook(function(binding, id, contextType) {
/external/chromium_org/third_party/skia/dm/
H A DDMGpuGMTask.cpp17 GrContextFactory::GLContextType contextType,
23 , fContextType(contextType)
12 GpuGMTask(const char* config, Reporter* reporter, TaskRunner* taskRunner, skiagm::GMRegistry::Factory gmFactory, const Expectations& expectations, GrContextFactory::GLContextType contextType, int sampleCount) argument
H A DDMBenchTask.cpp35 GrContextFactory::GLContextType contextType,
40 , fContextType(contextType)
31 GpuBenchTask(const char* config, Reporter* reporter, TaskRunner* tasks, BenchRegistry::Factory factory, GrContextFactory::GLContextType contextType, int sampleCount) argument
/external/skia/dm/
H A DDMGpuGMTask.cpp17 GrContextFactory::GLContextType contextType,
23 , fContextType(contextType)
12 GpuGMTask(const char* config, Reporter* reporter, TaskRunner* taskRunner, skiagm::GMRegistry::Factory gmFactory, const Expectations& expectations, GrContextFactory::GLContextType contextType, int sampleCount) argument
H A DDMBenchTask.cpp35 GrContextFactory::GLContextType contextType,
40 , fContextType(contextType)
31 GpuBenchTask(const char* config, Reporter* reporter, TaskRunner* tasks, BenchRegistry::Factory factory, GrContextFactory::GLContextType contextType, int sampleCount) argument
/external/chromium_org/extensions/renderer/resources/
H A Druntime_custom_bindings.js17 var contextType = process.GetContextType(); variable
18 if (contextType == 'BLESSED_EXTENSION' ||
19 contextType == 'UNBLESSED_EXTENSION') {
78 binding.registerCustomHook(function(binding, id, contextType) {
178 if (contextType != 'BLESSED_EXTENSION')
H A Dextension_custom_bindings.js18 var contextType = requireNative('process').GetContextType(); variable
105 if (contextType == 'BLESSED_EXTENSION') {
H A Dbinding.js16 var contextType = process.GetContextType(); variable
194 }, extensionId, contextType);
261 return (contextType == 'BLESSED_EXTENSION') ||
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DWorkerScriptController.cpp135 const WrapperTypeInfo* contextType = &V8DedicatedWorkerGlobalScope::wrapperTypeInfo; local
137 contextType = &V8ServiceWorkerGlobalScope::wrapperTypeInfo;
139 contextType = &V8SharedWorkerGlobalScope::wrapperTypeInfo;
140 v8::Handle<v8::Function> workerGlobalScopeConstructor = m_scriptState->perContextData()->constructorForType(contextType);
147 V8DOMWrapper::associateObjectWithWrapper<V8WorkerGlobalScope>(PassRefPtrWillBeRawPtr<WorkerGlobalScope>(&m_workerGlobalScope), contextType, jsWorkerGlobalScope, m_isolate, WrapperConfiguration::Dependent); local
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A DModuleManager.js112 var contextType = this._resolve(contextTypes[i]);
113 var isMatching = !!contextType && predicate(contextType);
/external/chromium_org/third_party/skia/bench/
H A Dbenchmain.cpp197 GLContextType contextType; member in struct:Config
355 GrContext* context = gContextFactory.get(config.contextType);
415 GrContext* context = gContextFactory.get(config.contextType);
461 context = gContextFactory.get(config.contextType);
465 glContext = gContextFactory.getGLContext(config.contextType);
531 contextHelper = gContextFactory.getGLContext(config.contextType);
/external/skia/bench/
H A Dbenchmain.cpp197 GLContextType contextType; member in struct:Config
355 GrContext* context = gContextFactory.get(config.contextType);
415 GrContext* context = gContextFactory.get(config.contextType);
461 context = gContextFactory.get(config.contextType);
465 glContext = gContextFactory.getGLContext(config.contextType);
531 contextHelper = gContextFactory.getGLContext(config.contextType);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLCanvasElement.cpp176 ContextType contextType; local
179 contextType = ContextExperimentalWebgl;
181 contextType = ContextWebgl;
191 blink::Platform::current()->histogramEnumeration("Canvas.ContextType", contextType, ContextTypeCount);
/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.cpp115 const ContextType& contextType);
299 const ContextType& contextType)
302 const ApiType apiType = contextType.getAPI();
298 createContext(const GlxContextFactory& factory, const ContextType& contextType) argument
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp553 : contextType (glu::ApiType::es(3,0))
568 glu::ContextType contextType; member in struct:sglr::ReferenceContextLimits
H A DsglrReferenceContext.cpp239 : contextType (renderCtx.getType())
256 if (contextSupports(contextType, glu::ApiType::es(3,0)) || glu::isContextTypeGLCore(contextType))
277 if (contextSupports(contextType, glu::ApiType::es(3,1)))
313 : Context (limits.contextType)
604 RC_IF_ERROR(glu::isContextTypeES(m_limits.contextType) && (target == GL_TEXTURE_1D), GL_INVALID_ENUM, RC_RET_VOID);
1015 if (target == GL_TEXTURE_1D && glu::isContextTypeGLCore(m_limits.contextType))
1279 if (target == GL_TEXTURE_1D && glu::isContextTypeGLCore(m_limits.contextType))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 914 milliseconds