Home
last modified time | relevance | path

Searched refs:MakeMetal (Results 1 – 24 of 24) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrLegacyDirectContext.cpp204 sk_sp<GrContext> GrContext::MakeMetal(void* device, void* queue) { in MakeMetal() function in GrContext
206 return MakeMetal(device, queue, defaultOptions); in MakeMetal()
209 sk_sp<GrContext> GrContext::MakeMetal(void* device, void* queue, const GrContextOptions& options) { in MakeMetal() function in GrContext
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrLegacyDirectContext.cpp204 sk_sp<GrContext> GrContext::MakeMetal(void* device, void* queue) { in MakeMetal() function in GrContext
206 return MakeMetal(device, queue, defaultOptions); in MakeMetal()
209 sk_sp<GrContext> GrContext::MakeMetal(void* device, void* queue, const GrContextOptions& options) { in MakeMetal() function in GrContext
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrLegacyDirectContext.cpp204 sk_sp<GrContext> GrContext::MakeMetal(void* device, void* queue) { in MakeMetal() function in GrContext
206 return MakeMetal(device, queue, defaultOptions); in MakeMetal()
209 sk_sp<GrContext> GrContext::MakeMetal(void* device, void* queue, const GrContextOptions& options) { in MakeMetal() function in GrContext
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrLegacyDirectContext.cpp204 sk_sp<GrContext> GrContext::MakeMetal(void* device, void* queue) { in MakeMetal() function in GrContext
206 return MakeMetal(device, queue, defaultOptions); in MakeMetal()
209 sk_sp<GrContext> GrContext::MakeMetal(void* device, void* queue, const GrContextOptions& options) { in MakeMetal() function in GrContext
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrLegacyDirectContext.cpp208 sk_sp<GrContext> GrContext::MakeMetal(void* device, void* queue) { in MakeMetal() function in GrContext
210 return MakeMetal(device, queue, defaultOptions); in MakeMetal()
213 sk_sp<GrContext> GrContext::MakeMetal(void* device, void* queue, const GrContextOptions& options) { in MakeMetal() function in GrContext
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/skottie_ios_app/
H A DSkiaMetalContext.mm91 fDContext = GrDirectContext::MakeMetal((__bridge void*)[self metalDevice],
96 NSLog(@"GrDirectContext::MakeMetal failed");
H A DSkMetalViewBridge.mm34 return GrContextHolder(GrDirectContext::MakeMetal((__bridge void*)device,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/skottie_ios_app/
H A DSkiaMetalContext.mm91 fGrContext = GrContext::MakeMetal((__bridge void*)[self metalDevice],
96 NSLog(@"GrContext::MakeMetal failed");
H A DSkMetalViewBridge.mm34 return GrContextHolder(GrContext::MakeMetal((__bridge void*)device,
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/include/gpu/
H A DGrContext.h70 static sk_sp<GrContext> MakeMetal(void* device, void* queue, const GrContextOptions& options);
71 static sk_sp<GrContext> MakeMetal(void* device, void* queue);
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/include/gpu/
H A DGrContext.h70 static sk_sp<GrContext> MakeMetal(void* device, void* queue, const GrContextOptions& options);
71 static sk_sp<GrContext> MakeMetal(void* device, void* queue);
/dports/www/firefox/firefox-99.0/gfx/skia/skia/include/gpu/
H A DGrContext.h70 static sk_sp<GrContext> MakeMetal(void* device, void* queue, const GrContextOptions& options);
71 static sk_sp<GrContext> MakeMetal(void* device, void* queue);
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/include/gpu/
H A DGrContext.h70 static sk_sp<GrContext> MakeMetal(void* device, void* queue, const GrContextOptions& options);
71 static sk_sp<GrContext> MakeMetal(void* device, void* queue);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/gpu/
H A DGrContext.h79 static sk_sp<GrContext> MakeMetal(void* device, void* queue, const GrContextOptions& options);
80 static sk_sp<GrContext> MakeMetal(void* device, void* queue);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/include/gpu/
H A DGrContext.h76 static sk_sp<GrContext> MakeMetal(void* device, void* queue, const GrContextOptions& options);
77 static sk_sp<GrContext> MakeMetal(void* device, void* queue);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/include/gpu/
H A DGrDirectContext.h78 static sk_sp<GrDirectContext> MakeMetal(void* device, void* queue, const GrContextOptions&);
79 static sk_sp<GrDirectContext> MakeMetal(void* device, void* queue);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/gpu/mtl/
H A DMtlTestContext.mm62 return GrDirectContext::MakeMetal((__bridge void*)fDevice,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/gpu/mtl/
H A DMtlTestContext.mm62 return GrContext::MakeMetal((__bridge void*)fDevice,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/common/gpu/
H A Dmetal_context_provider.mm34 GrContext::MakeMetal(device_, command_queue_, context_options);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/sk_app/
H A DMetalWindowContext.mm51 fContext = GrContext::MakeMetal((__bridge void*)fDevice, (__bridge void*)fQueue,
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/common/gpu/
H A Dmetal_context_provider.mm35 GrDirectContext::MakeMetal(device_, command_queue_, context_options);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/sk_app/
H A DMetalWindowContext.mm51 fContext = GrDirectContext::MakeMetal((__bridge void*)fDevice, (__bridge void*)fQueue,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrDirectContext.cpp966 sk_sp<GrDirectContext> GrDirectContext::MakeMetal(void* device, void* queue) { in MakeMetal() function in GrDirectContext
968 return MakeMetal(device, queue, defaultOptions); in MakeMetal()
971 sk_sp<GrDirectContext> GrDirectContext::MakeMetal(void* device, void* queue, in MakeMetal() function in GrDirectContext
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrContext.cpp176 sk_sp<GrContext> GrContext::MakeMetal(void* device, void* queue) { in MakeMetal() function in GrContext
178 return MakeMetal(device, queue, defaultOptions); in MakeMetal()
181 sk_sp<GrContext> GrContext::MakeMetal(void* device, void* queue, const GrContextOptions& options) { in MakeMetal() function in GrContext