Searched refs:PostWorkerGl (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/host/ |
D | PostWorkerGl.cpp | 51 PostWorkerGl::PostWorkerGl(bool mainThreadPostingOnly, FrameBuffer* fb, Compositor* compositor, in PostWorkerGl() function in gfxstream::PostWorkerGl 61 void PostWorkerGl::screenshot(ColorBuffer* cb, int screenwidth, int screenheight, GLenum format, in screenshot() 69 std::shared_future<void> PostWorkerGl::postImpl(ColorBuffer* cb) { in postImpl() 217 DisplayGl::PostLayer PostWorkerGl::postWithOverlay(ColorBuffer* cb) { in postWithOverlay() 252 void PostWorkerGl::viewportImpl(int width, int height) { in viewportImpl() 268 void PostWorkerGl::clearImpl() { in clearImpl() 276 std::shared_future<void> PostWorkerGl::composeImpl(const FlatComposeRequest& composeRequest) { in composeImpl() 284 void PostWorkerGl::setupContext() { in setupContext() 319 void PostWorkerGl::exitImpl() { in exitImpl()
|
D | PostWorkerGl.h | 35 class PostWorkerGl : public PostWorker, public DisplaySurfaceUser { 37 PostWorkerGl(bool mainThreadPostingOnly, FrameBuffer* fb, Compositor* compositor,
|
D | BUILD.bazel | 80 "PostWorkerGl.cpp",
|
D | Android.bp | 96 "PostWorkerGl.cpp",
|
D | meson.build | 195 files_lib_gfxstream_backend += files('PostWorkerGl.cpp')
|
D | CMakeLists.txt | 36 PostWorkerGl.cpp
|
D | FrameBuffer.cpp | 519 PostWorkerGl* postWorkerGl = in initialize() 520 new PostWorkerGl(shouldPostOnlyOnMainThread, fb.get(), fb->m_compositor, in initialize()
|