Home
last modified time | relevance | path

Searched refs:getPixelPitch (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/referencerenderer/
DrrMultisamplePixelBufferAccess.cpp56 tcu::IVec3(original.getPixelPitch(), original.getPixelPitch(), original.getRowPitch()), in fromSinglesampleAccess()
96 tcu::IVec3(original.getPixelPitch(), original.getPixelPitch(), original.getRowPitch()), in fromSinglesampleAccess()
/external/deqp/framework/common/
DtcuTextureUtil.cpp152 …(const deUint8*)access.getDataPtr() + access.getPixelPitch()*x + access.getRowPitch()*y + access.g… in getSubregion()
178 …(deUint8*)access.getDataPtr() + access.getPixelPitch()*x + access.getRowPitch()*y + access.getSlic… in getSubregion()
218 const tcu::IVec3 pitch (access.getPixelPitch(), -rowPitch, access.getSlicePitch()); in flipYAccess()
232 const tcu::IVec3 pitch (access.getPixelPitch(), -rowPitch, access.getSlicePitch()); in flipYAccess()
465 DE_ASSERT(dst.getPixelPitch() == pixelSize); // only tightly packed in fillRow()
497 const int pixelPitch = access.getPixelPitch(); in clear()
528 const int pixelPitch = access.getPixelPitch(); in clear()
810 const int srcPixelPitch = src.getPixelPitch(); in copy()
811 const int dstPixelPitch = dst.getPixelPitch(); in copy()
DtcuTestLog.cpp180 && access.getPixelPitch() == access.getFormat().getPixelSize() in writeImage()
DtcuTexture.hpp312 int getPixelPitch (void) const { return m_pitch.x(); } in getPixelPitch() function in tcu::ConstPixelBufferAccess