Searched refs:usedFormat (Results 1 – 1 of 1) sorted by relevance
556 Format usedFormat = getFormat(aspect); in imageExtentInBlocks() local557 if(usedFormat.isCompressed()) in imageExtentInBlocks()560 int blockWidth = usedFormat.blockWidth(); in imageExtentInBlocks()561 int blockHeight = usedFormat.blockHeight(); in imageExtentInBlocks()573 Format usedFormat = getFormat(aspect); in imageOffsetInBlocks() local574 if(usedFormat.isCompressed()) in imageOffsetInBlocks()577 int blockWidth = usedFormat.blockWidth(); in imageOffsetInBlocks()578 int blockHeight = usedFormat.blockHeight(); in imageOffsetInBlocks()592 Format usedFormat = getFormat(aspect); in bufferExtentInBlocks() local597 if(usedFormat.isCompressed()) in bufferExtentInBlocks()[all …]