Searched refs:output_format_index (Results 1 - 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
H A D | gl3cTextureSwizzleTests.hpp | 220 void captureAndVerify(const testCase& test_case, size_t output_format_index, glw::GLint output_channel_size, 232 std::string getFragmentShader(const testCase& test_case, size_t output_format_index, bool is_tested_stage); 244 void prepareAndTestProgram(const testCase& test_case, size_t output_format_index, glw::GLint output_channel_size, 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,
|
H A D | gl3cTextureSwizzleTests.cpp | 2576 * @param output_format_index Index of format used by output texture 2580 void SmokeTest::captureAndVerify(const testCase& test_case, size_t output_format_index, glw::GLint output_channel_size, argument 2583 const _texture_format& output_format = texture_formats[output_format_index]; 2603 verifyOutputImage(test_case, output_format_index, output_channel_size, index_of_swizzled_channel, result_image); 2768 * @param output_format_index Index of output format 2773 std::string SmokeTest::getFragmentShader(const testCase& test_case, size_t output_format_index, bool is_tested_stage) argument 2805 const _texture_format& output_format = texture_formats[output_format_index]; 3080 * @param output_format_index Index of format used by output texture 3085 void SmokeTest::prepareAndTestProgram(const testCase& test_case, size_t output_format_index, argument 3100 const std::string& fs = getFragmentShader(test_case, output_format_index, !test_vertex_stag 4182 verifyOutputImage(const testCase& test_case, size_t output_format_index, glw::GLint output_channel_size, size_t index_of_swizzled_channel, const glw::GLubyte* data) argument [all...] |
Completed in 76 milliseconds