Home
last modified time | relevance | path

Searched refs:createFakeWindowSurface (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/
DEmulationGl.h144 std::unique_ptr<gfxstream::DisplaySurface> createFakeWindowSurface();
DEmulationGl.cpp523 std::unique_ptr<gfxstream::DisplaySurface> EmulationGl::createFakeWindowSurface() { in createFakeWindowSurface() function in gfxstream::gl::EmulationGl
/hardware/google/gfxstream/host/
DPostWorkerGl.cpp296 mFakeWindowSurface = mEmulationGl->createFakeWindowSurface(); in setupContext()