Home
last modified time | relevance | path

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

/external/skia/bench/
DResultsWriter.h45 virtual void configOption(const char name[], const char* value) {} in configOption() function
109 void configOption(const char name[], const char* value) override { in configOption() function
Dnanobench.cpp221 log->configOption("GL_VERSION", (const char*)(version)); in fillOptions()
224 log->configOption("GL_RENDERER", (const char*) version); in fillOptions()
227 log->configOption("GL_VENDOR", (const char*) version); in fillOptions()
230 log->configOption("GL_SHADING_LANGUAGE_VERSION", (const char*) version); in fillOptions()
1019 log->configOption("source_type", fSourceType); in fillCurrentOptions()
1020 log->configOption("bench_type", fBenchType); in fillCurrentOptions()
1022 log->configOption("clip", in fillCurrentOptions()
1026 log->configOption("scale", SkStringPrintf("%.2g", fScales[fCurrentScale]).c_str()); in fillCurrentOptions()
1029 … log->configOption("multi_picture_draw", fUseMPDs[fCurrentUseMPD-1] ? "true" : "false"); in fillCurrentOptions()
1294 log->configOption("name", bench->getName()); in main()