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

/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp891 int m_pixelUnpackSkipRows; member in class:sglr::ReferenceContext
H A DsglrReferenceContext.cpp332 , m_pixelUnpackSkipRows (0)
906 m_pixelUnpackSkipRows = param;
934 const deUint8* ptr = (const deUint8*)data + m_pixelUnpackSkipRows*rowPitch + m_pixelUnpackSkipPixels*pixelSize;
946 const deUint8* ptr = (const deUint8*)data + m_pixelUnpackSkipImages*slicePitch + m_pixelUnpackSkipRows*rowPitch + m_pixelUnpackSkipPixels*pixelSize;

Completed in 293 milliseconds