Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/benchmark_libs/
Dagq.cpp105 mImpl = new GameQualification::Impl(); in GameQualification()
109 delete mImpl; in ~GameQualification()
113 mImpl->startLoop(context); in startLoop()
117 mImpl->startLoop(activity); in startLoop()
Dagq.h27 Impl* mImpl; variable