HomeSort by relevance Sort by last modified time
    Searched defs:getRowPitch (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fTextureSpecificationTests.cpp 807 static inline int getRowPitch (const tcu::TextureFormat& transferFmt, int rowLen, int alignment)
843 int rowPitch = getRowPitch(fmt, levelW, m_alignment);
888 int rowPitch = getRowPitch(fmt, levelW, m_alignment);
    [all...]
  /external/deqp/framework/common/
tcuTexture.hpp 336 int getRowPitch (void) const { return m_pitch.y(); }
    [all...]

Completed in 394 milliseconds