Home
last modified time | relevance | path

Searched refs:unbindFromSurfaceImpl (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/host/
DDisplaySurfaceUser.h40 virtual void unbindFromSurfaceImpl() = 0;
DDisplaySurfaceUser.cpp49 this->unbindFromSurfaceImpl(); in unbindFromSurface()
DPostWorkerGl.h52 void unbindFromSurfaceImpl() override {} in unbindFromSurfaceImpl() function
/hardware/google/gfxstream/host/gl/
DDisplayGl.h72 void unbindFromSurfaceImpl() override {} in unbindFromSurfaceImpl() function
/hardware/google/gfxstream/host/vulkan/
DDisplayVk.h43 void unbindFromSurfaceImpl() override;
DDisplayVk.cpp115 void DisplayVk::unbindFromSurfaceImpl() { destroySwapchain(); } in unbindFromSurfaceImpl() function in gfxstream::vk::DisplayVk