/external/skqp/src/gpu/vk/ |
D | GrVkSemaphore.cpp | 19 sk_sp<GrVkSemaphore> GrVkSemaphore::Make(GrVkGpu* gpu, bool isOwned) { in Make() argument 29 return sk_sp<GrVkSemaphore>(new GrVkSemaphore(gpu, semaphore, false, false, isOwned)); in Make() 46 bool prohibitWait, bool isOwned) in GrVkSemaphore() argument 48 fResource = new Resource(semaphore, prohibitSignal, prohibitWait, isOwned); in GrVkSemaphore() 49 isOwned ? this->registerWithCache(SkBudgeted::kNo) in GrVkSemaphore()
|
D | GrVkSemaphore.h | 22 static sk_sp<GrVkSemaphore> Make(GrVkGpu* gpu, bool isOwned); 35 Resource(VkSemaphore semaphore, bool prohibitSignal, bool prohibitWait, bool isOwned) in Resource() argument 40 , fIsOwned(isOwned) {} in Resource() 90 bool isOwned);
|
D | GrVkGpu.h | 145 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned) override;
|
/external/skia/src/gpu/vk/ |
D | GrVkSemaphore.h | 22 static std::unique_ptr<GrVkSemaphore> Make(GrVkGpu* gpu, bool isOwned); 38 bool prohibitSignal, bool prohibitWait, bool isOwned) in Resource() argument 43 , fIsOwned(isOwned) {} in Resource() 87 bool isOwned);
|
D | GrVkSemaphore.cpp | 19 std::unique_ptr<GrVkSemaphore> GrVkSemaphore::Make(GrVkGpu* gpu, bool isOwned) { in Make() argument 33 return std::unique_ptr<GrVkSemaphore>(new GrVkSemaphore(gpu, semaphore, false, false, isOwned)); in Make() 52 bool prohibitWait, bool isOwned) { in GrVkSemaphore() argument 53 fResource = new Resource(gpu, semaphore, prohibitSignal, prohibitWait, isOwned); in GrVkSemaphore()
|
/external/skqp/src/gpu/gl/ |
D | GrGLSemaphore.cpp | 12 GrGLSemaphore::GrGLSemaphore(GrGLGpu* gpu, bool isOwned) in GrGLSemaphore() argument 13 : INHERITED(gpu), fSync(0), fIsOwned(isOwned) { in GrGLSemaphore() 14 isOwned ? this->registerWithCache(SkBudgeted::kNo) in GrGLSemaphore()
|
D | GrGLSemaphore.h | 19 static sk_sp<GrGLSemaphore> Make(GrGLGpu* gpu, bool isOwned) { in Make() argument 20 return sk_sp<GrGLSemaphore>(new GrGLSemaphore(gpu, isOwned)); in Make() 42 GrGLSemaphore(GrGLGpu* gpu, bool isOwned);
|
/external/skia/src/gpu/gl/ |
D | GrGLSemaphore.h | 19 static std::unique_ptr<GrGLSemaphore> Make(GrGLGpu* gpu, bool isOwned) { in Make() argument 20 return std::unique_ptr<GrGLSemaphore>(new GrGLSemaphore(gpu, isOwned)); in Make() 44 GrGLSemaphore(GrGLGpu* gpu, bool isOwned);
|
D | GrGLSemaphore.cpp | 12 GrGLSemaphore::GrGLSemaphore(GrGLGpu* gpu, bool isOwned) in GrGLSemaphore() argument 13 : fGpu(gpu), fSync(nullptr), fIsOwned(isOwned) { in GrGLSemaphore()
|
/external/skqp/tests/ |
D | TraceMemoryDumpTest.cpp | 56 bool isOwned) { in ValidateMemoryDumps() argument 65 if (isOwned) { in ValidateMemoryDumps()
|
/external/skia/tests/ |
D | TraceMemoryDumpTest.cpp | 60 size_t numDumpedObjects, size_t size, bool isOwned) { in ValidateMemoryDumps() argument 69 if (isOwned) { in ValidateMemoryDumps()
|
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
D | ObjCRetainCount.h | 165 bool isOwned() const { in isOwned() function
|
/external/skqp/src/gpu/mock/ |
D | GrMockGpu.h | 38 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned) override { in makeSemaphore() argument
|
/external/skqp/src/gpu/ |
D | GrResourceProvider.h | 235 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned = true);
|
D | GrResourceProvider.cpp | 448 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT GrResourceProvider::makeSemaphore(bool isOwned) { in makeSemaphore() argument 449 return fGpu->makeSemaphore(isOwned); in makeSemaphore()
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
D | combined_test.cpp | 87 Allocator->isOwned(&StaticBuffer[scudo::Chunk::getHeaderSize()])); in testAllocator() 92 EXPECT_FALSE(Allocator->isOwned(&StackBuffer[scudo::Chunk::getHeaderSize()])); in testAllocator() 110 EXPECT_TRUE(Allocator->isOwned(P)); in testAllocator()
|
/external/scudo/standalone/tests/ |
D | combined_test.cpp | 133 Allocator->isOwned(&StaticBuffer[scudo::Chunk::getHeaderSize()])); in SCUDO_TYPED_TEST() 138 EXPECT_FALSE(Allocator->isOwned(&StackBuffer[scudo::Chunk::getHeaderSize()])); in SCUDO_TYPED_TEST() 160 EXPECT_TRUE(Allocator->isOwned(P)); in BasicTest()
|
/external/skia/src/gpu/mock/ |
D | GrMockGpu.h | 34 std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned) override { in makeSemaphore() argument
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlGpu.h | 105 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned) override { in makeSemaphore() argument
|
/external/skia/src/gpu/ |
D | GrResourceProvider.h | 286 std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned = true);
|
/external/skia/src/gpu/dawn/ |
D | GrDawnGpu.h | 82 std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned = true) override;
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
D | RetainCountChecker.cpp | 417 if (RE.isOwned()) { in refValFromRetEffect() 1084 if (!RE.isOwned()) { in checkReturnWithRetEffect() 1105 if (RE.isOwned()) { in checkReturnWithRetEffect() 1298 else if (V.isOwned()) in handleSymbolDeath()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 1467 if (Ret.isOwned() && NSAPIObj->isMacroDefined("CF_RETURNS_RETAINED")) in AddCFAnnotations() 1474 if (Ret.isOwned() && NSAPIObj->isMacroDefined("NS_RETURNS_RETAINED")) in AddCFAnnotations() 1528 (Ret.isOwned() || Ret.notOwned())) in migrateAddFunctionAnnotation() 1580 if (Ret.isOwned() && NSAPIObj->isMacroDefined("CF_RETURNS_RETAINED")) in AddCFAnnotations() 1597 if (Ret.isOwned() && NSAPIObj->isMacroDefined("NS_RETURNS_RETAINED")) in AddCFAnnotations() 1660 (Ret.isOwned() || Ret.notOwned())) { in migrateAddMethodAnnotation()
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 1474 if (Ret.isOwned() && NSAPIObj->isMacroDefined("CF_RETURNS_RETAINED")) in AddCFAnnotations() 1481 if (Ret.isOwned() && NSAPIObj->isMacroDefined("NS_RETURNS_RETAINED")) in AddCFAnnotations() 1534 (Ret.isOwned() || Ret.notOwned())) in migrateAddFunctionAnnotation() 1588 if (Ret.isOwned() && NSAPIObj->isMacroDefined("CF_RETURNS_RETAINED")) in AddCFAnnotations() 1605 if (Ret.isOwned() && NSAPIObj->isMacroDefined("NS_RETURNS_RETAINED")) in AddCFAnnotations() 1664 (Ret.isOwned() || Ret.notOwned())) { in migrateAddMethodAnnotation()
|
/external/skia/src/gpu/mtl/ |
D | GrMtlGpu.h | 97 std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned) override;
|