Searched refs:BilinearCompareCase (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/internal/ |
D | ditImageCompareTests.cpp | 111 class BilinearCompareCase : public tcu::TestCase class 114 …BilinearCompareCase (tcu::TestContext& testCtx, const char* name, const char* refImg, const char* … in BilinearCompareCase() function in dit::BilinearCompareCase 193 …addChild(new BilinearCompareCase(m_testCtx, "identical", "cube_ref.png", "cube_ref.png", … in init() 194 …addChild(new BilinearCompareCase(m_testCtx, "empty_to_white", "empty_256x256.png", "white_256… in init() 195 …addChild(new BilinearCompareCase(m_testCtx, "white_to_empty", "white_256x256.png", "empty_256… in init() 196 …addChild(new BilinearCompareCase(m_testCtx, "cube", "cube_ref.png", "cube_cmp.png", … in init() 197 …addChild(new BilinearCompareCase(m_testCtx, "cube_2", "cube_2_ref.png", "cube_2_cmp.png", … in init() 198 …addChild(new BilinearCompareCase(m_testCtx, "cube_sphere", "cube_sphere_ref.png", "cube_sphe… in init() 199 …addChild(new BilinearCompareCase(m_testCtx, "cube_nmap", "cube_nmap_ref.png", "cube_nmap_cmp… in init() 200 …addChild(new BilinearCompareCase(m_testCtx, "cube_nmap_2", "cube_nmap_2_ref.png", "cube_nmap… in init() [all …]
|