HomeSort by relevance Sort by last modified time
    Searched full:img_path (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/content/browser/gpu/
gpu_pixel_browsertest.cc 229 base::FilePath img_path = ref_img_dir_.AppendASCII(test_name_ + ".png"); local
230 bool found_ref_img = ReadPNGFile(img_path, &ref_bmp_on_disk);
234 << img_path.value();
248 if (!WritePNGFile(gen_bmp, img_path)) {
250 << img_path.value()
255 << img_path.value();
262 base::DeleteFile(img_path, false);
270 << img_path.value()
327 std::string ref_img_filename = img_path.BaseName().MaybeAsASCII();

Completed in 1482 milliseconds