/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Renderbuffer.cpp | 110 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 …]
|
D | Renderbuffer.h | 51 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;
|
D | Texture.h | 158 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;
|
D | Texture.cpp | 837 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()
|
D | Context.cpp | 4381 …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/ |
D | Renderbuffer.cpp | 110 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()
|
D | Renderbuffer.h | 47 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;
|
D | Texture.h | 89 virtual bool isShared(GLenum target, unsigned int level) const = 0; 158 bool isShared(GLenum target, unsigned int level) const override;
|
D | Texture.cpp | 713 bool Texture2D::isShared(GLenum target, unsigned int level) const in isShared() function in es1::Texture2D 728 return image[level]->isShared(); in isShared()
|
D | Context.cpp | 3157 …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/ |
D | ImageRef.cpp | 78 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()
|
D | Image.cpp | 5050 if (!_imgRef->isShared()) in modifyImage()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | ImageRef.h | 49 bool isShared();
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSectionContrib.h | 39 virtual bool isShared() const = 0;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASectionContrib.h | 40 bool isShared() const override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASectionContrib.cpp | 100 bool DIASectionContrib::isShared() const { in isShared() function in DIASectionContrib
|
/external/clang/lib/Analysis/ |
D | ThreadSafety.cpp | 1711 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/ |
D | Image.hpp | 175 bool isShared() const in isShared() function in egl::Image
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 1747 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/ |
D | serv.cpp | 254 UBool isShared() const { in isShared() function in CacheEntry
|
/external/guice/extensions/struts2/lib/ |
D | freemarker-2.3.16.jar | META-INF/
META-INF/MANIFEST.MF
freemarker/
freemarker/cache/
freemarker/ ... |
/external/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.jdt.core_3.14.0.v20180528-0519.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |
/external/dagger2/lib/ |
D | google-java-format-0.1-20151017.042846-2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |