Lines Matching refs:skqp
8 #include "tools/skqp/src/skqp.h"
37 #include "tools/skqp/src/skqp_model.h"
48 static constexpr char kDefaultRenderTestsPath[] = "skqp/rendertests.txt";
50 static constexpr char kUnitTestsPath[] = "skqp/unittests.txt";
263 /* If the file "skqp/unittests.txt" does not exist or is empty, run all gpu
291 SkImageInfo::Make(w, h, skqp::kColorType, kPremul_SkAlphaType, nullptr);
303 image.allocPixels(SkImageInfo::Make(w, h, skqp::kColorType, skqp::kAlphaType));
306 SkASSERT(SkColorTypeBytesPerPixel(skqp::kColorType) == sizeof(uint32_t));
316 skqp::ModelResult modelResult =
317 skqp::CheckAgainstModel(name, image.pixmap(), fAssetManager);