Lines Matching refs:m_unpackProperties

868 	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()
1231 m_unpackProperties.elementsInGroup = elementsInGroup; in makeGradient()
1232 m_unpackProperties.rowCount = rowCount; in makeGradient()
1233 m_unpackProperties.rowLength = rowLength; in makeGradient()
1234 m_unpackProperties.elementSize = elementSize; in makeGradient()
1235 m_unpackProperties.elementsInRowNoAlign = elementsInRowNoAlign; in makeGradient()
1236 m_unpackProperties.elementsInRow = elementsInRow; in makeGradient()
1237 m_unpackProperties.imagesCount = depth; in makeGradient()
1245 std::size_t dataToSkip = m_unpackProperties.skipImages * rowCount * elementsInRow; in makeGradient()
1257 if ((k == depth - 1) && (m_unpackProperties.skipRows <= j) && in makeGradient()
1258 (j < m_unpackProperties.skipRows + GRADIENT_HEIGHT) && (m_unpackProperties.skipPixels <= x) && in makeGradient()
1259 (x < m_unpackProperties.skipPixels + GRADIENT_WIDTH)) in makeGradient()
1261 float value = static_cast<float>(x - m_unpackProperties.skipPixels) / GRADIENT_WIDTH; in makeGradient()
2424 if (!stripBuffer(m_unpackProperties, static_cast<const GLubyte*>(gradient), gradientStrip, false)) in compare()
3543 if (m_unpackProperties.swapBytes) in testAllFormatsAndTypes()
3561 if (m_unpackProperties.swapBytes) in testAllFormatsAndTypes()