Searched refs:testPointSize (Results 1 – 3 of 3) sorted by relevance
490 GLfloat testPointSize = floorf(maxPointSize * 2.0f); in TEST_P() local493 glUniform1f(pointSizeLoc, testPointSize); in TEST_P()
505 GLfloat testPointSize = floorf(maxPointSize * 2.0f); in TEST_P() local508 glUniform1f(pointSizeLoc, testPointSize); in TEST_P()
2432 const float testPointSize = m_conservativeTestConfig.lineWidth; in checkSupport() local2434 if (testPointSize != 1.0f) in checkSupport()2447 if (!de::inBounds(testPointSize, pointSizeRange[0], pointSizeRange[1])) in checkSupport()2450 const float n = (testPointSize - pointSizeRange[0]) / pointSizeGranularity; in checkSupport()2452 if (deFloatFrac(n) != 0.0f || n * pointSizeGranularity + pointSizeRange[0] != testPointSize) in checkSupport()