Searched refs:GrSemaphoresSubmitted (Results 1 – 21 of 21) sorted by relevance
/third_party/skia/src/image/ |
D | SkSurface_Base.h | 39 virtual GrSemaphoresSubmitted onFlush(BackendSurfaceAccess access, const GrFlushInfo&, in onFlush() 41 return GrSemaphoresSubmitted::kNo; in onFlush()
|
D | SkImage_Base.h | 87 virtual GrSemaphoresSubmitted onFlush(GrDirectContext*, const GrFlushInfo&) const { in onFlush() 88 return GrSemaphoresSubmitted::kNo; in onFlush()
|
D | SkImage_GpuYUVA.h | 33 GrSemaphoresSubmitted onFlush(GrDirectContext*, const GrFlushInfo&) const override;
|
D | SkSurface_Gpu.h | 49 GrSemaphoresSubmitted onFlush(BackendSurfaceAccess access, const GrFlushInfo& info,
|
D | SkImage_Gpu.h | 44 GrSemaphoresSubmitted onFlush(GrDirectContext*, const GrFlushInfo&) const override;
|
D | SkImage_GpuYUVA.cpp | 99 GrSemaphoresSubmitted SkImage_GpuYUVA::onFlush(GrDirectContext* dContext, in onFlush() 108 return GrSemaphoresSubmitted::kNo; in onFlush()
|
D | SkSurface.cpp | 363 GrSemaphoresSubmitted SkSurface::flush(BackendSurfaceAccess access, const GrFlushInfo& flushInfo) { in flush() 367 GrSemaphoresSubmitted SkSurface::flush(const GrFlushInfo& info, in flush()
|
D | SkSurface_Gpu.cpp | 217 GrSemaphoresSubmitted SkSurface_Gpu::onFlush(BackendSurfaceAccess access, const GrFlushInfo& info, in onFlush() 222 return GrSemaphoresSubmitted::kNo; in onFlush()
|
D | SkImage_Gpu.cpp | 233 GrSemaphoresSubmitted SkImage_Gpu::onFlush(GrDirectContext* dContext, in onFlush() 242 return GrSemaphoresSubmitted::kNo; in onFlush()
|
D | SkImage.cpp | 226 GrSemaphoresSubmitted SkImage::flush(GrDirectContext* dContext, in flush()
|
/third_party/skia/src/gpu/ |
D | GrDirectContextPriv.h | 50 GrSemaphoresSubmitted flushSurfaces( 57 GrSemaphoresSubmitted flushSurface(
|
D | GrDirectContextPriv.cpp | 36 GrSemaphoresSubmitted GrDirectContextPriv::flushSurfaces( in flushSurfaces() 51 return GrSemaphoresSubmitted::kNo; in flushSurfaces()
|
D | GrDrawingManager.cpp | 508 GrSemaphoresSubmitted GrDrawingManager::flushSurfaces( in flushSurfaces() 520 return GrSemaphoresSubmitted::kNo; in flushSurfaces() 541 return GrSemaphoresSubmitted::kNo; in flushSurfaces() 543 return GrSemaphoresSubmitted::kYes; in flushSurfaces()
|
D | GrDrawingManager.h | 139 GrSemaphoresSubmitted flushSurfaces(SkSpan<GrSurfaceProxy*>,
|
D | GrDirectContext.cpp | 429 GrSemaphoresSubmitted GrDirectContext::flush(const GrFlushInfo& info) { in flush() 438 return GrSemaphoresSubmitted::kNo; in flush()
|
/third_party/skia/include/core/ |
D | SkSurface.h | 951 GrSemaphoresSubmitted flush(BackendSurfaceAccess access, const GrFlushInfo& info); 997 GrSemaphoresSubmitted flush(const GrFlushInfo& info,
|
D | SkImage.h | 740 GrSemaphoresSubmitted flush(GrDirectContext* context, const GrFlushInfo& flushInfo) const;
|
/third_party/skia/tests/ |
D | SurfaceSemaphoreTest.cpp | 250 GrSemaphoresSubmitted submitted = in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 252 REPORTER_ASSERT(reporter, GrSemaphoresSubmitted::kYes == submitted); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | VkHardwareBufferTest.cpp | 839 GrSemaphoresSubmitted submitted = fDirectContext->flush(info); in flushSurfaceAndSignalSemaphore() 841 if (GrSemaphoresSubmitted::kNo == submitted) { in flushSurfaceAndSignalSemaphore()
|
/third_party/skia/include/gpu/ |
D | GrTypes.h | 239 enum class GrSemaphoresSubmitted : bool { enum
|
D | GrDirectContext.h | 386 GrSemaphoresSubmitted flush(const GrFlushInfo& info);
|