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