Home
last modified time | relevance | path

Searched refs:GrSemaphoresSubmitted (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/src/image/
DSkSurface_Base.h39 virtual GrSemaphoresSubmitted onFlush(BackendSurfaceAccess access, const GrFlushInfo&, in onFlush()
41 return GrSemaphoresSubmitted::kNo; in onFlush()
DSkImage_Base.h87 virtual GrSemaphoresSubmitted onFlush(GrDirectContext*, const GrFlushInfo&) const { in onFlush()
88 return GrSemaphoresSubmitted::kNo; in onFlush()
DSkImage_GpuYUVA.h33 GrSemaphoresSubmitted onFlush(GrDirectContext*, const GrFlushInfo&) const override;
DSkSurface_Gpu.h49 GrSemaphoresSubmitted onFlush(BackendSurfaceAccess access, const GrFlushInfo& info,
DSkImage_Gpu.h44 GrSemaphoresSubmitted onFlush(GrDirectContext*, const GrFlushInfo&) const override;
DSkImage_GpuYUVA.cpp99 GrSemaphoresSubmitted SkImage_GpuYUVA::onFlush(GrDirectContext* dContext, in onFlush()
108 return GrSemaphoresSubmitted::kNo; in onFlush()
DSkSurface.cpp363 GrSemaphoresSubmitted SkSurface::flush(BackendSurfaceAccess access, const GrFlushInfo& flushInfo) { in flush()
367 GrSemaphoresSubmitted SkSurface::flush(const GrFlushInfo& info, in flush()
DSkSurface_Gpu.cpp217 GrSemaphoresSubmitted SkSurface_Gpu::onFlush(BackendSurfaceAccess access, const GrFlushInfo& info, in onFlush()
222 return GrSemaphoresSubmitted::kNo; in onFlush()
DSkImage_Gpu.cpp233 GrSemaphoresSubmitted SkImage_Gpu::onFlush(GrDirectContext* dContext, in onFlush()
242 return GrSemaphoresSubmitted::kNo; in onFlush()
DSkImage.cpp226 GrSemaphoresSubmitted SkImage::flush(GrDirectContext* dContext, in flush()
/third_party/skia/src/gpu/
DGrDirectContextPriv.h50 GrSemaphoresSubmitted flushSurfaces(
57 GrSemaphoresSubmitted flushSurface(
DGrDirectContextPriv.cpp36 GrSemaphoresSubmitted GrDirectContextPriv::flushSurfaces( in flushSurfaces()
51 return GrSemaphoresSubmitted::kNo; in flushSurfaces()
DGrDrawingManager.cpp508 GrSemaphoresSubmitted GrDrawingManager::flushSurfaces( in flushSurfaces()
520 return GrSemaphoresSubmitted::kNo; in flushSurfaces()
541 return GrSemaphoresSubmitted::kNo; in flushSurfaces()
543 return GrSemaphoresSubmitted::kYes; in flushSurfaces()
DGrDrawingManager.h139 GrSemaphoresSubmitted flushSurfaces(SkSpan<GrSurfaceProxy*>,
DGrDirectContext.cpp429 GrSemaphoresSubmitted GrDirectContext::flush(const GrFlushInfo& info) { in flush()
438 return GrSemaphoresSubmitted::kNo; in flush()
/third_party/skia/include/core/
DSkSurface.h951 GrSemaphoresSubmitted flush(BackendSurfaceAccess access, const GrFlushInfo& info);
997 GrSemaphoresSubmitted flush(const GrFlushInfo& info,
DSkImage.h740 GrSemaphoresSubmitted flush(GrDirectContext* context, const GrFlushInfo& flushInfo) const;
/third_party/skia/tests/
DSurfaceSemaphoreTest.cpp250 GrSemaphoresSubmitted submitted = in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
252 REPORTER_ASSERT(reporter, GrSemaphoresSubmitted::kYes == submitted); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DVkHardwareBufferTest.cpp839 GrSemaphoresSubmitted submitted = fDirectContext->flush(info); in flushSurfaceAndSignalSemaphore()
841 if (GrSemaphoresSubmitted::kNo == submitted) { in flushSurfaceAndSignalSemaphore()
/third_party/skia/include/gpu/
DGrTypes.h239 enum class GrSemaphoresSubmitted : bool { enum
DGrDirectContext.h386 GrSemaphoresSubmitted flush(const GrFlushInfo& info);