Home | History | Annotate | Download | only in functional

Lines Matching defs:rowLength

1054 	TexImage2DParamsCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int rowLength, int skipRows, int skipPixels, int alignment)
1057 , m_rowLength (rowLength)
1069 int rowLength = m_rowLength > 0 ? m_rowLength : m_width;
1070 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
1117 int rowLength,
1125 , m_rowLength (rowLength)
1138 int rowLength = m_rowLength > 0 ? m_rowLength : m_width;
1139 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
1348 int rowLength,
1358 , m_rowLength (rowLength)
1385 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW;
1386 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
1766 int rowLength,
1780 , m_rowLength (rowLength)
1814 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW;
1815 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
2286 int rowLength,
2293 , m_rowLength (rowLength)
2306 int rowLength
2307 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
2358 int rowLength,
2365 , m_rowLength (rowLength)
2380 const int rowLength = m_rowLength > 0 ? m_rowLength : m_size + m_skipPixels;
2381 const int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
2437 int rowLength,
2446 , m_rowLength (rowLength)
2460 int rowLength = m_rowLength > 0 ? m_rowLength : m_width;
2461 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
2519 int rowLength,
2528 , m_rowLength (rowLength)
2542 int rowLength = m_rowLength > 0 ? m_rowLength : m_width;
2543 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
2603 int rowLength,
2614 , m_rowLength (rowLength)
2643 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW;
2644 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
2691 int rowLength,
2702 , m_rowLength (rowLength)
2742 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW;
2743 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
2797 int rowLength,
2812 , m_rowLength (rowLength)
2848 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW;
2849 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
2908 int rowLength,
2923 , m_rowLength (rowLength)
2959 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW;
2960 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
3257 int rowLength = m_width;
3259 int rowPitch = deAlign32(rowLength*pixelSize, alignment);
3281 glPixelStorei(GL_UNPACK_ROW_LENGTH, rowLength);
3318 int rowLength = m_width;
3320 int rowPitch = deAlign32(rowLength*pixelSize, alignment);
3343 glPixelStorei(GL_UNPACK_ROW_LENGTH, rowLength);
3554 int rowLength;
3580 cases[ndx].rowLength,
3598 int rowLength;
3630 parameterCases[ndx].rowLength,
3638 parameterCases[ndx].rowLength,
3772 int rowLength;
3802 cases[ndx].rowLength,
3823 int rowLength;
3876 paramCases[ndx].rowLength,
3888 paramCases[ndx].rowLength,
3979 int rowLength;
4009 cases[ndx].rowLength,
4030 int rowLength;
4067 parameterCases[ndx].rowLength,
4079 parameterCases[ndx].rowLength,
4153 int rowLength;
4189 cases[ndx].rowLength,
4215 int rowLength;
4285 paramCases[ndx].rowLength,
4303 paramCases[ndx].rowLength,