Searched refs:getEpsilon (Results 1 – 1 of 1) sorted by relevance
95 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