Lines Matching refs:testCase
116 struct testCase
141 bool copyAndVerify(const testCase& test_case, const glw::GLubyte** dst_pixels, const glw::GLubyte** src_pixels);
143 void getCleanRegions(const testCase& test_case, glw::GLuint dst_level, glw::GLuint out_corners[4][4],
157 bool verify(const testCase& test_case, glw::GLuint dst_layer, const glw::GLubyte** dst_pixels,
167 std::vector<testCase> m_test_cases;
209 struct testCase
221 bool compareImages(const testCase& test_case, const glw::GLubyte* left_data, const glw::GLubyte* right_data) const;
223 bool copyAndVerify(const testCase& test_case, const glw::GLubyte* src_pixels);
225 void getPixels(glw::GLuint name, const testCase& test_case, glw::GLubyte* out_pixels) const;
227 void prepareDstPxls(const testCase& test_case, glw::GLubyte*& out_pixels) const;
229 void prepareSrcPxls(const testCase& test_case, glw::GLubyte*& out_pixels) const;
231 glw::GLuint prepareTexture(const testCase& test_case, const glw::GLubyte* pixels, glw::GLuint& out_buf_id);
233 bool verify(const testCase& test_case, const glw::GLubyte* src_pixels);
242 std::vector<testCase> m_test_cases;
270 struct testCase
286 std::vector<testCase> m_test_cases;
308 struct testCase
325 std::vector<testCase> m_test_cases;
347 struct testCase
364 std::vector<testCase> m_test_cases;
386 struct testCase
407 std::vector<testCase> m_test_cases;
430 struct testCase
446 std::vector<testCase> m_test_cases;
470 struct testCase
489 std::vector<testCase> m_test_cases;
513 struct testCase
529 std::vector<testCase> m_test_cases;
553 struct testCase
568 std::vector<testCase> m_test_cases;
590 struct testCase
611 std::vector<testCase> m_test_cases;
640 struct testCase
658 std::vector<testCase> m_test_cases;
682 struct testCase