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