Home
last modified time | relevance | path

Searched refs:Globals (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
Dgpuinfo.cpp344 class Globals { class
345 DISALLOW_COPY_AND_ASSIGN(Globals);
348 Globals() in Globals() function in __anon946f60170111::Globals
391 static Globals* sGlobals() { in sGlobals()
392 static Globals* g = new Globals; in sGlobals()
/hardware/google/aemu/host-common/
Daddress_space_graphics.cpp71 class Globals { class
73 Globals() : in Globals() function in android::emulation::asg::Globals
77 ~Globals() { clear(); } in ~Globals()
550 static Globals* sGlobals() { in sGlobals()
551 static Globals* g = new Globals; in sGlobals()
DAndroidPipe.cpp380 struct Globals { struct
421 static Globals* sGlobals() { static Globals* g = new Globals; return g; } in sGlobals()