Home
last modified time | relevance | path

Searched refs:getRefCount (Results 1 – 25 of 41) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DImage_unittest.cpp54 EXPECT_EQ(1u, texture->getRefCount()); in TEST()
55 EXPECT_EQ(1u, image->getRefCount()); in TEST()
70 EXPECT_EQ(1u, texture->getRefCount()); in TEST()
71 EXPECT_EQ(2u, image->getRefCount()); in TEST()
72 EXPECT_EQ(1u, renderbuffer->getRefCount()); in TEST()
80 EXPECT_EQ(2u, image->getRefCount()); in TEST()
81 EXPECT_EQ(1u, renderbuffer->getRefCount()); in TEST()
86 EXPECT_EQ(1u, image->getRefCount()); in TEST()
87 EXPECT_EQ(1u, renderbuffer->getRefCount()); in TEST()
131 EXPECT_EQ(1u, texture->getRefCount()); in TEST()
[all …]
DCLObject.h25 cl_uint getRefCount() const noexcept { return mRefCount; } in getRefCount() function
DCLSampler.cpp31 valUInt = getRefCount(); in getInfo()
DCLEvent.cpp48 valUInt = getRefCount(); in getInfo()
DTransformFeedback_unittest.cpp138 const size_t releaseCount = mFeedback->getRefCount(); in TEST_F()
DDisplay.cpp1025 if (context->getRefCount() > 0) in terminate()
1438 if (previousContext->getRefCount() == 0 && previousContext->isDestroyed()) in makeCurrent()
1540 ASSERT(context->getRefCount() == 0); in releaseContext()
1590 if (context->getRefCount() > 0) in destroyContext()
1621 if (ctx->getRefCount() > 0) in destroyContext()
DCLMemory.cpp88 valUInt = getRefCount(); in getInfo()
DCLKernel.cpp41 valUInt = getRefCount(); in getInfo()
DCLProgram.cpp84 valUInt = getRefCount(); in getInfo()
DShader.h199 unsigned int getRefCount() const;
DRefCountObject.h50 size_t getRefCount() const { return mRefCount; } in getRefCount() function
DProgram.h683 unsigned int getRefCount() const;
684 bool isInUse() const { return getRefCount() != 0; } in isInUse()
/third_party/node/deps/icu-small/source/common/
Dsharedobject.h90 int32_t getRefCount() const;
96 inline UBool noHardReferences() const { return getRefCount() == 0; } in noHardReferences()
102 inline UBool hasHardReferences() const { return getRefCount() != 0; } in hasHardReferences()
126 if(p->getRefCount() <= 1) { return const_cast<T *>(p); } in copyOnWrite()
Dsharedobject.cpp51 SharedObject::getRefCount() const { in getRefCount() function in SharedObject
57 if (this->cachePtr == nullptr && getRefCount() == 0) { in deleteIfZeroRefCount()
/third_party/icu/icu4c/source/common/
Dsharedobject.h90 int32_t getRefCount() const;
96 inline UBool noHardReferences() const { return getRefCount() == 0; } in noHardReferences()
102 inline UBool hasHardReferences() const { return getRefCount() != 0; } in hasHardReferences()
126 if(p->getRefCount() <= 1) { return const_cast<T *>(p); } in copyOnWrite()
Dsharedobject.cpp51 SharedObject::getRefCount() const { in getRefCount() function in SharedObject
57 if (this->cachePtr == nullptr && getRefCount() == 0) { in deleteIfZeroRefCount()
/third_party/skia/third_party/externals/icu/source/common/
Dsharedobject.h90 int32_t getRefCount() const;
96 inline UBool noHardReferences() const { return getRefCount() == 0; } in noHardReferences()
102 inline UBool hasHardReferences() const { return getRefCount() != 0; } in hasHardReferences()
126 if(p->getRefCount() <= 1) { return const_cast<T *>(p); } in copyOnWrite()
Dsharedobject.cpp51 SharedObject::getRefCount() const { in getRefCount() function in SharedObject
57 if (this->cachePtr == nullptr && getRefCount() == 0) { in deleteIfZeroRefCount()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
DNGramList.java47 this(other.getValue(), other.getRefCount()); in NGram()
55 public final int getRefCount() in getRefCount() method in NGramList.NGram
70 return ng.getRefCount() - refCount; in compareTo()
DStatisticsTool.java173 int refCount = ngram.getRefCount(); in dumpNGrams()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DSharedObject.java135 if(r.getRefCount() <= 1) { return r; } in copyOnWrite()
191 public final int getRefCount() { return refCount.get(); } in getRefCount() method in SharedObject
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DSharedObject.java138 if(r.getRefCount() <= 1) { return r; } in copyOnWrite()
194 public final int getRefCount() { return refCount.get(); } in getRefCount() method in SharedObject
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DResourceManager.cpp167 if(shaderObject->getRefCount() == 0) in deleteShader()
186 if(programObject->getRefCount() == 0) in deleteProgram()
DShader.h66 unsigned int getRefCount() const;
DShader.cpp285 unsigned int Shader::getRefCount() const in getRefCount() function in es2::Shader

12