Searched refs:get64BitBlock (Results 1 – 1 of 1) sorted by relevance
403 inline deUint64 get64BitBlock (const deUint8* src, int blockNdx) in get64BitBlock() function417 return get64BitBlock(src, 2*blockNdx); in get128BitBlockStart()423 return get64BitBlock(src, 2*blockNdx + 1); in get128BitBlockEnd()918 const deUint64 compressedBlock = get64BitBlock(src, 0); in decompressETC1()928 const deUint64 compressedBlock = get64BitBlock(src, 0); in decompressETC2()976 const deUint64 compressedBlockRGBA = get64BitBlock(src, 0); in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1()1009 const deUint64 compressedBlock = get64BitBlock(src, 0); in decompressEAC_R11()