Home
last modified time | relevance | path

Searched refs:testPointSize (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DPointSpritesTest.cpp490 GLfloat testPointSize = floorf(maxPointSize * 2.0f); in TEST_P() local
493 glUniform1f(pointSizeLoc, testPointSize); in TEST_P()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DPointSpritesTest.cpp505 GLfloat testPointSize = floorf(maxPointSize * 2.0f); in TEST_P() local
508 glUniform1f(pointSizeLoc, testPointSize); in TEST_P()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp2432 const float testPointSize = m_conservativeTestConfig.lineWidth; in checkSupport() local
2434 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()