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

/external/deqp/framework/common/
H A DtcuTexture.hpp255 int getRowPitch (void) const { return m_rowPitch; } function in class:tcu::ConstPixelBufferAccess
/external/deqp/modules/gles2/functional/
H A Des2fTextureSpecificationTests.cpp808 static inline int getRowPitch (const tcu::TextureFormat& transferFmt, int rowLen, int alignment) function in namespace:deqp::gles2::Functional
844 int rowPitch = getRowPitch(fmt, levelW, m_alignment);
889 int rowPitch = getRowPitch(fmt, levelW, m_alignment);
1190 int rowPitch = getRowPitch(fmt, m_subW, m_alignment);
1244 int rowPitch = getRowPitch(fmt, m_subW, m_alignment);

Completed in 151 milliseconds