HomeSort by relevance Sort by last modified time
    Searched refs:isOwned (Results 1 - 25 of 31) sorted by null

1 2

  /external/skia/src/gpu/gl/
GrGLSemaphore.cpp 12 GrGLSemaphore::GrGLSemaphore(const GrGLGpu* gpu, bool isOwned)
13 : INHERITED(gpu), fSync(0), fIsOwned(isOwned) {
GrGLSemaphore.h 19 static sk_sp<GrGLSemaphore> Make(const GrGLGpu* gpu, bool isOwned) {
20 return sk_sp<GrGLSemaphore>(new GrGLSemaphore(gpu, isOwned));
38 GrGLSemaphore(const GrGLGpu* gpu, bool isOwned);
GrGLGpu.h 169 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned) override;
  /external/skia/src/gpu/vk/
GrVkSemaphore.h 21 static sk_sp<GrVkSemaphore> Make(const GrVkGpu* gpu, bool isOwned);
31 Resource(VkSemaphore semaphore, bool isOwned)
32 : INHERITED(), fSemaphore(semaphore), fIsOwned(isOwned) {}
55 GrVkSemaphore(const GrVkGpu* gpu, VkSemaphore semaphore, bool isOwned);
GrVkSemaphore.cpp 19 sk_sp<GrVkSemaphore> GrVkSemaphore::Make(const GrVkGpu* gpu, bool isOwned) {
29 return sk_sp<GrVkSemaphore>(new GrVkSemaphore(gpu, semaphore, isOwned));
42 GrVkSemaphore::GrVkSemaphore(const GrVkGpu* gpu, VkSemaphore semaphore, bool isOwned)
44 fResource = new Resource(semaphore, isOwned);
GrVkGpu.h 134 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned) override;
GrVkGpu.cpp     [all...]
  /frameworks/compile/mclinker/unittests/
FileHandleTest.cpp 47 ASSERT_TRUE(m_pTestee->isOwned());
67 ASSERT_FALSE(m_pTestee->isOwned());
74 ASSERT_TRUE(m_pTestee->isOwned());
  /frameworks/compile/mclinker/lib/Support/
FileHandle.cpp 130 if (isOwned()) {
243 bool FileHandle::isOwned() const {
  /external/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 165 bool isOwned() const {
  /frameworks/compile/mclinker/include/mcld/Support/
FileHandle.h 110 bool isOwned() const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 162 bool isOwned() const {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 162 bool isOwned() const {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 162 bool isOwned() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 162 bool isOwned() const {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 162 bool isOwned() const {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 162 bool isOwned() const {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 162 bool isOwned() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 162 bool isOwned() const {
  /external/skia/src/gpu/
GrResourceProvider.h 221 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned = true);
GrResourceProvider.cpp 482 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT GrResourceProvider::makeSemaphore(bool isOwned) {
483 return fGpu->makeSemaphore(isOwned);
GrGpu.h 380 virtual sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned = true) = 0;
  /external/skia/src/gpu/mock/
GrMockGpu.h 51 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned) override {
  /external/skia/src/gpu/mtl/
GrMtlGpu.h 53 sk_sp<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned) override {
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]

Completed in 388 milliseconds

1 2