Searched refs:dstRowPitch (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp845 const int dstRowPitch = dst.getRowPitch(); local
866 deUint8* const dstPixel = dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize;
885 const int dstRowPitch = dst.getRowPitch(); local
906 deUint8* const dstPixel = dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize;
925 const int dstRowPitch = dst.getRowPitch(); local
950 deUint8* const dstPixel = dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize;
970 const int dstRowPitch = dst.getRowPitch(); local
993 deUint8* const dstPixel = dstPtr + (baseY+y)*dstRowPitch + (baseX+x)*dstPixelSize;
1013 const int dstRowPitch = dst.getRowPitch(); local
1038 deInt16* const dstPixel = (deInt16*)(dstPtr + (baseY+y)*dstRowPitch
1062 const int dstRowPitch = dst.getRowPitch(); local
[all...]

Completed in 1127 milliseconds