Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DFormat.h43 bool isCompressed; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DDecompressor.cpp79 bool Decompressor::isCompressed(const object::SectionRef &Section) { in isCompressed() function in Decompressor
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DFormat.h89 bool isCompressed; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp173 virtual bool isCompressed (void) const { return !m_compressedLevels.empty(); } in isCompressed() function in vkt::pipeline::TestTexture
DvktPipelineSamplerTests.cpp1899 const bool isCompressed = isCompressedFormat(format); in createAllFormatsSamplerTests() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkFormat.cpp493 bool Format::isCompressed() const in isCompressed() function in vk::Format
/third_party/skia/gm/
Dbc1_transparency.cpp122 bool isCompressed = false; in draw_image() local
Dcompressed_textures.cpp274 bool isCompressed = false; in drawCell() local
Dexoticformats.cpp383 bool isCompressed = false; in drawImage() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h462 inline bool SectionRef::isCompressed() const { in isCompressed() function
/third_party/skia/tests/
DGrSurfaceTest.cpp128 bool isCompressed = caps->isFormatCompressed(combo.fFormat); in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DTexture.cpp786 bool Texture2D::isCompressed(GLenum target, GLint level) const in isCompressed() function in es2::Texture2D
1271 bool TextureCubeMap::isCompressed(GLenum target, GLint level) const in isCompressed() function in es2::TextureCubeMap
1823 bool Texture3D::isCompressed(GLenum target, GLint level) const in isCompressed() function in es2::Texture3D
DlibGLESv3.cpp3634 bool isCompressed = IsCompressed(internalformat); in TexStorage2D() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageCompressionTranscodingSupport.cpp553 const bool isCompressed = compressedNdx == imageNdx ? true : false; in iterate() local
668 const bool isCompressed) in copyDataToImage()
933 …:createImageInfos (ImageData& imageData, const vector<UVec3>& mipMapSizes, const bool isCompressed) in createImageInfos()
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpu.cpp1655 bool isCompressed = GrVkFormatToCompressionType(vkFormat, &compressionType); in createVkImageForBackendSurface() local
1672 bool isCompressed = GrVkFormatToCompressionType(vkFormat, &compressionType); in createVkImageForBackendSurface() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp470 const bool isCompressed = glu::isCompressedFormat(format); in isCoreFilterableFormat() local
2405 const bool isCompressed = glu::isCompressedFormat(format); in init() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES3.cpp353 bool isCompressed, in ValidateES3TexImageParametersBase()
640 bool isCompressed, in ValidateES3TexImage2DParameters()
669 bool isCompressed, in ValidateES3TexImage3DParameters()
DvalidationES2.cpp1153 bool isCompressed, in ValidateES2TexImageParameters()
1182 bool isCompressed, in ValidateES2TexImageParametersBase()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES3.cpp458 bool isCompressed, in ValidateES3TexImageParametersBase()
867 bool isCompressed, in ValidateES3TexImage2DParameters()
897 bool isCompressed, in ValidateES3TexImage3DParameters()
DvalidationES2.cpp822 bool isCompressed, in ValidateES2TexImageParameters()
852 bool isCompressed, in ValidateES2TexImageParametersBase()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfReader.cpp620 bool isCompressed = hasSecFlag(Entry, SecFlagCompress); in readImpl() local
DInstrProf.cpp445 bool isCompressed = (CompressedSize != 0); in readPGOFuncNameStrings() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp398 const bool isCompressed = isCompressedFormat(parms.format); in getExtent3D() local
727 const bool isCompressed = isCompressedFormat(parms.format); in uploadImageAspect() local
936 const bool isCompressed = isCompressedFormat(imageParms.format); in readImageAspect() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSurface.cpp2876 bool Surface::isCompressed(Format format) in isCompressed() function in sw::Surface
/third_party/vulkan-headers/include/vulkan/
Dvulkan_enums.hpp9047 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 bool isCompressed( VULKAN_HPP_NAMESPACE::Format format ) in isCompressed() function