Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp571 int elementsInRowNoAlign; // row size (in elements) without alignment member
1215 int elementsInRowNoAlign = elementsInGroup * rowLength; in makeGradient() local
1216 int elementsInRow = elementsInRowNoAlign; in makeGradient()
1235 m_unpackProperties.elementsInRowNoAlign = elementsInRowNoAlign; in makeGradient()
2168 props.elementsInRowNoAlign = props.elementsInGroup * props.rowLength; in readOutputData()
2169 props.elementsInRow = props.elementsInRowNoAlign; in readOutputData()
2980 int newBufferSize = props.elementSize * props.elementsInRowNoAlign * GRADIENT_HEIGHT; in stripBuffer()
2990 int skipAlign = (props.elementsInRow - props.elementsInRowNoAlign) * props.elementSize; in stripBuffer()