Searched refs:configOption (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/skia/bench/ |
D | nanobench.cpp | 395 log->configOption("GL_VERSION", (const char*)(version)); in fill_gpu_options() 398 log->configOption("GL_RENDERER", (const char*) version); in fill_gpu_options() 401 log->configOption("GL_VENDOR", (const char*) version); in fill_gpu_options() 404 log->configOption("GL_SHADING_LANGUAGE_VERSION", (const char*) version); in fill_gpu_options() 531 log->configOption("source_type", fSourceType); in fillCurrentOptions() 532 log->configOption("bench_type", fBenchType); in fillCurrentOptions() 534 log->configOption("clip", in fillCurrentOptions() 537 log->configOption("scale", SkStringPrintf("%.2g", fScales[fCurrentScale]).c_str()); in fillCurrentOptions() 659 log->configOption("name", bench->getName()); in nanobench_main()
|
D | ResultsWriter.h | 44 virtual void configOption(const char name[], const char* value) {} in configOption() function 104 virtual void configOption(const char name[], const char* value) { in configOption() function
|