Searched refs:iviSurface (Results 1 – 5 of 5) sorted by relevance
28 struct iviSurface struct42 std::vector<iviSurface> iviSurfaces; argument
53 struct iviSurface surf; in SetUp()76 for (std::vector<iviSurface>::reverse_iterator it = iviSurfaces.rbegin(); in TearDown()
41 struct iviSurface surf; in SetUp()64 for (std::vector<iviSurface>::reverse_iterator it = iviSurfaces.rbegin(); in TearDown()
214 m_wlContextStruct.iviSurface = ivi_application_surface_create(m_wlContextStruct.iviApp, in createWLContext()338 if (m_wlContextStruct.iviSurface) in destroyWLContext()340 ivi_surface_destroy(m_wlContextStruct.iviSurface); in destroyWLContext()
92 struct ivi_surface* iviSurface; member