Home
last modified time | relevance | path

Searched refs:sharedContext (Results 1 – 25 of 42) sorted by relevance

12

/third_party/skia/tools/gpu/vk/
DVkTestContext.cpp24 static VkTestContext* Create(VkTestContext* sharedContext) { in Create() argument
31 if (sharedContext) { in Create()
32 backendContext = sharedContext->getVkBackendContext(); in Create()
33 extensions = const_cast<GrVkExtensions*>(sharedContext->getVkExtensions()); in Create()
34 features = const_cast<VkPhysicalDeviceFeatures2*>(sharedContext->getVkFeatures()); in Create()
132 VkTestContext* CreatePlatformVkTestContext(VkTestContext* sharedContext) { in CreatePlatformVkTestContext() argument
133 return VkTestContextImpl::Create(sharedContext); in CreatePlatformVkTestContext()
/third_party/skia/tools/gpu/d3d/
DD3DTestContext.cpp19 static D3DTestContext* Create(D3DTestContext* sharedContext) { in Create() argument
22 if (sharedContext) { in Create()
25 backendContext = sharedContext->getD3DBackendContext(); in Create()
70 D3DTestContext* CreatePlatformD3DTestContext(D3DTestContext* sharedContext) { in CreatePlatformD3DTestContext() argument
71 return D3DTestContextImpl::Create(sharedContext); in CreatePlatformD3DTestContext()
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWGLContextFactory.cpp68 …xt (HINSTANCE instance, const wgl::Core& wglCore, const WGLContext* sharedContext, const glu::Re…
93 …text (HINSTANCE instance, const wgl::Core& wglCore, const WGLContext* sharedContext, const glu::Re… in WGLContext() argument
116 if (DE_NULL != sharedContext) in WGLContext()
117 sharedCtx = sharedContext->m_context; in WGLContext()
182 const glu::RenderContext* sharedContext) const in createContext()
184 const WGLContext* sharedWGLContext = static_cast<const WGLContext*>(sharedContext); in createContext()
DtcuWGLContextFactory.hpp40 const glu::RenderContext* sharedContext) const;
/third_party/skia/tools/gpu/mtl/
DMtlTestContext.mm22 static MtlTestContext* Create(MtlTestContext* sharedContext) {
24 if (sharedContext) {
25 MtlTestContextImpl* sharedContextImpl = (MtlTestContextImpl*) sharedContext;
83 MtlTestContext* CreatePlatformMtlTestContext(MtlTestContext* sharedContext) {
84 return MtlTestContextImpl::Create(sharedContext);
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.cpp789 HGLRC &sharedContext, in initializeContextAttribs() argument
810 return createContextAttribs(requestedVersion, profileMask, sharedContext, useARBShare, in initializeContextAttribs()
828 HGLRC context = createContextAttribs(info.version, profileFlag, sharedContext, useARBShare, in initializeContextAttribs()
841 HGLRC &sharedContext, in createContextAttribs() argument
876 sharedContext = mFunctionsWGL->createContextAttribsARB(mDeviceContext, context, &attribs[0]); in createContextAttribs()
885 HGLRC sharedContext = nullptr; in createRenderer() local
890 context = initializeContextAttribs(mDisplayAttributes, sharedContext, mUseARBShare, in createRenderer()
908 if (!sharedContext) in createRenderer()
910 sharedContext = mFunctionsWGL->createContext(mDeviceContext); in createRenderer()
911 if (!mFunctionsWGL->shareLists(context, sharedContext)) in createRenderer()
[all …]
DRendererWGL.cpp18 HGLRC sharedContext, in RendererWGL() argument
23 mSharedContext(sharedContext), in RendererWGL()
DDisplayWGL.h85 HGLRC sharedContext,
104 HGLRC &sharedContext,
109 HGLRC &sharedContext,
DRendererWGL.h26 HGLRC sharedContext,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.cpp770 HGLRC &sharedContext, in initializeContextAttribs() argument
791 return createContextAttribs(requestedVersion, profileMask, sharedContext, useARBShare, in initializeContextAttribs()
809 HGLRC context = createContextAttribs(info.version, profileFlag, sharedContext, useARBShare, in initializeContextAttribs()
822 HGLRC &sharedContext, in createContextAttribs() argument
857 sharedContext = mFunctionsWGL->createContextAttribsARB(mDeviceContext, context, &attribs[0]); in createContextAttribs()
866 HGLRC sharedContext = nullptr; in createRenderer() local
871 context = initializeContextAttribs(mDisplayAttributes, sharedContext, mUseARBShare, in createRenderer()
889 if (!sharedContext) in createRenderer()
891 sharedContext = mFunctionsWGL->createContext(mDeviceContext); in createRenderer()
892 if (!mFunctionsWGL->shareLists(context, sharedContext)) in createRenderer()
[all …]
DRendererWGL.cpp18 HGLRC sharedContext, in RendererWGL() argument
23 mSharedContext(sharedContext), in RendererWGL()
DDisplayWGL.h82 HGLRC sharedContext,
103 HGLRC &sharedContext,
108 HGLRC &sharedContext,
DRendererWGL.h26 HGLRC sharedContext,
/third_party/skia/tools/gpu/dawn/
DDawnTestContext.cpp100 static DawnTestContext* Create(DawnTestContext* sharedContext) { in Create() argument
103 if (sharedContext) { in Create()
104 device = sharedContext->getDevice(); in Create()
170 DawnTestContext* CreatePlatformDawnTestContext(DawnTestContext* sharedContext) { in CreatePlatformDawnTestContext() argument
171 return DawnTestContextImpl::Create(sharedContext); in CreatePlatformDawnTestContext()
/third_party/flutter/skia/tools/gpu/vk/
DVkTestContext.cpp149 static VkTestContext* Create(VkTestContext* sharedContext) { in Create() argument
156 if (sharedContext) { in Create()
157 backendContext = sharedContext->getVkBackendContext(); in Create()
158 extensions = const_cast<GrVkExtensions*>(sharedContext->getVkExtensions()); in Create()
159 features = const_cast<VkPhysicalDeviceFeatures2*>(sharedContext->getVkFeatures()); in Create()
261 VkTestContext* CreatePlatformVkTestContext(VkTestContext* sharedContext) { in CreatePlatformVkTestContext() argument
262 return VkTestContextImpl::Create(sharedContext); in CreatePlatformVkTestContext()
/third_party/flutter/skia/tools/gpu/mtl/
DMtlTestContext.mm72 static MtlTestContext* Create(MtlTestContext* sharedContext) {
75 if (sharedContext) {
76 MtlTestContextImpl* sharedContextImpl = (MtlTestContextImpl*) sharedContext;
125 MtlTestContext* CreatePlatformMtlTestContext(MtlTestContext* sharedContext) {
126 return MtlTestContextImpl::Create(sharedContext);
/third_party/flutter/skia/tools/gpu/dawn/
DDawnTestContext.cpp171 static DawnTestContext* Create(DawnTestContext* sharedContext) { in Create() argument
174 if (sharedContext) { in Create()
175 device = sharedContext->getDevice(); in Create()
245 DawnTestContext* CreatePlatformDawnTestContext(DawnTestContext* sharedContext) { in CreatePlatformDawnTestContext() argument
246 return DawnTestContextImpl::Create(sharedContext); in CreatePlatformDawnTestContext()
/third_party/vk-gl-cts/framework/egl/
DegluGLContextFactory.cpp133 …pixmapFactory, const glu::RenderConfig& config, const glu::RenderContext* sharedContext = DE_NULL);
151 …pFactory* pixmapFactory, const glu::RenderConfig& config, const glu::RenderContext* sharedContext);
172 …apFactory* pixmapFactory, const glu::RenderConfig& config, const glu::RenderContext* sharedContext) in RenderContext() argument
190 create(displayFactory, windowFactory, pixmapFactory, config, sharedContext); in RenderContext()
310 …apFactory* pixmapFactory, const glu::RenderConfig& config, const glu::RenderContext *sharedContext) in create() argument
316 if (DE_NULL == sharedContext) in create()
320 const RenderContext* context = dynamic_cast<const RenderContext*>(sharedContext); in create()
600 …nderConfig& config, const tcu::CommandLine& cmdLine, const glu::RenderContext *sharedContext) const in createContext()
625 return new RenderContext(&displayFactory, windowFactory, pixmapFactory, config, sharedContext); in createContext()
DegluGLContextFactory.hpp52 …derConfig& config, const tcu::CommandLine& cmdLine, const glu::RenderContext *sharedContext) const;
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp92 const glu::RenderContext* sharedContext) const;
128 const glu::RenderContext* sharedContext,
182 const glu::RenderContext* sharedContext
231 const glu::RenderContext* sharedContext) const in createContext()
234 GlxRenderContext* const renderContext = new GlxRenderContext(*this, config, sharedContext); in createContext()
325 const glu::RenderContext* sharedContext, in createContext() argument
413 …st GlxRenderContext* sharedGlxRenderContext = dynamic_cast<const GlxRenderContext*>(sharedContext); in createContext()
709 const glu::RenderContext* sharedContext) in GlxRenderContext() argument
713 …, m_GLXContext (m_glxVisual.createContext(factory, config.type, sharedContext, config.resetNotifi… in GlxRenderContext()
/third_party/vk-gl-cts/framework/platform/ohos/context/
DtcuOhosEglContextFactory.cpp36 const tcu::CommandLine& cmdline, const glu::RenderContext* sharedContext) const in createContext()
38 printf("---- cc h ----%p\n",sharedContext); in createContext()
DtcuOhosEglContextFactory.hpp41 const tcu::CommandLine& cmdLine, const glu::RenderContext* sharedContext) const;
/third_party/vk-gl-cts/framework/opengl/
DgluRenderContext.cpp133 …m, const tcu::CommandLine& cmdLine, const RenderConfig& config, const RenderContext* sharedContext) in createRenderContext() argument
165 if (sharedContext) in createRenderContext()
170 return factory->createContext(config, cmdLine, sharedContext); in createRenderContext()
DgluContextFactory.hpp65 …onfig& config, const tcu::CommandLine& cmdLine, const glu::RenderContext* sharedContext) const = 0;
/third_party/vk-gl-cts/modules/egl/
DteglMultiContextTests.cpp152 …const eglw::EGLContext sharedContext = (m_sharing == SHARING_SHARED && contextCount > 0 ? contexts… in iterate() local
153 … const eglw::EGLContext context = egl.createContext(*display, config, sharedContext, attribList); in iterate()

12