Searched refs:getRefCount (Results 1 - 17 of 17) sorted by relevance

/external/icu/icu4c/source/common/
H A Dsharedobject.cpp26 SharedObject::getRefCount() const { function in class:SharedObject
32 if(getRefCount() == 0) {
H A Dsharedobject.h50 int32_t getRefCount() const;
68 if(p->getRefCount() <= 1) { return const_cast<T *>(p); }
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
H A DGrFakeRefObj.h53 int getRefCount() const { return fRef; } function in class:GrFakeRefObj
H A DGrDebugGL.cpp210 GrAlwaysAssert(0 == fObjects[i]->getRefCount());
H A DGrGLCreateDebugInterface.cpp488 if (program->getRefCount()) {
503 if (shader->getRefCount()) {
558 if (array->getRefCount()) {
/external/skia/src/gpu/gl/debug/
H A DGrFakeRefObj.h53 int getRefCount() const { return fRef; } function in class:GrFakeRefObj
H A DGrDebugGL.cpp207 GrAlwaysAssert(0 == fObjects[i]->getRefCount());
H A DGrGLCreateDebugInterface.cpp488 if (program->getRefCount()) {
503 if (shader->getRefCount()) {
558 if (array->getRefCount()) {
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DShader.h82 unsigned int getRefCount() const;
H A DProgram.h111 unsigned int getRefCount() const;
H A DShader.cpp140 unsigned int Shader::getRefCount() const function in class:gl::Shader
H A DResourceManager.cpp174 if (shaderObject->second->getRefCount() == 0)
193 if (programObject->second->getRefCount() == 0)
H A DProgram.cpp338 unsigned int Program::getRefCount() const function in class:gl::Program
/external/icu/icu4c/source/test/intltest/
H A Dlrucachetest.cpp260 int32_t actual = ptr->getRefCount();
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp60 int getRefCount (void) const { return m_refCount; } function in class:sglr::rc::NamedObject
528 if (object->getRefCount() == 0)
H A DsglrReferenceContext.cpp455 DE_ASSERT(m_clientVertexArray.getRefCount() == 1);
727 DE_ASSERT(texture->getRefCount() == 1);
793 DE_ASSERT(framebuffer->getRefCount() == 1);
869 DE_ASSERT(renderbuffer->getRefCount() == 1);
2536 DE_ASSERT(buffer->getRefCount() == 1);
3991 DE_ASSERT(vertexArray->getRefCount() == 1);
4008 DE_ASSERT(sp->getRefCount() == 1);
4586 DE_ASSERT(programToBeDeleted->getRefCount() == 1);
4605 DE_ASSERT(shaderProg->getRefCount() == 1);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 295 milliseconds