Home
last modified time | relevance | path

Searched refs:isShared (Results 1 – 25 of 32) sorted by relevance

12

/external/swiftshader/src/OpenGL/libGLESv2/
DRenderbuffer.cpp110 bool RenderbufferTexture2D::isShared() const in isShared() function in es2::RenderbufferTexture2D
112 return mTexture2D->isShared(GL_TEXTURE_2D, mLevel); in isShared()
173 bool RenderbufferTexture2DRect::isShared() const in isShared() function in es2::RenderbufferTexture2DRect
175 return mTexture2DRect->isShared(GL_TEXTURE_RECTANGLE_ARB, 0); in isShared()
236 bool RenderbufferTexture3D::isShared() const in isShared() function in es2::RenderbufferTexture3D
238 return mTexture3D->isShared(mTexture3D->getTarget(), mLevel); in isShared()
304 bool RenderbufferTextureCubeMap::isShared() const in isShared() function in es2::RenderbufferTextureCubeMap
306 return mTextureCubeMap->isShared(mTarget, mLevel); in isShared()
372 bool Renderbuffer::isShared() const in isShared() function in es2::Renderbuffer
374 return mInstance->isShared(); in isShared()
[all …]
DRenderbuffer.h51 virtual bool isShared() const = 0;
82 bool isShared() const override;
109 bool isShared() const override;
132 bool isShared() const override;
160 bool isShared() const override;
188 bool isShared() const override = 0;
221 virtual bool isShared() const;
253 bool isShared() const override;
269 bool isShared() const override;
DTexture.h160 virtual bool isShared(GLenum target, unsigned int level) const = 0;
238 bool isShared(GLenum target, unsigned int level) const override;
307 bool isShared(GLenum target, unsigned int level) const override;
371 bool isShared(GLenum target, unsigned int level) const override;
DTexture.cpp867 bool Texture2D::isShared(GLenum target, unsigned int level) const in isShared() function in es2::Texture2D
882 return image[level]->isShared(); in isShared()
1454 bool TextureCubeMap::isShared(GLenum target, unsigned int level) const in isShared() function in es2::TextureCubeMap
1466 return image[face][level]->isShared(); in isShared()
1904 bool Texture3D::isShared(GLenum target, unsigned int level) const in isShared() function in es2::Texture3D
1919 return image[level]->isShared(); in isShared()
/external/swiftshader/src/OpenGL/libGLES_CM/
DRenderbuffer.cpp110 bool RenderbufferTexture2D::isShared() const in isShared() function in es1::RenderbufferTexture2D
112 return mTexture2D->isShared(GL_TEXTURE_2D, 0); in isShared()
178 bool Renderbuffer::isShared() const in isShared() function in es1::Renderbuffer
180 return mInstance->isShared(); in isShared()
356 bool Colorbuffer::isShared() const in isShared() function in es1::Colorbuffer
358 return mRenderTarget->isShared(); in isShared()
434 bool DepthStencilbuffer::isShared() const in isShared() function in es1::DepthStencilbuffer
436 return mDepthStencil->isShared(); in isShared()
DRenderbuffer.h47 virtual bool isShared() const = 0;
77 bool isShared() const override;
104 bool isShared() const override = 0;
137 virtual bool isShared() const;
168 bool isShared() const override;
184 bool isShared() const override;
DTexture.h89 virtual bool isShared(GLenum target, unsigned int level) const = 0;
158 bool isShared(GLenum target, unsigned int level) const override;
DTexture.cpp715 bool Texture2D::isShared(GLenum target, unsigned int level) const in isShared() function in es1::Texture2D
730 return image[level]->isShared(); in isShared()
/external/ImageMagick/Magick++/lib/
DImageRef.cpp78 bool Magick::ImageRef::isShared() in isShared() function in Magick::ImageRef
81 isShared; in isShared() local
84 isShared=(_refCount > 1); in isShared()
86 return(isShared); in isShared()
/external/llvm-project/lld/ELF/
DSymbols.cpp309 else if (sym->isShared()) in printTraceSymbol()
339 else if (sym->isShared()) in maybeWarnUnorderableSymbol()
413 if (!other.isShared()) in mergeProperties()
455 if ((isShared() && other.visibility != STV_DEFAULT) || in resolveUndefined()
544 if (isUndefined() || isShared()) { in resolveUndefined()
DSymbols.h152 bool isShared() const { return symbolKind == SharedKind; } in isShared() function
/external/ImageMagick/Magick++/lib/Magick++/
DImageRef.h49 bool isShared();
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DIPDBSectionContrib.h38 virtual bool isShared() const = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSectionContrib.h38 virtual bool isShared() const = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASectionContrib.h39 bool isShared() const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASectionContrib.h39 bool isShared() const override;
/external/angle/src/libGLESv2/
Dglobal_state.h176 return context->isShared() ? std::unique_lock<angle::GlobalMutex>(egl::GetGlobalMutex()) in GetContextLock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASectionContrib.cpp99 bool DIASectionContrib::isShared() const { in isShared() function in DIASectionContrib
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIASectionContrib.cpp99 bool DIASectionContrib::isShared() const { in isShared() function in DIASectionContrib
/external/llvm-project/clang/lib/Analysis/
DThreadSafety.cpp1542 getMutexIDs(A->isShared() ? SharedLocksToAdd : ExclusiveLocksToAdd, A, in getEdgeLockset()
1840 Analyzer->getMutexIDs(A->isShared() ? SharedLocksToAdd in handleCall()
1884 A->isShared() ? LK_Shared : LK_Exclusive, Loc, in handleCall()
1896 else if (A->isShared()) in handleCall()
1908 warnIfMutexNotHeld(D, Exp, A->isShared() ? AK_Read : AK_Written, Arg, in handleCall()
2338 getMutexIDs(A->isShared() ? SharedLocksToAdd : ExclusiveLocksToAdd, A, in runAnalysis()
2346 getMutexIDs(A->isShared() ? SharedLocksToAdd : ExclusiveLocksToAdd, A, in runAnalysis()
2353 getMutexIDs(A->isShared() ? SharedLocksAcquired in runAnalysis()
/external/clang/lib/Analysis/
DThreadSafety.cpp1711 Analyzer->getMutexIDs(A->isShared() ? SharedLocksToAdd in handleCall()
1752 else if (A->isShared()) in handleCall()
1764 warnIfMutexNotHeld(D, Exp, A->isShared() ? AK_Read : AK_Written, Arg, in handleCall()
1769 Analyzer->getMutexIDs(A->isShared() ? ScopedSharedReqs in handleCall()
2154 getMutexIDs(A->isShared() ? SharedLocksToAdd : ExclusiveLocksToAdd, A, in runAnalysis()
2169 getMutexIDs(A->isShared() ? SharedLocksAcquired in runAnalysis()
/external/swiftshader/src/OpenGL/common/
DImage.hpp177 bool isShared() const in isShared() function in egl::Image
/external/clang/include/clang/Basic/
DAttr.td1747 let Accessors = [Accessor<"isShared",
1768 let Accessors = [Accessor<"isShared",
1787 let Accessors = [Accessor<"isShared",
1806 let Accessors = [Accessor<"isShared",
1826 let Accessors = [Accessor<"isShared",
1849 let Accessors = [Accessor<"isShared", [GNU<"requires_shared_capability">,
/external/angle/src/libANGLE/
DContext.h512 bool isShared() const { return mShared; } in isShared() function
/external/icu/icu4c/source/common/
Dserv.cpp254 UBool isShared() const { in isShared() function in CacheEntry

12