Searched refs:JsonExpectationsSource (Results 1 - 5 of 5) sorted by relevance

/external/skia/dm/
H A DDMExpectations.h41 skiagm::JsonExpectationsSource fGMExpectations;
/external/skia/gm/
H A Dgm_expectations.cpp226 // JsonExpectationsSource class...
228 JsonExpectationsSource::JsonExpectationsSource(const char *jsonPath) { function in class:skiagm::JsonExpectationsSource
233 Expectations JsonExpectationsSource::get(const char *testName) const {
237 /*static*/ SkData* JsonExpectationsSource::ReadIntoSkData(SkStream &stream, size_t maxBytes) {
255 /*static*/ bool JsonExpectationsSource::Parse(const char *jsonPath, Json::Value *jsonRoot) {
H A Dgm_expectations.h206 class JsonExpectationsSource : public ExpectationsSource { class in namespace:skiagm
214 explicit JsonExpectationsSource(const char *jsonPath);
H A Dgmmain.cpp2160 gmmain->fExpectationsSource.reset(SkNEW_ARGS(JsonExpectationsSource, (readPath)));
/external/skia/tools/
H A Dskimage_main.cpp124 SkAutoTUnref<skiagm::JsonExpectationsSource> gJsonExpectations;
753 gJsonExpectations.reset(SkNEW_ARGS(skiagm::JsonExpectationsSource,

Completed in 203 milliseconds