Searched defs:surface (Results 1 – 12 of 12) sorted by relevance
25 surface: Option<Surface<M>>, field38 let surface = self.surface.take().unwrap(); in detach_from_pool() localVariable156 let surface = inner.surfaces.pop_front(); in get_surface() localVariable
111 fn surface(&self) -> &Surface<M> { in surface() method301 let surface = backing_frame localVariable
142 pub(crate) fn surface(&self) -> &Surface<()> { in surface() method269 let surface = in new_scratch_picture() localVariable639 let surface: &Surface<()> = handle.borrow(); in next() localVariable
143 .WillRepeatedly(Invoke([](const auto&, GRSurface** surface) { in ExpectChargerResAt()149 .WillRepeatedly(Invoke([&](const auto&, int* frames, int* fps, GRSurface*** surface) { in ExpectChargerResAt()
841 int Charger::CreateDisplaySurface(const std::string& name, GRSurface** surface) { in CreateDisplaySurface()846 GRSurface*** surface) { in CreateMultiDisplaySurface()
37 GRSurface* surface; member
122 int HealthdDraw::draw_surface_centered(GRSurface* surface) { in draw_surface_centered()
60 GRSurface* surface; in draw() local
363 let surface = surfaces.pop().unwrap(); in test_simple_encode_frame() localVariable
542 let surface = surfaces.pop().unwrap(); in test_simple_encode_slice() localVariable
695 Surface surface = new Surface(texture); in createCameraPreviewSession() local
674 let surface = surfaces.pop().unwrap(); in test_single_frame() localVariable