Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulationGl.h121 std::unique_ptr<EmulatedEglContext> loadEmulatedEglContext(
DEmulationGl.cpp667 std::unique_ptr<EmulatedEglContext> EmulationGl::loadEmulatedEglContext( in loadEmulatedEglContext() function in gfxstream::gl::EmulationGl
/hardware/google/gfxstream/host/
DFrameBuffer.cpp2506 auto context = m_emulationGl->loadEmulatedEglContext(stream); in onLoad()