Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/amber/src/samples/
H A Damber.cc55 std::vector<std::string> fb_names; member
149 opts->fb_names.push_back(args[i]); in ParseArgs()
591 if (options.image_filenames.size() - options.fb_names.size() > 1) {
599 while (options.image_filenames.size() > options.fb_names.size())
600 options.fb_names.push_back(kGeneratedColorBuffer);
602 for (const auto& fb_name : options.fb_names) {
652 if (buffer_info.buffer_name == options.fb_names[i]) {
708 if (std::any_of(options.fb_names.begin(), options.fb_names.end(),

Completed in 1 milliseconds