Searched refs:WackyYUVFormatsGM (Results 1 – 2 of 2) sorted by relevance
764 class WackyYUVFormatsGM : public GM { class768 WackyYUVFormatsGM(bool useTargetColorSpace, bool useSubset, Type type) in WackyYUVFormatsGM() function in skiagm::WackyYUVFormatsGM976 DEF_GM(return new WackyYUVFormatsGM(/* target cs */ false,978 WackyYUVFormatsGM::Type::kFromTextures);)979 DEF_GM(return new WackyYUVFormatsGM(/* target cs */ false,981 WackyYUVFormatsGM::Type::kFromTextures);)982 DEF_GM(return new WackyYUVFormatsGM(/* target cs */ true,984 WackyYUVFormatsGM::Type::kFromTextures);)985 DEF_GM(return new WackyYUVFormatsGM(/* target cs */ false,987 WackyYUVFormatsGM::Type::kFromGenerator);)[all …]
721 class WackyYUVFormatsGM : public GM { class723 WackyYUVFormatsGM(bool useTargetColorSpace) : fUseTargetColorSpace(useTargetColorSpace) { in WackyYUVFormatsGM() function in skiagm::WackyYUVFormatsGM905 DEF_GM(return new WackyYUVFormatsGM(false);)906 DEF_GM(return new WackyYUVFormatsGM(true);)