Searched refs:get64BitBlock (Results 1 – 1 of 1) sorted by relevance
300 inline deUint64 get64BitBlock (const deUint8* src, int blockNdx) in get64BitBlock() function314 return get64BitBlock(src, 2*blockNdx); in get128BitBlockStart()320 return get64BitBlock(src, 2*blockNdx + 1); in get128BitBlockEnd()833 const deUint64 compressedBlock = get64BitBlock(src, 0); in decompressETC1()843 const deUint64 compressedBlock = get64BitBlock(src, 0); in decompressETC2()891 const deUint64 compressedBlockRGBA = get64BitBlock(src, 0); in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1()924 const deUint64 compressedBlock = get64BitBlock(src, 0); in decompressEAC_R11()