Searched refs:srcPixelSize (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 808 const int srcPixelSize = src.getFormat().getPixelSize(); in copy() local 812 const bool srcTightlyPacked = (srcPixelSize == srcPixelPitch); in copy() 825 deMemcpy(dst.getPixelPtr(0, y, z), src.getPixelPtr(0, y, z), srcPixelSize*width); in copy() 833 deMemcpy(dst.getPixelPtr(x, y, z), src.getPixelPtr(x, y, z), srcPixelSize); in copy()
|