Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp868 PackedPixelsBufferProperties m_unpackProperties; member in glcts::RectangleTest
921 m_unpackProperties = up; in applyInitialStorageModes()
1203 int rowCount = m_unpackProperties.rowCount; in makeGradient()
1205 rowCount = GRADIENT_HEIGHT + m_unpackProperties.skipRows; in makeGradient()
1208 int rowLength = m_unpackProperties.rowLength; in makeGradient()
1210 rowLength = GRADIENT_WIDTH + m_unpackProperties.skipPixels; in makeGradient()
1217 if (elementSize < m_unpackProperties.alignment) in makeGradient()
1219 int alignment = m_unpackProperties.alignment; in makeGradient()
1225 m_unpackProperties.skipImages = 0; in makeGradient()
1229 int depth = 1 + m_unpackProperties.skipImages; in makeGradient()
[all …]