Searched refs:GrSemaphoresSubmitted (Results 1 – 25 of 43) sorted by relevance
12
/external/skia/src/gpu/ |
D | GrDrawingManager.cpp | 117 GrSemaphoresSubmitted GrDrawingManager::internalFlush(GrSurfaceProxy*, in internalFlush() 124 return GrSemaphoresSubmitted::kNo; in internalFlush() 232 GrSemaphoresSubmitted result = gpu->finishFlush(numSemaphores, backendSemaphores); in internalFlush() 326 GrSemaphoresSubmitted GrDrawingManager::prepareSurfaceForExternalIO( in prepareSurfaceForExternalIO() 329 return GrSemaphoresSubmitted::kNo; in prepareSurfaceForExternalIO() 333 GrSemaphoresSubmitted result = GrSemaphoresSubmitted::kNo; in prepareSurfaceForExternalIO()
|
D | GrDrawingManager.h | 75 GrSemaphoresSubmitted prepareSurfaceForExternalIO(GrSurfaceProxy*, 96 GrSemaphoresSubmitted flush(GrSurfaceProxy* proxy, 102 GrSemaphoresSubmitted internalFlush(GrSurfaceProxy*,
|
D | GrGpu.cpp | 469 GrSemaphoresSubmitted GrGpu::finishFlush(int numSemaphores, in finishFlush() 491 return this->caps()->fenceSyncSupport() ? GrSemaphoresSubmitted::kYes in finishFlush() 492 : GrSemaphoresSubmitted::kNo; in finishFlush()
|
D | SkGpuDevice.h | 122 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores,
|
D | GrRenderTargetContext.h | 324 GrSemaphoresSubmitted prepareForExternalIO(int numSemaphores,
|
/external/skqp/src/gpu/ |
D | GrDrawingManager.cpp | 84 GrSemaphoresSubmitted GrDrawingManager::internalFlush(GrSurfaceProxy*, in internalFlush() 91 return GrSemaphoresSubmitted::kNo; in internalFlush() 207 GrSemaphoresSubmitted result = gpu->finishFlush(numSemaphores, backendSemaphores); in internalFlush() 296 GrSemaphoresSubmitted GrDrawingManager::prepareSurfaceForExternalIO( in prepareSurfaceForExternalIO() 299 return GrSemaphoresSubmitted::kNo; in prepareSurfaceForExternalIO() 303 GrSemaphoresSubmitted result = GrSemaphoresSubmitted::kNo; in prepareSurfaceForExternalIO()
|
D | GrDrawingManager.h | 75 GrSemaphoresSubmitted prepareSurfaceForExternalIO(GrSurfaceProxy*, 106 GrSemaphoresSubmitted flush(GrSurfaceProxy* proxy, 112 GrSemaphoresSubmitted internalFlush(GrSurfaceProxy*,
|
D | GrGpu.cpp | 499 GrSemaphoresSubmitted GrGpu::finishFlush(int numSemaphores, in finishFlush() 521 return this->caps()->fenceSyncSupport() ? GrSemaphoresSubmitted::kYes in finishFlush() 522 : GrSemaphoresSubmitted::kNo; in finishFlush()
|
D | GrRenderTargetContext.h | 323 GrSemaphoresSubmitted prepareForExternalIO(int numSemaphores,
|
D | SkGpuDevice.h | 122 GrSemaphoresSubmitted flushAndSignalSemaphores(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 | 32 GrSemaphoresSubmitted onFlush(int numSemaphores,
|
D | SkSurface.cpp | 203 GrSemaphoresSubmitted SkSurface::flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores()
|
/external/skia/src/image/ |
D | SkSurface_Base.h | 85 virtual GrSemaphoresSubmitted onFlush(int numSemaphores, in onFlush() 87 return GrSemaphoresSubmitted::kNo; in onFlush()
|
D | SkSurface_Gpu.h | 33 GrSemaphoresSubmitted onFlush(int numSemaphores,
|
D | SkSurface.cpp | 227 GrSemaphoresSubmitted SkSurface::flushAndSignalSemaphores(int numSemaphores, in flushAndSignalSemaphores()
|
/external/skqp/tests/ |
D | SurfaceSemaphoreTest.cpp | 235 GrSemaphoresSubmitted submitted = mainSurface->flushAndSignalSemaphores(1, &semaphore); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 236 REPORTER_ASSERT(reporter, GrSemaphoresSubmitted::kYes == submitted); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skia/tests/ |
D | SurfaceSemaphoreTest.cpp | 235 GrSemaphoresSubmitted submitted = mainSurface->flushAndSignalSemaphores(1, &semaphore); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 236 REPORTER_ASSERT(reporter, GrSemaphoresSubmitted::kYes == submitted); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skia/include/core/ |
D | SkSurface.h | 732 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores,
|
/external/skqp/include/core/ |
D | SkSurface.h | 393 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores,
|
/external/skqp/include/gpu/ |
D | GrContext.h | 280 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores,
|
D | GrTypes.h | 482 enum class GrSemaphoresSubmitted : bool { enum
|
/external/skia/include/gpu/ |
D | GrContext.h | 318 GrSemaphoresSubmitted flushAndSignalSemaphores(int numSemaphores,
|
/external/skqp/site/user/api/ |
D | undocumented.md | 953 ## <a name="GrSemaphoresSubmitted"></a> Enum GrSemaphoresSubmitted 959 …<td><a name="GrSemaphoresSubmitted_kNo"> <code><strong>GrSemaphoresSubmitted::kNo </strong></code>… 962 …<td><a name="GrSemaphoresSubmitted_kYes"> <code><strong>GrSemaphoresSubmitted::kYes </strong></cod…
|
/external/skia/site/user/api/ |
D | undocumented.md | 928 ## <a name="GrSemaphoresSubmitted"></a> Enum GrSemaphoresSubmitted 934 …<td><a name="GrSemaphoresSubmitted_kNo"> <code><strong>GrSemaphoresSubmitted::kNo </strong></code>… 937 …<td><a name="GrSemaphoresSubmitted_kYes"> <code><strong>GrSemaphoresSubmitted::kYes </strong></cod…
|
12