Searched defs:isOwned (Results 1 - 9 of 9) sorted by relevance
| /third_party/skia/src/gpu/gl/ |
| H A D | GrGLSemaphore.cpp | 12 GrGLSemaphore::GrGLSemaphore(GrGLGpu* gpu, bool isOwned) in GrGLSemaphore() argument
|
| H A D | GrGLSemaphore.h | 19 static std::unique_ptr<GrGLSemaphore> Make(GrGLGpu* gpu, bool isOwned) { in Make() argument
|
| H A D | GrGLGpu.cpp | 4054 std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT GrGLGpu::makeSemaphore(bool isOwned) { in makeSemaphore() argument
|
| /third_party/skia/src/gpu/vk/ |
| H A D | GrVkSemaphore.cpp | 19 std::unique_ptr<GrVkSemaphore> GrVkSemaphore::Make(GrVkGpu* gpu, bool isOwned) { in Make() argument 51 GrVkSemaphore(GrVkGpu* gpu, VkSemaphore semaphore, bool prohibitSignal, bool prohibitWait, bool isOwned) GrVkSemaphore() argument
|
| H A D | GrVkSemaphore.h | 36 Resource(const GrVkGpu* gpu, VkSemaphore semaphore, bool prohibitSignal, bool prohibitWait, bool isOwned) Resource() argument
|
| H A D | GrVkGpu.cpp | 2841 std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT GrVkGpu::makeSemaphore(bool isOwned) { in makeSemaphore() argument
|
| /third_party/skia/tests/ |
| H A D | TraceMemoryDumpTest.cpp | 59 ValidateMemoryDumps(skiatest::Reporter* reporter, GrDirectContext* dContext, size_t numDumpedObjects, size_t size, bool isOwned) ValidateMemoryDumps() argument
|
| /third_party/skia/src/gpu/ |
| H A D | GrResourceProvider.cpp | 754 makeSemaphore( bool isOwned) makeSemaphore() argument
|
| /third_party/skia/src/gpu/dawn/ |
| H A D | GrDawnGpu.cpp | 828 std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT GrDawnGpu::makeSemaphore(bool isOwned) { in makeSemaphore() argument
|
Completed in 16 milliseconds