• Home
  • Raw
  • Download

Lines Matching refs:dstPtr

917 	deUint8* const	dstPtr			= (deUint8*)dst.getDataPtr();  in decompressETC1()  local
920 decompressETC1Block(dstPtr, compressedBlock); in decompressETC1()
927 deUint8* const dstPtr = (deUint8*)dst.getDataPtr(); in decompressETC2() local
930 decompressETC2Block(dstPtr, compressedBlock, NULL, false); in decompressETC2()
937 deUint8* const dstPtr = (deUint8*)dst.getDataPtr(); in decompressETC2_EAC_RGBA8() local
957 deUint8* const dstPixel = dstPtr + y*dstRowPitch + x*dstPixelSize; in decompressETC2_EAC_RGBA8()
972 deUint8* const dstPtr = (deUint8*)dst.getDataPtr(); in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1() local
990 deUint8* const dstPixel = dstPtr + y*dstRowPitch + x*dstPixelSize; in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1()
1005 deUint8* const dstPtr = (deUint8*)dst.getDataPtr(); in decompressEAC_R11() local
1025 deInt16* const dstPixel = (deInt16*)(dstPtr + y*dstRowPitch + x*dstPixelSize); in decompressEAC_R11()
1032 deUint16* const dstPixel = (deUint16*)(dstPtr + y*dstRowPitch + x*dstPixelSize); in decompressEAC_R11()
1044 deUint8* const dstPtr = (deUint8*)dst.getDataPtr(); in decompressEAC_RG11() local
1068 deInt16* const dstPixel = (deInt16*)(dstPtr + y*dstRowPitch + x*dstPixelSize); in decompressEAC_RG11()
1077 deUint16* const dstPixel = (deUint16*)(dstPtr + y*dstRowPitch + x*dstPixelSize); in decompressEAC_RG11()
1493 deUint8* const dstPtr = (deUint8*)dst.getDataPtr(); in decompressBc1() local
1536 deUint32* const dstPixel = (deUint32*)(dstPtr + y * dstRowPitch + x * dstPixelSize); in decompressBc1()
1546 deUint8* const dstPtr = (deUint8*)dst.getDataPtr(); in decompressBc2() local
1608 deUint32* const dstPixel = (deUint32*)(dstPtr + y * dstRowPitch + x * dstPixelSize); in decompressBc2()
1618 deUint8* const dstPtr = (deUint8*)dst.getDataPtr(); in decompressBc3() local
1699 deUint32* const dstPixel = (deUint32*)(dstPtr + y * dstRowPitch + x * dstPixelSize); in decompressBc3()
1709 deUint8* const dstPtr = (deUint8*)dst.getDataPtr(); in decompressBc4() local
1759 float* const dstPixel = (float*)(dstPtr + y * dstRowPitch + x * dstPixelSize); in decompressBc4()
1769 deUint8* const dstPtr = (deUint8*)dst.getDataPtr(); in decompressBc5() local
1808 float* const dstPixel = (float*)(dstPtr + y * dstRowPitch + x * dstPixelSize); in decompressBc5()
1819 deUint8* const dstPtr = (deUint8*)dst.getDataPtr(); in decompressBc6H() local
2193 deInt16* const dstPixel = (deInt16*)(dstPtr + y * dstRowPitch + x * dstPixelSize); in decompressBc6H()
2232 deUint8* const dstPtr = (deUint8*)dst.getDataPtr(); in decompressBc7() local
2350 deUint32* const dstPixel = (deUint32*)(dstPtr + y * dstRowPitch + x * dstPixelSize); in decompressBc7()