Home
last modified time | relevance | path

Searched refs:backendContext (Results 1 – 25 of 37) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/gpu/d3d/
H A DD3DTestContext.cpp20 GrD3DBackendContext backendContext; in Create() local
25 backendContext = sharedContext->getD3DBackendContext(); in Create()
28 if (!sk_gpu_test::CreateD3DBackendContext(&backendContext)) { in Create()
34 return new D3DTestContextImpl(backendContext, ownsContext); in Create()
56 D3DTestContextImpl(const GrD3DBackendContext& backendContext, bool ownsContext) in D3DTestContextImpl() argument
57 : D3DTestContext(backendContext, ownsContext) { in D3DTestContextImpl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/gpu/d3d/
H A DD3DTestContext.cpp20 GrD3DBackendContext backendContext; in Create() local
25 backendContext = sharedContext->getD3DBackendContext(); in Create()
28 if (!sk_gpu_test::CreateD3DBackendContext(&backendContext)) { in Create()
34 return new D3DTestContextImpl(backendContext, ownsContext); in Create()
56 D3DTestContextImpl(const GrD3DBackendContext& backendContext, bool ownsContext) in D3DTestContextImpl() argument
57 : D3DTestContext(backendContext, ownsContext) { in D3DTestContextImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/gpu/vk/
H A DVkTestContext.cpp25 GrVkBackendContext backendContext; in Create() local
32 backendContext = sharedContext->getVkBackendContext(); in Create()
54 if (!sk_gpu_test::CreateVkBackendContext(getProc, &backendContext, extensions, in Create()
63 backendContext.fInstance, "vkDestroyDebugReportCallbackEXT"); in Create()
66 return new VkTestContextImpl(backendContext, extensions, features, ownsContext, in Create()
114 VkTestContextImpl(const GrVkBackendContext& backendContext, const GrVkExtensions* extensions, in VkTestContextImpl() argument
118 : VkTestContext(backendContext, extensions, features, ownsContext, debugCallback, in VkTestContextImpl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/gpu/vk/
H A DVkTestContext.cpp25 GrVkBackendContext backendContext; in Create() local
32 backendContext = sharedContext->getVkBackendContext(); in Create()
54 if (!sk_gpu_test::CreateVkBackendContext(getProc, &backendContext, extensions, in Create()
63 backendContext.fInstance, "vkDestroyDebugReportCallbackEXT"); in Create()
66 return new VkTestContextImpl(backendContext, extensions, features, ownsContext, in Create()
114 VkTestContextImpl(const GrVkBackendContext& backendContext, const GrVkExtensions* extensions, in VkTestContextImpl() argument
118 : VkTestContext(backendContext, extensions, features, ownsContext, debugCallback, in VkTestContextImpl()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrGpuFactory.cpp17 GrBackendContext backendContext, in Make() argument
22 return GrGLGpu::Make(backendContext, options, context); in Make()
25 return GrVkGpu::Make(backendContext, options, context); in Make()
28 return GrMockGpu::Make(backendContext, options, context); in Make()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp71 backendContext.fQueue == VK_NULL_HANDLE) { in Make()
74 if (!backendContext.fGetProc) { in Make()
106 uint32_t apiVersion = backendContext.fMaxAPIVersion ? backendContext.fMaxAPIVersion in Make()
114 if (backendContext.fVkExtensions) { in Make()
131 extensions.init(backendContext.fGetProc, backendContext.fInstance, in Make()
146 if (backendContext.fDeviceFeatures2) { in Make()
149 *backendContext.fVkExtensions, backendContext.fProtectedContext)); in Make()
156 *backendContext.fVkExtensions, backendContext.fProtectedContext)); in Make()
176 extensions.init(backendContext.fGetProc, backendContext.fInstance, in Make()
223 , fDevice(backendContext.fDevice) in GrVkGpu()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrLegacyDirectContext.cpp179 sk_sp<GrContext> GrContext::MakeVulkan(const GrVkBackendContext& backendContext) { in MakeVulkan() argument
182 return MakeVulkan(backendContext, defaultOptions); in MakeVulkan()
188 sk_sp<GrContext> GrContext::MakeVulkan(const GrVkBackendContext& backendContext, in MakeVulkan() argument
193 context->fGpu = GrVkGpu::Make(backendContext, options, context.get()); in MakeVulkan()
229 sk_sp<GrContext> GrContext::MakeDirect3D(const GrD3DBackendContext& backendContext) { in MakeDirect3D() argument
231 return MakeDirect3D(backendContext, defaultOptions); in MakeDirect3D()
234 sk_sp<GrContext> GrContext::MakeDirect3D(const GrD3DBackendContext& backendContext, in MakeDirect3D() argument
238 context->fGpu = GrD3DGpu::Make(backendContext, options, context.get()); in MakeDirect3D()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkGpu.cpp71 backendContext.fQueue == VK_NULL_HANDLE) { in Make()
74 if (!backendContext.fGetProc) { in Make()
106 uint32_t apiVersion = backendContext.fMaxAPIVersion ? backendContext.fMaxAPIVersion in Make()
114 if (backendContext.fVkExtensions) { in Make()
131 extensions.init(backendContext.fGetProc, backendContext.fInstance, in Make()
162 , fInstance(backendContext.fInstance) in GrVkGpu()
164 , fDevice(backendContext.fDevice) in GrVkGpu()
165 , fQueue(backendContext.fQueue) in GrVkGpu()
180 if (backendContext.fDeviceFeatures2) { in GrVkGpu()
185 } else if (backendContext.fDeviceFeatures) { in GrVkGpu()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkGpu.cpp71 backendContext.fQueue == VK_NULL_HANDLE) { in Make()
74 if (!backendContext.fGetProc) { in Make()
106 uint32_t apiVersion = backendContext.fMaxAPIVersion ? backendContext.fMaxAPIVersion in Make()
114 if (backendContext.fVkExtensions) { in Make()
131 extensions.init(backendContext.fGetProc, backendContext.fInstance, in Make()
162 , fInstance(backendContext.fInstance) in GrVkGpu()
164 , fDevice(backendContext.fDevice) in GrVkGpu()
165 , fQueue(backendContext.fQueue) in GrVkGpu()
180 if (backendContext.fDeviceFeatures2) { in GrVkGpu()
185 } else if (backendContext.fDeviceFeatures) { in GrVkGpu()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkGpu.cpp71 backendContext.fQueue == VK_NULL_HANDLE) { in Make()
74 if (!backendContext.fGetProc) { in Make()
106 uint32_t apiVersion = backendContext.fMaxAPIVersion ? backendContext.fMaxAPIVersion in Make()
114 if (backendContext.fVkExtensions) { in Make()
131 extensions.init(backendContext.fGetProc, backendContext.fInstance, in Make()
162 , fInstance(backendContext.fInstance) in GrVkGpu()
164 , fDevice(backendContext.fDevice) in GrVkGpu()
165 , fQueue(backendContext.fQueue) in GrVkGpu()
180 if (backendContext.fDeviceFeatures2) { in GrVkGpu()
185 } else if (backendContext.fDeviceFeatures) { in GrVkGpu()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkGpu.cpp71 backendContext.fQueue == VK_NULL_HANDLE) { in Make()
74 if (!backendContext.fGetProc) { in Make()
106 uint32_t apiVersion = backendContext.fMaxAPIVersion ? backendContext.fMaxAPIVersion in Make()
114 if (backendContext.fVkExtensions) { in Make()
131 extensions.init(backendContext.fGetProc, backendContext.fInstance, in Make()
162 , fInstance(backendContext.fInstance) in GrVkGpu()
164 , fDevice(backendContext.fDevice) in GrVkGpu()
165 , fQueue(backendContext.fQueue) in GrVkGpu()
180 if (backendContext.fDeviceFeatures2) { in GrVkGpu()
185 } else if (backendContext.fDeviceFeatures) { in GrVkGpu()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/sk_app/
H A DVulkanWindowContext.cpp63 GrVkBackendContext backendContext; in initializeContext() local
78 fInstance = backendContext.fInstance; in initializeContext()
79 fPhysicalDevice = backendContext.fPhysicalDevice; in initializeContext()
80 fDevice = backendContext.fDevice; in initializeContext()
81 fGraphicsQueueIndex = backendContext.fGraphicsQueueIndex; in initializeContext()
82 fGraphicsQueue = backendContext.fQueue; in initializeContext()
86 backendContext.fGetProc("vkGetPhysicalDeviceProperties", in initializeContext()
87 backendContext.fInstance, in initializeContext()
97 fInterface.reset(new GrVkInterface(backendContext.fGetProc, fInstance, fDevice, in initializeContext()
98 backendContext.fInstanceVersion, physDevVersion, in initializeContext()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp69 backendContext.fDevice == VK_NULL_HANDLE || in Make()
70 backendContext.fQueue == VK_NULL_HANDLE) { in Make()
73 if (!backendContext.fGetProc) { in Make()
105 uint32_t apiVersion = backendContext.fMaxAPIVersion ? backendContext.fMaxAPIVersion in Make()
113 if (backendContext.fVkExtensions) { in Make()
130 extensions.init(backendContext.fGetProc, backendContext.fInstance, in Make()
162 , fDevice(backendContext.fDevice) in GrVkGpu()
163 , fQueue(backendContext.fQueue) in GrVkGpu()
178 if (backendContext.fDeviceFeatures2) { in GrVkGpu()
183 } else if (backendContext.fDeviceFeatures) { in GrVkGpu()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/sk_app/
H A DVulkanWindowContext.cpp64 GrVkBackendContext backendContext; in initializeContext() local
79 fInstance = backendContext.fInstance; in initializeContext()
80 fPhysicalDevice = backendContext.fPhysicalDevice; in initializeContext()
81 fDevice = backendContext.fDevice; in initializeContext()
82 fGraphicsQueueIndex = backendContext.fGraphicsQueueIndex; in initializeContext()
83 fGraphicsQueue = backendContext.fQueue; in initializeContext()
87 backendContext.fGetProc("vkGetPhysicalDeviceProperties", in initializeContext()
88 backendContext.fInstance, in initializeContext()
95 localGetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &physDeviceProperties); in initializeContext()
98 fInterface.reset(new GrVkInterface(backendContext.fGetProc, fInstance, fDevice, in initializeContext()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/external/skia/
H A Dshare-grcontext.patch.135 GrVkBackendContext backendContext;
56 - fInstance = backendContext.fInstance;
57 - fPhysicalDevice = backendContext.fPhysicalDevice;
58 - fDevice = backendContext.fDevice;
59 - fGraphicsQueueIndex = backendContext.fGraphicsQueueIndex;
60 - fGraphicsQueue = backendContext.fQueue;
61 + d->fInstance = backendContext.fInstance;
62 + d->fPhysicalDevice = backendContext.fPhysicalDevice;
63 + d->fDevice = backendContext.fDevice;
64 + d->fGraphicsQueueIndex = backendContext.fGraphicsQueueIndex;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.cpp17 sk_sp<GrGpu> GrD3DGpu::Make(const GrD3DBackendContext& backendContext, in Make() argument
19 return sk_sp<GrGpu>(new GrD3DGpu(context, contextOptions, backendContext)); in Make()
29 const GrD3DBackendContext& backendContext) in GrD3DGpu() argument
31 , fDevice(backendContext.fDevice) in GrD3DGpu()
33 , fQueue(backendContext.fQueue) in GrD3DGpu()
37 backendContext.fAdapter.get(), in GrD3DGpu()
38 backendContext.fDevice.get())); in GrD3DGpu()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/sk_app/win/
H A DD3D12WindowContext_win.cpp80 GrD3DBackendContext backendContext; in initializeContext() local
81 sk_gpu_test::CreateD3DBackendContext(&backendContext); in initializeContext()
82 fDevice = backendContext.fDevice; in initializeContext()
83 fQueue = backendContext.fQueue; in initializeContext()
85 fContext = GrDirectContext::MakeDirect3D(backendContext, fDisplayParams.fGrContextOptions); in initializeContext()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrGpuFactory.cpp29 GrBackendContext backendContext, in willUseGeoShader()
36 return (gGpuFactories[backend])(backendContext, options, context); in willUseGeoShader()
H A DGrContext.cpp37 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext) { in Create() argument
39 return Create(backend, backendContext, defaultOptions); in Create()
42 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext, in Create() argument
46 if (context->init(backend, backendContext, options)) { in Create()
71 bool GrContext::init(GrBackend backend, GrBackendContext backendContext, in init() argument
76 fGpu = GrGpu::Create(backend, backendContext, options, this); in init()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrLegacyDirectContext.cpp174 sk_sp<GrContext> GrContext::MakeVulkan(const GrVkBackendContext& backendContext) { in MakeVulkan() argument
177 return MakeVulkan(backendContext, defaultOptions); in MakeVulkan()
183 sk_sp<GrContext> GrContext::MakeVulkan(const GrVkBackendContext& backendContext, in MakeVulkan() argument
189 context->fGpu = GrVkGpu::Make(backendContext, options, context.get()); in MakeVulkan()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrLegacyDirectContext.cpp174 sk_sp<GrContext> GrContext::MakeVulkan(const GrVkBackendContext& backendContext) { in MakeVulkan() argument
177 return MakeVulkan(backendContext, defaultOptions); in MakeVulkan()
183 sk_sp<GrContext> GrContext::MakeVulkan(const GrVkBackendContext& backendContext, in MakeVulkan() argument
189 context->fGpu = GrVkGpu::Make(backendContext, options, context.get()); in MakeVulkan()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrLegacyDirectContext.cpp174 sk_sp<GrContext> GrContext::MakeVulkan(const GrVkBackendContext& backendContext) { in MakeVulkan() argument
177 return MakeVulkan(backendContext, defaultOptions); in MakeVulkan()
183 sk_sp<GrContext> GrContext::MakeVulkan(const GrVkBackendContext& backendContext, in MakeVulkan() argument
189 context->fGpu = GrVkGpu::Make(backendContext, options, context.get()); in MakeVulkan()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrLegacyDirectContext.cpp174 sk_sp<GrContext> GrContext::MakeVulkan(const GrVkBackendContext& backendContext) { in MakeVulkan() argument
177 return MakeVulkan(backendContext, defaultOptions); in MakeVulkan()
183 sk_sp<GrContext> GrContext::MakeVulkan(const GrVkBackendContext& backendContext, in MakeVulkan() argument
189 context->fGpu = GrVkGpu::Make(backendContext, options, context.get()); in MakeVulkan()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrDirectContext.cpp946 sk_sp<GrDirectContext> GrDirectContext::MakeVulkan(const GrVkBackendContext& backendContext) { in MakeVulkan() argument
948 return MakeVulkan(backendContext, defaultOptions); in MakeVulkan()
951 sk_sp<GrDirectContext> GrDirectContext::MakeVulkan(const GrVkBackendContext& backendContext, in MakeVulkan() argument
955 direct->fGpu = GrVkGpu::Make(backendContext, options, direct.get()); in MakeVulkan()
986 sk_sp<GrDirectContext> GrDirectContext::MakeDirect3D(const GrD3DBackendContext& backendContext) { in MakeDirect3D() argument
988 return MakeDirect3D(backendContext, defaultOptions); in MakeDirect3D()
991 sk_sp<GrDirectContext> GrDirectContext::MakeDirect3D(const GrD3DBackendContext& backendContext, in MakeDirect3D() argument
995 direct->fGpu = GrD3DGpu::Make(backendContext, options, direct.get()); in MakeDirect3D()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/mock/
H A DGrMockGpu.cpp27 sk_sp<GrGpu> GrMockGpu::Make(GrBackendContext backendContext, in Make() argument
29 return Make(reinterpret_cast<const GrMockOptions*>(backendContext), contextOptions, context); in Make()

12