Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp7811 signed int smaller_value = 0; in verifyResultData() local
7816 smaller_value = view_components_int[n_component]; in verifyResultData()
7820 smaller_value = reference_components_int[n_component]; in verifyResultData()
7824 if ((larger_value - smaller_value) > epsilon_int) in verifyResultData()
7835 unsigned int smaller_value = 0; in verifyResultData() local
7840 smaller_value = view_components_uint[n_component]; in verifyResultData()
7844 smaller_value = reference_components_uint[n_component]; in verifyResultData()
7848 if ((larger_value - smaller_value) > epsilon_uint) in verifyResultData()