Home
last modified time | relevance | path

Searched defs:isOwned (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/src/gpu/gl/
H A DGrGLSemaphore.cpp12 GrGLSemaphore::GrGLSemaphore(GrGLGpu* gpu, bool isOwned) in GrGLSemaphore() argument
H A DGrGLSemaphore.h19 static std::unique_ptr<GrGLSemaphore> Make(GrGLGpu* gpu, bool isOwned) { in Make() argument
H A DGrGLGpu.cpp4054 std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT GrGLGpu::makeSemaphore(bool isOwned) { in makeSemaphore() argument
/third_party/skia/src/gpu/vk/
H A DGrVkSemaphore.cpp19 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 DGrVkSemaphore.h36 Resource(const GrVkGpu* gpu, VkSemaphore semaphore, bool prohibitSignal, bool prohibitWait, bool isOwned) Resource() argument
H A DGrVkGpu.cpp2841 std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT GrVkGpu::makeSemaphore(bool isOwned) { in makeSemaphore() argument
/third_party/skia/tests/
H A DTraceMemoryDumpTest.cpp59 ValidateMemoryDumps(skiatest::Reporter* reporter, GrDirectContext* dContext, size_t numDumpedObjects, size_t size, bool isOwned) ValidateMemoryDumps() argument
/third_party/skia/src/gpu/
H A DGrResourceProvider.cpp754 makeSemaphore( bool isOwned) makeSemaphore() argument
/third_party/skia/src/gpu/dawn/
H A DGrDawnGpu.cpp828 std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT GrDawnGpu::makeSemaphore(bool isOwned) { in makeSemaphore() argument

Completed in 19 milliseconds