• Home
  • Raw
  • Download

Lines Matching refs:dstRowPitch

938 	const int		dstRowPitch		= dst.getRowPitch();  in decompressETC2_EAC_RGBA8()  local
957 deUint8* const dstPixel = dstPtr + y*dstRowPitch + x*dstPixelSize; in decompressETC2_EAC_RGBA8()
973 const int dstRowPitch = dst.getRowPitch(); in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1() local
990 deUint8* const dstPixel = dstPtr + y*dstRowPitch + x*dstPixelSize; in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1()
1006 const int dstRowPitch = dst.getRowPitch(); 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()
1045 const int dstRowPitch = dst.getRowPitch(); 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()
1494 const deUint32 dstRowPitch = dst.getRowPitch(); in decompressBc1() local
1536 deUint32* const dstPixel = (deUint32*)(dstPtr + y * dstRowPitch + x * dstPixelSize); in decompressBc1()
1547 const deUint32 dstRowPitch = dst.getRowPitch(); in decompressBc2() local
1608 deUint32* const dstPixel = (deUint32*)(dstPtr + y * dstRowPitch + x * dstPixelSize); in decompressBc2()
1619 const deUint32 dstRowPitch = dst.getRowPitch(); in decompressBc3() local
1699 deUint32* const dstPixel = (deUint32*)(dstPtr + y * dstRowPitch + x * dstPixelSize); in decompressBc3()
1710 const deUint32 dstRowPitch = dst.getRowPitch(); in decompressBc4() local
1759 float* const dstPixel = (float*)(dstPtr + y * dstRowPitch + x * dstPixelSize); in decompressBc4()
1770 const deUint32 dstRowPitch = dst.getRowPitch(); in decompressBc5() local
1808 float* const dstPixel = (float*)(dstPtr + y * dstRowPitch + x * dstPixelSize); in decompressBc5()
1820 const deUint32 dstRowPitch = dst.getRowPitch(); in decompressBc6H() local
2193 deInt16* const dstPixel = (deInt16*)(dstPtr + y * dstRowPitch + x * dstPixelSize); in decompressBc6H()
2233 const deUint32 dstRowPitch = dst.getRowPitch(); in decompressBc7() local
2350 deUint32* const dstPixel = (deUint32*)(dstPtr + y * dstRowPitch + x * dstPixelSize); in decompressBc7()