Searched defs:getRowPitch (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/common/
H A DtcuTexture.hpp313 int getRowPitch (void) const { return m_pitch.y(); } function in class:tcu::ConstPixelBufferAccess
/external/deqp/modules/gles2/functional/
H A Des2fTextureSpecificationTests.cpp807 static inline int getRowPitch (const tcu::TextureFormat& transferFmt, int rowLen, int alignment) function in namespace:deqp::gles2::Functional
843 int rowPitch = getRowPitch(fmt, levelW, m_alignment);
888 int rowPitch = getRowPitch(fmt, levelW, m_alignment);
1189 int rowPitch = getRowPitch(fmt, m_subW, m_alignment);
1243 int rowPitch = getRowPitch(fmt, m_subW, m_alignment);

Completed in 81 milliseconds