Lines Matching refs:size
306 throw tcu::NotSupportedError("Maximum point size is too low for this test");
430 // output point size
470 m_testCtx.getLog() << TestLog::Message << "Render target size: " << width << "x" << height << TestLog::EndMessage;
472 throw tcu::NotSupportedError(std::string("Render target size must be at least ") + de::toString(TEST_CANVAS_SIZE) + "x" + de::toString(TEST_CANVAS_SIZE));
527 log << TestLog::Message << "Rendering points with point size " << m_pointSize << ". Coordinates:" << TestLog::EndMessage;
528 for (size_t ndx = 0; ndx < m_points.size(); ++ndx)
555 ctx.drawArrays (GL_POINTS, 0, (glw::GLsizei)m_points.size());
665 for (size_t ndx = 0; ndx < m_lines.size(); ++ndx)
694 ctx.drawArrays (GL_LINES, 0, verticesPerLine * (glw::GLsizei)m_lines.size());
888 for (size_t ndx = 0; ndx < m_polys.size(); ++ndx)
921 ctx.drawArrays (GL_TRIANGLES, 0, verticesPerTriangle * (glw::GLsizei)m_polys.size());
1147 for (size_t ndx = 0; ndx < m_triangles.size(); ++ndx)
1170 ctx.drawArrays (GL_TRIANGLES, 0, verticesPerTriangle * (glw::GLsizei)m_triangles.size());