Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fTextureSpecificationTests.cpp809 int basePitch = transferFmt.getPixelSize()*rowLen; in getRowPitch() local
810 return alignment*(basePitch/alignment + ((basePitch % alignment) ? 1 : 0)); in getRowPitch()