Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSizePromotion.hpp351 …glw::GLfloat getMinPrecision(TextureInternalFormatDescriptor descriptor, ColorChannelSelector chan…
Dgl3cTextureSizePromotion.cpp848 if (fabs(pixel - expected_value) <= getMinPrecision(descriptor, channel)) in checkDestinationTexture()
879 if (fabs(pixel - expected_value) <= getMinPrecision(descriptor, channel)) in checkDestinationTexture()
921 if (fabs(pixel - expected_value) <= getMinPrecision(descriptor, channel)) in checkDestinationTexture()
1070 glw::GLfloat FunctionalTest::getMinPrecision(TextureInternalFormatDescriptor descriptor, ColorChann… in getMinPrecision() function in gl3cts::TextureSizePromotion::FunctionalTest