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