Searched refs:output_format_index (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTextureSwizzleTests.hpp | 220 …void captureAndVerify(const testCase& test_case, size_t output_format_index, glw::GLint output_cha… 232 …std::string getFragmentShader(const testCase& test_case, size_t output_format_index, bool is_teste… 244 …void prepareAndTestProgram(const testCase& test_case, size_t output_format_index, glw::GLint outpu… 260 virtual void verifyOutputImage(const testCase& test_case, size_t output_format_index, 328 virtual void verifyOutputImage(const testCase& test_case, size_t output_format_index,
|
D | gl3cTextureSwizzleTests.cpp | 2580 void SmokeTest::captureAndVerify(const testCase& test_case, size_t output_format_index, glw::GLint … in captureAndVerify() argument 2583 const _texture_format& output_format = texture_formats[output_format_index]; in captureAndVerify() 2603 …verifyOutputImage(test_case, output_format_index, output_channel_size, index_of_swizzled_channel, … in captureAndVerify() 2773 std::string SmokeTest::getFragmentShader(const testCase& test_case, size_t output_format_index, boo… in getFragmentShader() argument 2805 const _texture_format& output_format = texture_formats[output_format_index]; in getFragmentShader() 3085 void SmokeTest::prepareAndTestProgram(const testCase& test_case, size_t output_format_index, in prepareAndTestProgram() argument 3100 const std::string& fs = getFragmentShader(test_case, output_format_index, !test_vertex_stage); in prepareAndTestProgram() 3122 captureAndVerify(test_case, output_format_index, output_channel_size, index_of_swizzled_channel); in prepareAndTestProgram() 3125 captureAndVerify(test_case, output_format_index, output_channel_size, index_of_swizzled_channel); in prepareAndTestProgram() 4182 void FunctionalTest::verifyOutputImage(const testCase& test_case, size_t output_format_index, in iterate() argument [all …]
|