Searched refs:ilm_takeSurfaceScreenshot (Results 1 – 4 of 4) sorted by relevance
377 ilmErrorTypes ilm_takeSurfaceScreenshot(t_ilm_const_string filename, t_ilm_surface surfaceid);
585 TEST_F(IlmCommandTest, ilm_takeSurfaceScreenshot) { in TEST_F() argument597 ASSERT_EQ(ILM_SUCCESS, ilm_takeSurfaceScreenshot(outputFile, surface)); in TEST_F()615 ASSERT_EQ(ILM_FAILED, ilm_takeSurfaceScreenshot(outputFile, 0xdeadbeef)); in TEST_F()
165 ilmErrorTypes callResult = ilm_takeSurfaceScreenshot(input->getString("file").c_str(),
2382 ilm_takeSurfaceScreenshot(t_ilm_const_string filename, in ilm_takeSurfaceScreenshot() function