Home
last modified time | relevance | path

Searched defs:emulationGl (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/
DBuffer.cpp33 std::shared_ptr<Buffer> Buffer::create(gl::EmulationGl* emulationGl, vk::VkEmulation* emulationVk, in create()
70 std::shared_ptr<Buffer> Buffer::onLoad(gl::EmulationGl* emulationGl, vk::VkEmulation*, in onLoad()
DColorBuffer.cpp53 std::shared_ptr<ColorBuffer> ColorBuffer::create(gl::EmulationGl* emulationGl, in create()
126 std::shared_ptr<ColorBuffer> ColorBuffer::onLoad(gl::EmulationGl* emulationGl, in onLoad()
DPostWorkerGl.cpp52 DisplayGl* displayGl, gl::EmulationGl* emulationGl) in PostWorkerGl()
/hardware/google/gfxstream/host/gl/
DEmulationGl.cpp228 std::unique_ptr<EmulationGl> emulationGl(new EmulationGl()); in create() local