Searched refs:createFakeWindowSurface (Results 1 – 3 of 3) sorted by relevance
144 std::unique_ptr<gfxstream::DisplaySurface> createFakeWindowSurface();
523 std::unique_ptr<gfxstream::DisplaySurface> EmulationGl::createFakeWindowSurface() { in createFakeWindowSurface() function in gfxstream::gl::EmulationGl
296 mFakeWindowSurface = mEmulationGl->createFakeWindowSurface(); in setupContext()