Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulationGl.h97 DisplayGl* getDisplay() { return mDisplayGl.get(); } in getDisplay()
187 std::unique_ptr<DisplayGl> mDisplayGl; variable
DEmulationGl.cpp467 emulationGl->mDisplayGl = std::make_unique<DisplayGl>(emulationGl->mTextureDraw.get()); in create()