Home
last modified time | relevance | path

Searched refs:WackyYUVFormatsGM (Results 1 – 2 of 2) sorted by relevance

/external/skia/gm/
Dwacky_yuv_formats.cpp764 class WackyYUVFormatsGM : public GM { class
768 WackyYUVFormatsGM(bool useTargetColorSpace, bool useSubset, Type type) in WackyYUVFormatsGM() function in skiagm::WackyYUVFormatsGM
976 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 …]
/external/skqp/gm/
Dwacky_yuv_formats.cpp721 class WackyYUVFormatsGM : public GM { class
723 WackyYUVFormatsGM(bool useTargetColorSpace) : fUseTargetColorSpace(useTargetColorSpace) { in WackyYUVFormatsGM() function in skiagm::WackyYUVFormatsGM
905 DEF_GM(return new WackyYUVFormatsGM(false);)
906 DEF_GM(return new WackyYUVFormatsGM(true);)