/third_party/skia/tools/gpu/vk/ |
D | VkTestContext.cpp | 24 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/ |
D | D3DTestContext.cpp | 19 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/ |
D | tcuWGLContextFactory.cpp | 68 …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()
|
D | tcuWGLContextFactory.hpp | 40 const glu::RenderContext* sharedContext) const;
|
/third_party/skia/tools/gpu/mtl/ |
D | MtlTestContext.mm | 22 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/ |
D | DisplayWGL.cpp | 789 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 …]
|
D | RendererWGL.cpp | 18 HGLRC sharedContext, in RendererWGL() argument 23 mSharedContext(sharedContext), in RendererWGL()
|
D | DisplayWGL.h | 85 HGLRC sharedContext, 104 HGLRC &sharedContext, 109 HGLRC &sharedContext,
|
D | RendererWGL.h | 26 HGLRC sharedContext,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
D | DisplayWGL.cpp | 770 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 …]
|
D | RendererWGL.cpp | 18 HGLRC sharedContext, in RendererWGL() argument 23 mSharedContext(sharedContext), in RendererWGL()
|
D | DisplayWGL.h | 82 HGLRC sharedContext, 103 HGLRC &sharedContext, 108 HGLRC &sharedContext,
|
D | RendererWGL.h | 26 HGLRC sharedContext,
|
/third_party/skia/tools/gpu/dawn/ |
D | DawnTestContext.cpp | 100 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/ |
D | VkTestContext.cpp | 149 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/ |
D | MtlTestContext.mm | 72 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/ |
D | DawnTestContext.cpp | 171 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/ |
D | egluGLContextFactory.cpp | 133 …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()
|
D | egluGLContextFactory.hpp | 52 …derConfig& config, const tcu::CommandLine& cmdLine, const glu::RenderContext *sharedContext) const;
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 92 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/ |
D | tcuOhosEglContextFactory.cpp | 36 const tcu::CommandLine& cmdline, const glu::RenderContext* sharedContext) const in createContext() 38 printf("---- cc h ----%p\n",sharedContext); in createContext()
|
D | tcuOhosEglContextFactory.hpp | 41 const tcu::CommandLine& cmdLine, const glu::RenderContext* sharedContext) const;
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluRenderContext.cpp | 133 …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()
|
D | gluContextFactory.hpp | 65 …onfig& config, const tcu::CommandLine& cmdLine, const glu::RenderContext* sharedContext) const = 0;
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglMultiContextTests.cpp | 152 …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()
|