Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
DGraphicsAgentFactory.cpp27 static GraphicsAgents sGraphicsAgents{0}; variable
38 return &sGraphicsAgents; in getGraphicsAgents()
43 return sGraphicsAgents.name; \
49 sGraphicsAgents.name = factory.android_get_##typ(); in GRAPHICS_AGENTS_LIST()