Home | History | Annotate | Download | only in functional

Lines Matching defs:rowLength

1066 	TexImage2DParamsCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int rowLength, int skipRows, int skipPixels, int alignment)
1069 , m_rowLength (rowLength)
1081 int rowLength = m_rowLength > 0 ? m_rowLength : m_width;
1082 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
1129 int rowLength,
1137 , m_rowLength (rowLength)
1150 int rowLength = m_rowLength > 0 ? m_rowLength : m_width;
1151 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
1360 int rowLength,
1370 , m_rowLength (rowLength)
1397 int rowLength
1398 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
1778 int rowLength,
1792 , m_rowLength (rowLength)
1826 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW;
1827 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
2298 int rowLength,
2305 , m_rowLength (rowLength)
2318 int rowLength = m_rowLength > 0 ? m_rowLength : m_width + m_skipPixels;
2319 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
2370 int rowLength,
2377 , m_rowLength (rowLength)
2392 const int rowLength = m_rowLength > 0 ? m_rowLength : m_size + m_skipPixels;
2393 const int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
2449 int rowLength,
2458 , m_rowLength (rowLength)
2472 int rowLength = m_rowLength > 0 ? m_rowLength : m_width;
2473 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
2531 int rowLength,
2540 , m_rowLength (rowLength)
2554 int rowLength = m_rowLength > 0 ? m_rowLength : m_width;
2555 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
2615 int rowLength,
2626 , m_rowLength (rowLength)
2655 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW;
2656 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
2703 int rowLength,
2714 , m_rowLength (rowLength)
2754 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW;
2755 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
2809 int rowLength,
2824 , m_rowLength (rowLength)
2860 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW;
2861 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
2920 int rowLength,
2935 , m_rowLength (rowLength)
2971 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW;
2972 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
3269 int rowLength = m_width;
3271 int rowPitch = deAlign32(rowLength*pixelSize, alignment);
3293 glPixelStorei(GL_UNPACK_ROW_LENGTH, rowLength);
3330 int rowLength = m_width;
3332 int rowPitch = deAlign32(rowLength*pixelSize, alignment);
3355 glPixelStorei(GL_UNPACK_ROW_LENGTH, rowLength);
3566 int rowLength;
3592 cases[ndx].rowLength,
3610 int rowLength;
3642 parameterCases[ndx].rowLength,
3650 parameterCases[ndx].rowLength,
3784 int rowLength;
3814 cases[ndx].rowLength,
3835 int rowLength;
3888 paramCases[ndx].rowLength,
3900 paramCases[ndx].rowLength,
3991 int rowLength;
4021 cases[ndx].rowLength,
4042 int rowLength;
4079 parameterCases[ndx].rowLength,
4091 parameterCases[ndx].rowLength,
4165 int rowLength;
4201 cases[ndx].rowLength,
4227 int rowLength;
4297 paramCases[ndx].rowLength,
4315 paramCases[ndx].rowLength,