HomeSort by relevance Sort by last modified time
    Searched refs:JsonExpectationsSource (Results 1 - 5 of 5) sorted by null

  /external/skia/dm/
DMExpectations.h 41 skiagm::JsonExpectationsSource fGMExpectations;
  /external/skia/gm/
gm_expectations.cpp 226 // JsonExpectationsSource class...
228 JsonExpectationsSource::JsonExpectationsSource(const char *jsonPath) {
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) {
gm_expectations.h 206 class JsonExpectationsSource : public ExpectationsSource {
214 explicit JsonExpectationsSource(const char *jsonPath);
gmmain.cpp     [all...]
  /external/skia/tools/
skimage_main.cpp 124 SkAutoTUnref<skiagm::JsonExpectationsSource> gJsonExpectations;
753 gJsonExpectations.reset(SkNEW_ARGS(skiagm::JsonExpectationsSource,
    [all...]

Completed in 842 milliseconds