• Home
  • Raw
  • Download

Lines Matching refs:BilinearCompareCase

111 class BilinearCompareCase : public tcu::TestCase  class
114BilinearCompareCase (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()
201 …addChild(new BilinearCompareCase(m_testCtx, "earth_diffuse", "earth_diffuse_ref.png", "earth_d… in init()
202 …addChild(new BilinearCompareCase(m_testCtx, "eath_texture", "earth_texture_ref.png", "earth_t… in init()
203 …addChild(new BilinearCompareCase(m_testCtx, "earth_spot", "earth_spot_ref.png", "earth_spot_… in init()
204 …addChild(new BilinearCompareCase(m_testCtx, "earth_light", "earth_light_ref.png", "earth_lig… in init()
205 …addChild(new BilinearCompareCase(m_testCtx, "lessThan0", "lessThan0-reference.png", "lessThan… in init()
206 …addChild(new BilinearCompareCase(m_testCtx, "cube_sphere_2", "cube_sphere_2_ref.png", "cube_sp… in init()
207 …addChild(new BilinearCompareCase(m_testCtx, "earth_to_empty", "earth_spot_ref.png", "empty_25… in init()
208 …addChild(new BilinearCompareCase(m_testCtx, "texfilter", "texfilter_ref.png", "texfilter_cmp… in init()
209 …addChild(new BilinearCompareCase(m_testCtx, "refract_vtx", "refract_vtx_ref.png", "refract_v… in init()
210 …addChild(new BilinearCompareCase(m_testCtx, "refract_frag", "refract_frag_ref.png", "refract… in init()
211 …addChild(new BilinearCompareCase(m_testCtx, "lessthan_vtx", "lessthan_vtx_ref.png", "lesstha… in init()
212 …addChild(new BilinearCompareCase(m_testCtx, "2_units_2d", "2_units_2d_ref.png", "2_units_2d_… in init()
213 …addChild(new BilinearCompareCase(m_testCtx, "4_units_cube_vtx", "4_units_cube_ref.png", "4_un… in init()
214 …addChild(new BilinearCompareCase(m_testCtx, "texfilter_vtx_nearest", "texfilter_vtx_nearest_ref.pn… in init()
215 …addChild(new BilinearCompareCase(m_testCtx, "texfilter_vtx_linear", "texfilter_vtx_linear_ref.png… in init()
216 …addChild(new BilinearCompareCase(m_testCtx, "readpixels_msaa", "readpixels_ref.png", "readpix… in init()