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

  /external/chromium_org/content/browser/gpu/
webgl_conformance_test.cc 36 base::FilePath webgl_conformance_path; variable
37 PathService::Get(base::DIR_SOURCE_ROOT, &webgl_conformance_path);
38 webgl_conformance_path = webgl_conformance_path.Append(
40 webgl_conformance_path = webgl_conformance_path.Append(
42 ASSERT_TRUE(base::DirectoryExists(webgl_conformance_path))
43 << "Missing conformance tests: " << webgl_conformance_path.value();

Completed in 789 milliseconds