Home
last modified time | relevance | path

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

/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.h158 virtual bool isShared(GLenum target, unsigned int level) const = 0;
233 bool isShared(GLenum target, unsigned int level) const override;
300 bool isShared(GLenum target, unsigned int level) const override;
362 bool isShared(GLenum target, unsigned int level) const override;
DTexture.cpp837 bool Texture2D::isShared(GLenum target, unsigned int level) const in isShared() function in es2::Texture2D
852 return image[level]->isShared(); in isShared()
1388 bool TextureCubeMap::isShared(GLenum target, unsigned int level) const in isShared() function in es2::TextureCubeMap
1400 return image[face][level]->isShared(); in isShared()
1810 bool Texture3D::isShared(GLenum target, unsigned int level) const in isShared() function in es2::Texture3D
1825 return image[level]->isShared(); in isShared()
DContext.cpp4381 …if(texture->isShared(textureTarget, textureLevel)) // Bound to an EGLSurface or already an EGLIm… in validateSharedImage()
4405 if(renderbuffer->isShared()) // Already an EGLImage sibling in validateSharedImage()
/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.cpp713 bool Texture2D::isShared(GLenum target, unsigned int level) const in isShared() function in es1::Texture2D
728 return image[level]->isShared(); in isShared()
DContext.cpp3157 …if(texture->isShared(GL_TEXTURE_2D, textureLevel)) // Bound to an EGLSurface or already an EGLIm… in validateSharedImage()
3181 if(renderbuffer->isShared()) // Already an EGLImage sibling in validateSharedImage()
/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()
DImage.cpp5050 if (!_imgRef->isShared()) in modifyImage()
/external/ImageMagick/Magick++/lib/Magick++/
DImageRef.h49 bool isShared();
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSectionContrib.h39 virtual bool isShared() const = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASectionContrib.h40 bool isShared() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASectionContrib.cpp100 bool DIASectionContrib::isShared() const { in isShared() function in DIASectionContrib
/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.hpp175 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/icu/icu4c/source/common/
Dserv.cpp254 UBool isShared() const { in isShared() function in CacheEntry
/external/guice/extensions/struts2/lib/
Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/ ...
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.jdt.core_3.14.0.v20180528-0519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...