Home
last modified time | relevance | path

Searched refs:PostWorkerGl (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/host/
DPostWorkerGl.cpp51 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()
DPostWorkerGl.h35 class PostWorkerGl : public PostWorker, public DisplaySurfaceUser {
37 PostWorkerGl(bool mainThreadPostingOnly, FrameBuffer* fb, Compositor* compositor,
DBUILD.bazel80 "PostWorkerGl.cpp",
DAndroid.bp96 "PostWorkerGl.cpp",
Dmeson.build195 files_lib_gfxstream_backend += files('PostWorkerGl.cpp')
DCMakeLists.txt36 PostWorkerGl.cpp
DFrameBuffer.cpp519 PostWorkerGl* postWorkerGl = in initialize()
520 new PostWorkerGl(shouldPostOnlyOnMainThread, fb.get(), fb->m_compositor, in initialize()