Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
DesextcTextureBorderClampSamplingTexture.hpp50 OutputType expectedBorderColor, glw::GLenum inputType, glw::GLenum outputType);
312 bool checkResult(OutputType expectedValue, OutputType expectedBorderColor, glw::GLint layer);
313 …kNearest(std::vector<OutputType>& buffer, OutputType expectedValue, OutputType expectedBorderColor,
DesextcTextureBorderClampSamplingTexture.cpp66 …OutputType expectedValue, OutputType expectedBorderColor, glw::GLenum inputType, glw::GLenum outpu… in TestConfiguration() argument
81 , m_expected_border_color(expectedBorderColor) in TestConfiguration()
725 OutputType expectedBorderColor, in checkResult() argument
751 return checkNearest(resultData, expectedValue, expectedBorderColor, layer); in checkResult()
924 OutputType expectedBorderColor, in checkNearest() argument
987 if (buffer[index] != expectedBorderColor) in checkNearest()
992 << "Expected value [" << (glw::GLint)expectedBorderColor << "]\n" in checkNearest()