Home
last modified time | relevance | path

Searched refs:GrBackend (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrBackendSurfaceMutableStateImpl.h28 SkASSERT(fState.fBackend == GrBackend::kVulkan); in getImageLayout()
33 SkASSERT(fState.fBackend == GrBackend::kVulkan); in setImageLayout()
38 SkASSERT(fState.fBackend == GrBackend::kVulkan); in getQueueFamilyIndex()
43 SkASSERT(fState.fBackend == GrBackend::kVulkan); in setQueueFamilyIndex()
48 SkASSERT(fState.fBackend == GrBackend::kVulkan); in getVkSharedImageInfo()
H A DGrBackendSurfaceMutableState.cpp18 case GrBackend::kVulkan: in GrBackendSurfaceMutableState()
20 SkASSERT(that.fBackend == GrBackend::kVulkan); in GrBackendSurfaceMutableState()
H A DGrContextThreadSafeProxyPriv.h32 GrBackend backend() const { return fProxy->fBackend; } in backend()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/gpu/
H A DGrBackendSurface.h38 GrBackend backend() const {return fBackend; } in backend()
67 GrBackend fBackend;
128 GrBackend backend() const {return fBackend; } in backend()
164 GrBackend fBackend;
208 GrBackend backend() const {return fBackend; } in backend()
243 GrBackend fBackend;
H A DGrContext.h58 static GrContext* Create(GrBackend, GrBackendContext, const GrContextOptions& options);
59 static GrContext* Create(GrBackend, GrBackendContext);
358 GrContext(GrBackend);
398 const GrBackend fBackend;
479 GrBackend backend, in GrContextThreadSafeProxy()
489 const GrBackend fBackend;
H A DGrBackendSemaphore.h61 GrBackend fBackend;
H A DGrTypes.h187 enum GrBackend { enum
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/include/gpu/
H A DGrBackendSurfaceMutableState.h34 , fBackend(GrBackend::kVulkan) in GrBackendSurfaceMutableState()
87 GrBackend fBackend = GrBackendApi::kMock;
H A DGrTypes.h158 typedef GrBackendApi GrBackend; typedef
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/gpu/
H A DGrContext.h53 static GrContext* Create(GrBackend, GrBackendContext, const GrContextOptions& options);
54 static GrContext* Create(GrBackend, GrBackendContext);
429 bool init(GrBackend, GrBackendContext, const GrContextOptions& options);
H A DGrTypes.h134 enum GrBackend {
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrGpuFactory.cpp16 sk_sp<GrGpu> GrGpu::Make(GrBackend backend, in Make()
H A DGrContextPriv.h175 GrBackend getBackend() const { return fContext->fBackend; } in getBackend()
H A DGrContext.cpp67 GrDirectContext(GrBackend backend) : INHERITED(backend) { } in GrDirectContext()
85 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext) { in Create()
90 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext, in Create()
215 GrContext::GrContext(GrBackend backend) in GrContext()
H A DGrGpu.h52 static sk_sp<GrGpu> Make(GrBackend, GrBackendContext, const GrContextOptions&, GrContext*);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/gpu/dawn/
H A DDawnTestContext.h18 virtual GrBackend backend() override { return GrBackendApi::kDawn; } in backend()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrGpuFactory.cpp28 GrGpu* GrGpu::Create(GrBackend backend, in willUseGeoShader()
H A DGrContext.cpp37 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext) { in Create()
42 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext, in Create()
71 bool GrContext::init(GrBackend backend, GrBackendContext backendContext, in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/gpu/dawn/
H A DDawnTestContext.h19 virtual GrBackend backend() override { return GrBackendApi::kDawn; } in backend()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/include/gpu/
H A DGrTypes.h158 typedef GrBackendApi GrBackend; typedef
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/include/gpu/
H A DGrTypes.h205 typedef GrBackendApi GrBackend; typedef
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/include/gpu/
H A DGrTypes.h205 typedef GrBackendApi GrBackend; typedef
/dports/www/firefox/firefox-99.0/gfx/skia/skia/include/gpu/
H A DGrTypes.h205 typedef GrBackendApi GrBackend; typedef
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/include/gpu/
H A DGrTypes.h205 typedef GrBackendApi GrBackend; typedef
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/image/
H A DSkImage_Gpu.cpp377 static GrBackendTexture make_backend_texture_from_handle(GrBackend backend, in make_backend_texture_from_handle()
486 GrBackend backend = ctx->contextPriv().getBackend(); in make_from_yuv_objects_copy()

12