Searched refs:dstRowPitch (Results 1 – 1 of 1) sorted by relevance
853 const int dstRowPitch = dst.getRowPitch(); in decompressETC2_EAC_RGBA8() local872 deUint8* const dstPixel = dstPtr + y*dstRowPitch + x*dstPixelSize; in decompressETC2_EAC_RGBA8()888 const int dstRowPitch = dst.getRowPitch(); in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1() local905 deUint8* const dstPixel = dstPtr + y*dstRowPitch + x*dstPixelSize; in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1()921 const int dstRowPitch = dst.getRowPitch(); in decompressEAC_R11() local940 deInt16* const dstPixel = (deInt16*)(dstPtr + y*dstRowPitch + x*dstPixelSize); in decompressEAC_R11()947 deUint16* const dstPixel = (deUint16*)(dstPtr + y*dstRowPitch + x*dstPixelSize); in decompressEAC_R11()960 const int dstRowPitch = dst.getRowPitch(); in decompressEAC_RG11() local983 deInt16* const dstPixel = (deInt16*)(dstPtr + y*dstRowPitch + x*dstPixelSize); in decompressEAC_RG11()992 deUint16* const dstPixel = (deUint16*)(dstPtr + y*dstRowPitch + x*dstPixelSize); in decompressEAC_RG11()