Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DDisplaySurfaceUser.h38 virtual void surfaceUpdated(DisplaySurface* surface) = 0;
DDisplaySurface.cpp59 users->surfaceUpdated(this); in updateSize()
DPostWorkerGl.h51 void surfaceUpdated(gfxstream::DisplaySurface* surface) override {} in surfaceUpdated() function
/hardware/google/gfxstream/host/gl/
DDisplayGl.h71 void surfaceUpdated(gfxstream::DisplaySurface* surface) override {} in surfaceUpdated() function
/hardware/google/gfxstream/host/vulkan/
DDisplayVk.h42 void surfaceUpdated(gfxstream::DisplaySurface* surface) override;
DDisplayVk.cpp111 void DisplayVk::surfaceUpdated(gfxstream::DisplaySurface* surface) { in surfaceUpdated() function in gfxstream::vk::DisplayVk