Lines Matching refs:range
548 float range[2] = { 0.0f, 0.0f };
549 m_context.getRenderContext().getFunctions().getFloatv(GL_ALIASED_LINE_WIDTH_RANGE, range);
551 m_testCtx.getLog() << tcu::TestLog::Message << "ALIASED_LINE_WIDTH_RANGE = [" << range[0] << ", " << range[1] << "]" << tcu::TestLog::EndMessage;
554 if (range[1] <= 1.0f)
560 m_lineWidths.push_back(range[1]);
563 m_maxLineWidth = range[1];
692 float range[2] = { 0.0f, 0.0f };
693 m_context.getRenderContext().getFunctions().getFloatv(GL_ALIASED_POINT_SIZE_RANGE, range);
695 m_testCtx.getLog() << tcu::TestLog::Message << "GL_ALIASED_POINT_SIZE_RANGE = [" << range[0] << ", " << range[1] << "]" << tcu::TestLog::EndMessage;
698 if (range[1] <= 1.0f)
704 m_pointSizes.push_back(range[1]);
707 m_maxPointSize = range[1];
1958 float range[2] = { 0.0f, 0.0f };
1959 m_context.getRenderContext().getFunctions().getFloatv(GL_ALIASED_LINE_WIDTH_RANGE, range);
1961 m_testCtx.getLog() << tcu::TestLog::Message << "ALIASED_LINE_WIDTH_RANGE = [" << range[0] << ", " << range[1] << "]" << tcu::TestLog::EndMessage;
1964 if (range[1] <= 1.0f)
1970 m_lineWidths.push_back(range[1]);
1973 m_maxLineWidth = range[1];