Home
last modified time | relevance | path

Searched defs:isCompressed (Results 1 – 23 of 23) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/
DTapeInputStream.java43 private boolean isCompressed = false; field in TapeInputStream
67 public void resetBlockSize(final int recsPerBlock, final boolean isCompressed) in resetBlockSize()
DDumpArchiveSummary.java268 public boolean isCompressed() { in isCompressed() method in DumpArchiveSummary
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DDecompressor.cpp80 bool Decompressor::isCompressed(const object::SectionRef &Section) { in isCompressed() function in Decompressor
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp133 virtual bool isCompressed (void) const { return !m_compressedLevels.empty(); } in isCompressed() function in vkt::pipeline::TestTexture
DvktPipelineSamplerTests.cpp1112 const bool isCompressed = isCompressedFormat(format); in createSamplerTests() local
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DArchive.h115 bool isCompressed() const { return flags&CompressedFlag; } in isCompressed() function
/external/llvm/include/llvm/Object/
DObjectFile.h387 inline bool SectionRef::isCompressed() const { in isCompressed() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DObjectFile.h424 inline bool SectionRef::isCompressed() const { in isCompressed() function
/external/eigen/Eigen/src/SparseCore/
DSparseBlock.h239 bool isCompressed() const { return m_matrix.innerNonZeroPtr()==0; } in isCompressed() function
/external/swiftshader/src/OpenGL/libGLESv2/
DTexture.cpp756 bool Texture2D::isCompressed(GLenum target, GLint level) const in isCompressed() function in es2::Texture2D
1205 bool TextureCubeMap::isCompressed(GLenum target, GLint level) const in isCompressed() function in es2::TextureCubeMap
1729 bool Texture3D::isCompressed(GLenum target, GLint level) const in isCompressed() function in es2::Texture3D
DlibGLESv3.cpp3632 bool isCompressed = IsCompressed(internalformat); in TexStorage2D() local
/external/swiftshader/src/OpenGL/libGLES_CM/
DTexture.cpp630 bool Texture2D::isCompressed(GLenum target, GLint level) const in isCompressed() function in es1::Texture2D
/external/llvm/lib/ProfileData/
DInstrProf.cpp306 bool isCompressed = (CompressedSize != 0); in readPGOFuncNameStrings() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageCompressionTranscodingSupport.cpp552 const bool isCompressed = compressedNdx == imageNdx ? true : false; in iterate() local
667 const bool isCompressed) in copyDataToImage()
932 …:createImageInfos (ImageData& imageData, const vector<UVec3>& mipMapSizes, const bool isCompressed) in createImageInfos()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECPoint.java274 public boolean isCompressed() in isCompressed() method in ECPoint
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/
DECPoint.java276 public boolean isCompressed() in isCompressed() method in ECPoint
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProf.cpp446 bool isCompressed = (CompressedSize != 0); in readPGOFuncNameStrings() local
/external/deqp/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp470 const bool isCompressed = glu::isCompressedFormat(format); in isCoreFilterableFormat() local
2393 const bool isCompressed = glu::isCompressedFormat(format); in init() local
/external/skqp/src/gpu/vk/
DGrVkGpu.cpp973 bool isCompressed = GrPixelConfigIsCompressed(desc.fConfig); in onCreateTexture() local
/external/skia/src/gpu/vk/
DGrVkGpu.cpp975 bool isCompressed = GrPixelConfigIsCompressed(desc.fConfig); in onCreateTexture() local
/external/swiftshader/src/Device/
DSurface.cpp2342 bool Surface::isCompressed(VkFormat format) in isCompressed() function in sw::Surface
/external/swiftshader/src/Renderer/
DSurface.cpp3039 bool Surface::isCompressed(Format format) in isCompressed() function in sw::Surface
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp256 const bool isCompressed = isCompressedFormat(parms.format); in getExtent3D() local