Searched refs:getMinPrecision (Results 1 – 2 of 2) sorted by relevance
351 …glw::GLfloat getMinPrecision(TextureInternalFormatDescriptor descriptor, ColorChannelSelector chan…
866 if (fabs(pixel - expected_value) <= getMinPrecision(descriptor, channel)) in checkDestinationTexture()896 if (fabs(pixel - expected_value) <= getMinPrecision(descriptor, channel)) in checkDestinationTexture()927 if (fabs(pixel - expected_value) <= getMinPrecision(descriptor, channel)) in checkDestinationTexture()969 if (fabs(pixel - expected_value) <= getMinPrecision(descriptor, channel)) in checkDestinationTexture()1119 glw::GLfloat FunctionalTest::getMinPrecision(TextureInternalFormatDescriptor descriptor, ColorChann… in getMinPrecision() function in gl3cts::TextureSizePromotion::FunctionalTest