Lines Matching refs:dstPtr
917 deUint8* const dstPtr = (deUint8*)dst.getDataPtr();
920 decompressETC1Block(dstPtr, compressedBlock);
927 deUint8* const dstPtr = (deUint8*)dst.getDataPtr();
930 decompressETC2Block(dstPtr, compressedBlock, NULL, false);
937 deUint8* const dstPtr = (deUint8*)dst.getDataPtr();
957 deUint8* const dstPixel = dstPtr + y*dstRowPitch + x*dstPixelSize;
972 deUint8* const dstPtr = (deUint8*)dst.getDataPtr();
990 deUint8* const dstPixel = dstPtr + y*dstRowPitch + x*dstPixelSize;
1005 deUint8* const dstPtr = (deUint8*)dst.getDataPtr();
1025 deInt16* const dstPixel = (deInt16*)(dstPtr + y*dstRowPitch + x*dstPixelSize);
1032 deUint16* const dstPixel = (deUint16*)(dstPtr + y*dstRowPitch + x*dstPixelSize);
1044 deUint8* const dstPtr = (deUint8*)dst.getDataPtr();
1068 deInt16* const dstPixel = (deInt16*)(dstPtr + y*dstRowPitch + x*dstPixelSize);
1077 deUint16* const dstPixel = (deUint16*)(dstPtr + y*dstRowPitch + x*dstPixelSize);
1493 deUint8* const dstPtr = (deUint8*)dst.getDataPtr();
1536 deUint32* const dstPixel = (deUint32*)(dstPtr + y * dstRowPitch + x * dstPixelSize);
1546 deUint8* const dstPtr = (deUint8*)dst.getDataPtr();
1608 deUint32* const dstPixel = (deUint32*)(dstPtr + y * dstRowPitch + x * dstPixelSize);
1618 deUint8* const dstPtr = (deUint8*)dst.getDataPtr();
1699 deUint32* const dstPixel = (deUint32*)(dstPtr + y * dstRowPitch + x * dstPixelSize);
1709 deUint8* const dstPtr = (deUint8*)dst.getDataPtr();
1759 float* const dstPixel = (float*)(dstPtr + y * dstRowPitch + x * dstPixelSize);
1769 deUint8* const dstPtr = (deUint8*)dst.getDataPtr();
1808 float* const dstPixel = (float*)(dstPtr + y * dstRowPitch + x * dstPixelSize);
1819 deUint8* const dstPtr = (deUint8*)dst.getDataPtr();
2193 deInt16* const dstPixel = (deInt16*)(dstPtr + y * dstRowPitch + x * dstPixelSize);
2232 deUint8* const dstPtr = (deUint8*)dst.getDataPtr();
2350 deUint32* const dstPixel = (deUint32*)(dstPtr + y * dstRowPitch + x * dstPixelSize);