Home
last modified time | relevance | path

Searched refs:mCompositorGl (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/
DEmulationGl.h95 CompositorGl* getCompositor() { return mCompositorGl.get(); } in getCompositor()
186 std::unique_ptr<CompositorGl> mCompositorGl; variable
DEmulationGl.cpp465 emulationGl->mCompositorGl = std::make_unique<CompositorGl>(emulationGl->mTextureDraw.get()); in create()