Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp95 static glw::GLdouble getEpsilon(glw::GLenum internal_format);
470 const GLdouble left_eps = getEpsilon(left_internal_format); in comparePixels()
471 const GLdouble right_eps = getEpsilon(right_internal_format); in comparePixels()
526 GLdouble Utils::getEpsilon(GLenum internal_format) in getEpsilon() function in gl4cts::CopyImage::Utils