OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fGMs
(Results
1 - 3
of
3
) sorted by null
/external/skia/tools/VisualBench/
VisualBenchmarkStream.h
33
const skiagm::GMRegistry*
fGMs
;
VisualBenchmarkStream.cpp
79
,
fGMs
(skiagm::GMRegistry::Head())
97
fGMs
= nullptr;
165
while (
fGMs
) {
166
SkAutoTDelete<skiagm::GM> gm(
fGMs
->factory()(nullptr));
167
fGMs
=
fGMs
->next();
/external/skia/bench/
nanobench.cpp
545
,
fGMs
(skiagm::GMRegistry::Head())
651
while (
fGMs
) {
652
SkAutoTDelete<skiagm::GM> gm(
fGMs
->factory()(nullptr));
653
fGMs
=
fGMs
->next();
[
all
...]
Completed in 741 milliseconds