Home
last modified time | relevance | path

Searched refs:isOwned (Results 1 – 25 of 31) sorted by relevance

12

/external/skia/src/gpu/vk/
DGrVkSemaphore.h23 static sk_sp<GrVkSemaphore> Make(const GrVkGpu* gpu, bool isOwned);
36 Resource(VkSemaphore semaphore, bool prohibitSignal, bool prohibitWait, bool isOwned) in Resource() argument
41 , fIsOwned(isOwned) {} in Resource()
87 bool isOwned);
DGrVkSemaphore.cpp21 sk_sp<GrVkSemaphore> GrVkSemaphore::Make(const GrVkGpu* gpu, bool isOwned) { in Make() argument
31 return sk_sp<GrVkSemaphore>(new GrVkSemaphore(gpu, semaphore, false, false, isOwned)); in Make()
48 bool prohibitWait, bool isOwned) in GrVkSemaphore() argument
50 fResource = new Resource(semaphore, prohibitSignal, prohibitWait, isOwned); in GrVkSemaphore()
DGrVkGpu.h123 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned) override;
/external/skqp/src/gpu/vk/
DGrVkSemaphore.h23 static sk_sp<GrVkSemaphore> Make(const GrVkGpu* gpu, bool isOwned);
36 Resource(VkSemaphore semaphore, bool prohibitSignal, bool prohibitWait, bool isOwned) in Resource() argument
41 , fIsOwned(isOwned) {} in Resource()
87 bool isOwned);
DGrVkSemaphore.cpp21 sk_sp<GrVkSemaphore> GrVkSemaphore::Make(const GrVkGpu* gpu, bool isOwned) { in Make() argument
31 return sk_sp<GrVkSemaphore>(new GrVkSemaphore(gpu, semaphore, false, false, isOwned)); in Make()
48 bool prohibitWait, bool isOwned) in GrVkSemaphore() argument
50 fResource = new Resource(semaphore, prohibitSignal, prohibitWait, isOwned); in GrVkSemaphore()
DGrVkGpu.h139 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned) override;
/external/skqp/src/gpu/gl/
DGrGLSemaphore.h19 static sk_sp<GrGLSemaphore> Make(const GrGLGpu* gpu, bool isOwned) { in Make() argument
20 return sk_sp<GrGLSemaphore>(new GrGLSemaphore(gpu, isOwned)); in Make()
38 GrGLSemaphore(const GrGLGpu* gpu, bool isOwned);
DGrGLSemaphore.cpp12 GrGLSemaphore::GrGLSemaphore(const GrGLGpu* gpu, bool isOwned) in GrGLSemaphore() argument
13 : INHERITED(gpu), fSync(0), fIsOwned(isOwned) { in GrGLSemaphore()
/external/skia/src/gpu/gl/
DGrGLSemaphore.h19 static sk_sp<GrGLSemaphore> Make(const GrGLGpu* gpu, bool isOwned) { in Make() argument
20 return sk_sp<GrGLSemaphore>(new GrGLSemaphore(gpu, isOwned)); in Make()
38 GrGLSemaphore(const GrGLGpu* gpu, bool isOwned);
DGrGLSemaphore.cpp12 GrGLSemaphore::GrGLSemaphore(const GrGLGpu* gpu, bool isOwned) in GrGLSemaphore() argument
13 : INHERITED(gpu), fSync(0), fIsOwned(isOwned) { in GrGLSemaphore()
DGrGLGpu.h165 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned) override;
/external/skia/tests/
DTraceMemoryDumpTest.cpp58 bool isOwned) { in ValidateMemoryDumps() argument
66 if (isOwned) { in ValidateMemoryDumps()
/external/clang/include/clang/StaticAnalyzer/Checkers/
DObjCRetainCount.h165 bool isOwned() const { in isOwned() function
/external/skia/src/gpu/mock/
DGrMockGpu.h39 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned) override { in makeSemaphore() argument
/external/skqp/src/gpu/mtl/
DGrMtlGpu.h68 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned) override { in makeSemaphore() argument
/external/skia/src/gpu/mtl/
DGrMtlGpu.h66 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned) override { in makeSemaphore() argument
/external/skqp/src/gpu/mock/
DGrMockGpu.h54 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned) override { in makeSemaphore() argument
/external/skqp/src/gpu/
DGrResourceProvider.h229 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned = true);
DGrResourceProvider.cpp477 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT GrResourceProvider::makeSemaphore(bool isOwned) { in makeSemaphore() argument
478 return fGpu->makeSemaphore(isOwned); in makeSemaphore()
DGrGpu.h381 virtual sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned = true) = 0;
/external/skia/src/gpu/
DGrResourceProvider.h232 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned = true);
DGrResourceProvider.cpp469 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT GrResourceProvider::makeSemaphore(bool isOwned) { in makeSemaphore() argument
470 return fGpu->makeSemaphore(isOwned); in makeSemaphore()
DGrGpu.h375 virtual sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned = true) = 0;
/external/skqp/src/gpu/ddl/
DGrDDLGpu.h72 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned) override { in makeSemaphore() argument
/external/clang/lib/ARCMigrate/
DObjCMT.cpp1474 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()

12