Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DDisplaySurfaceUser.h36 virtual void bindToSurfaceImpl(DisplaySurface* surface) = 0;
DDisplaySurfaceUser.cpp42 this->bindToSurfaceImpl(surface); in bindToSurface()
DPostWorkerGl.h50 void bindToSurfaceImpl(gfxstream::DisplaySurface* surface) override {} in bindToSurfaceImpl() function
/hardware/google/gfxstream/host/gl/
DDisplayGl.h70 void bindToSurfaceImpl(gfxstream::DisplaySurface* surface) override {} in bindToSurfaceImpl() function
/hardware/google/gfxstream/host/vulkan/
DDisplayVk.h41 void bindToSurfaceImpl(gfxstream::DisplaySurface* surface) override;
DDisplayVk.cpp107 void DisplayVk::bindToSurfaceImpl(gfxstream::DisplaySurface* surface) { in bindToSurfaceImpl() function in gfxstream::vk::DisplayVk