Searched defs:isOwned (Results 1 - 10 of 10) sorted by relevance
/external/skia/src/gpu/gl/ |
H A D | GrGLSemaphore.cpp | 12 GrGLSemaphore::GrGLSemaphore(const GrGLGpu* gpu, bool isOwned) argument 13 : INHERITED(gpu), fSync(0), fIsOwned(isOwned) {
|
H A D | GrGLSemaphore.h | 19 static sk_sp<GrGLSemaphore> Make(const GrGLGpu* gpu, bool isOwned) { argument 20 return sk_sp<GrGLSemaphore>(new GrGLSemaphore(gpu, isOwned)); 38 GrGLSemaphore(const GrGLGpu* gpu, bool isOwned);
|
H A D | GrGLGpu.cpp | 4347 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT GrGLGpu::makeSemaphore(bool isOwned) { argument 4349 return GrGLSemaphore::Make(this, isOwned);
|
/external/skia/src/gpu/vk/ |
H A D | GrVkSemaphore.cpp | 19 sk_sp<GrVkSemaphore> GrVkSemaphore::Make(const GrVkGpu* gpu, bool isOwned) { argument 29 return sk_sp<GrVkSemaphore>(new GrVkSemaphore(gpu, semaphore, isOwned)); 42 GrVkSemaphore::GrVkSemaphore(const GrVkGpu* gpu, VkSemaphore semaphore, bool isOwned) argument 44 fResource = new Resource(semaphore, isOwned);
|
H A D | GrVkSemaphore.h | 21 static sk_sp<GrVkSemaphore> Make(const GrVkGpu* gpu, bool isOwned); 31 Resource(VkSemaphore semaphore, bool isOwned) argument 32 : INHERITED(), fSemaphore(semaphore), fIsOwned(isOwned) {} 55 GrVkSemaphore(const GrVkGpu* gpu, VkSemaphore semaphore, bool isOwned);
|
H A D | GrVkGpu.cpp | 2012 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT GrVkGpu::makeSemaphore(bool isOwned) { argument 2013 return GrVkSemaphore::Make(this, isOwned);
|
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | ObjCRetainCount.h | 165 bool isOwned() const { function in class:clang::ento::objc_retain::RetEffect
|
/external/skia/src/gpu/ |
H A D | GrResourceProvider.cpp | 482 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT GrResourceProvider::makeSemaphore(bool isOwned) { argument 483 return fGpu->makeSemaphore(isOwned);
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | RetainCountChecker.cpp | 179 bool isOwned() const { function in class:__anon1703::RefVal 1988 if (CurrV.isOwned()) { 3550 else if (!RE.isOwned()) { 3574 if (RE.isOwned()) { 3820 else if (V.isOwned())
|
/external/guice/lib/build/jdiff/ |
H A D | xerces.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ... |
Completed in 1416 milliseconds