/external/skia/src/gpu/ |
D | GrDrawingManager.cpp | 199 GrSemaphoresSubmitted GrDrawingManager::flush(GrSurfaceProxy* proxy, in flush() 212 return GrSemaphoresSubmitted::kNo; in flush() 221 return GrSemaphoresSubmitted::kNo; // Can't flush while DDL recording in flush() 229 return GrSemaphoresSubmitted::kNo; // Can't flush while DDL recording in flush() 348 GrSemaphoresSubmitted result = gpu->finishFlush(proxy, access, flags, numSemaphores, in flush() 477 GrSemaphoresSubmitted GrDrawingManager::prepareSurfaceForExternalIO( in prepareSurfaceForExternalIO() 483 return GrSemaphoresSubmitted::kNo; in prepareSurfaceForExternalIO() 490 return GrSemaphoresSubmitted::kNo; // Can't flush while DDL recording in prepareSurfaceForExternalIO() 495 return GrSemaphoresSubmitted::kNo; // Can't flush while DDL recording in prepareSurfaceForExternalIO() 500 GrSemaphoresSubmitted result = GrSemaphoresSubmitted::kNo; in prepareSurfaceForExternalIO()
|
D | GrDrawingManager.h | 75 GrSemaphoresSubmitted prepareSurfaceForExternalIO(GrSurfaceProxy*, 154 GrSemaphoresSubmitted flush(GrSurfaceProxy* proxy,
|
D | GrContext.cpp | 259 GrSemaphoresSubmitted GrContext::flush(GrFlushFlags flags, int numSemaphores, in flush() 265 return GrSemaphoresSubmitted::kNo; in flush()
|
D | GrGpu.cpp | 399 GrSemaphoresSubmitted GrGpu::finishFlush(GrSurfaceProxy* proxy, in finishFlush() 428 return this->caps()->fenceSyncSupport() ? GrSemaphoresSubmitted::kYes in finishFlush() 429 : GrSemaphoresSubmitted::kNo; in finishFlush()
|
D | SkGpuDevice.h | 121 GrSemaphoresSubmitted flush(SkSurface::BackendSurfaceAccess access,
|
/external/skqp/src/gpu/ |
D | GrDrawingManager.cpp | 208 GrSemaphoresSubmitted GrDrawingManager::flush(GrSurfaceProxy*, in flush() 214 return GrSemaphoresSubmitted::kNo; in flush() 220 return GrSemaphoresSubmitted::kNo; // Can't flush while DDL recording in flush() 335 GrSemaphoresSubmitted result = gpu->finishFlush(numSemaphores, backendSemaphores); in flush() 450 GrSemaphoresSubmitted GrDrawingManager::prepareSurfaceForExternalIO( in prepareSurfaceForExternalIO() 453 return GrSemaphoresSubmitted::kNo; in prepareSurfaceForExternalIO() 460 return GrSemaphoresSubmitted::kNo; // Can't flush while DDL recording in prepareSurfaceForExternalIO() 463 GrSemaphoresSubmitted result = GrSemaphoresSubmitted::kNo; in prepareSurfaceForExternalIO()
|
D | GrDrawingManager.h | 75 GrSemaphoresSubmitted prepareSurfaceForExternalIO(GrSurfaceProxy*, 145 GrSemaphoresSubmitted flush(GrSurfaceProxy* proxy,
|
D | GrGpu.cpp | 378 GrSemaphoresSubmitted GrGpu::finishFlush(int numSemaphores, in finishFlush() 401 return this->caps()->fenceSyncSupport() ? GrSemaphoresSubmitted::kYes in finishFlush() 402 : GrSemaphoresSubmitted::kNo; in finishFlush()
|
D | SkGpuDevice.h | 123 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores,
|
D | GrGpu.h | 264 GrSemaphoresSubmitted finishFlush(int numSemaphores, GrBackendSemaphore backendSemaphores[]);
|
D | GrRenderTargetContext.h | 369 GrSemaphoresSubmitted prepareForExternalIO(int numSemaphores,
|
/external/skqp/src/image/ |
D | SkSurface_Base.h | 83 virtual GrSemaphoresSubmitted onFlush(int numSemaphores, in onFlush() 85 return GrSemaphoresSubmitted::kNo; in onFlush()
|
D | SkSurface_Gpu.h | 35 GrSemaphoresSubmitted onFlush(int numSemaphores,
|
D | SkSurface.cpp | 250 GrSemaphoresSubmitted SkSurface::flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores()
|
/external/skia/src/image/ |
D | SkSurface_Base.h | 83 virtual GrSemaphoresSubmitted onFlush(BackendSurfaceAccess access, GrFlushFlags flags, in onFlush() 88 return GrSemaphoresSubmitted::kNo; in onFlush()
|
D | SkSurface.cpp | 251 GrSemaphoresSubmitted SkSurface::flush(BackendSurfaceAccess access, GrFlushFlags flags, in flush() 259 GrSemaphoresSubmitted SkSurface::flush(BackendSurfaceAccess access, FlushFlags flags, in flush() 265 GrSemaphoresSubmitted SkSurface::flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores()
|
D | SkSurface_Gpu.h | 35 GrSemaphoresSubmitted onFlush(BackendSurfaceAccess access, GrFlushFlags flags,
|
/external/skia/include/core/ |
D | SkSurface.h | 772 GrSemaphoresSubmitted flush(BackendSurfaceAccess access, GrFlushFlags flags, 784 GrSemaphoresSubmitted flush(BackendSurfaceAccess access, FlushFlags flags, 789 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores,
|
/external/skia/include/gpu/ |
D | GrContext.h | 286 GrSemaphoresSubmitted flush(GrFlushFlags flags, int numSemaphores, 294 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores()
|
D | GrTypes.h | 275 enum class GrSemaphoresSubmitted : bool { enum
|
/external/skia/tests/ |
D | SurfaceSemaphoreTest.cpp | 230 GrSemaphoresSubmitted submitted = mainSurface->flushAndSignalSemaphores(1, &semaphore); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 231 REPORTER_ASSERT(reporter, GrSemaphoresSubmitted::kYes == submitted); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skqp/tests/ |
D | SurfaceSemaphoreTest.cpp | 230 GrSemaphoresSubmitted submitted = mainSurface->flushAndSignalSemaphores(1, &semaphore); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 231 REPORTER_ASSERT(reporter, GrSemaphoresSubmitted::kYes == submitted); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skqp/include/gpu/ |
D | GrContext.h | 267 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores,
|
D | GrTypes.h | 266 enum class GrSemaphoresSubmitted : bool { enum
|
/external/skqp/include/core/ |
D | SkSurface.h | 699 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores,
|