Home
last modified time | relevance | path

Searched refs:image_filename (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/samples/
H A Damber.cc647 auto image_filename = options.image_filenames[i]; local
648 auto pos = image_filename.find_last_of('.');
650 pos != std::string::npos && image_filename.substr(pos + 1) == "png";
686 image_file.open(image_filename, std::ios::out | std::ios::binary);
689 std::cerr << image_filename << std::endl;

Completed in 1 milliseconds