HomeSort by relevance Sort by last modified time
    Searched defs:compressedLevel (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.cpp 748 tcu::CompressedTexture* compressedLevel = new tcu::CompressedTexture(format, level.getWidth(), level.getHeight(), level.getDepth());
749 deUint8* const compressedData = (deUint8*)compressedLevel->getData();
754 tcu::astc::generateRandomValidBlocks(compressedData, compressedLevel->getDataSize()/tcu::astc::BLOCK_SIZE_BYTES,
760 for (int byteNdx = 0; byteNdx < compressedLevel->getDataSize(); byteNdx++)
764 m_compressedLevels.push_back(compressedLevel);
767 compressedLevel->decompress(level, tcu::TexDecompressionParams(tcu::TexDecompressionParams::ASTCMODE_LDR));
    [all...]
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
rfbtightproto.h 299 uint8_t compressedLevel;
313 uint8_t compressedLevel;
328 uint8_t compressedLevel;

Completed in 1896 milliseconds