Home
last modified time | relevance | path

Searched defs:DiffRecord (Results 1 – 4 of 4) sorted by relevance

/external/skqp/tools/skdiff/
Dskdiff.h87 struct DiffRecord { struct
101 static char const * const ResultNames[DiffRecord::kResultCount]; argument
111 DiffRecord() in DiffRecord() function
130 DiffResource fBase;
131 DiffResource fComparison;
132 DiffResource fDifference;
133 DiffResource fWhite;
157 typedef SkTDArray<DiffRecord*> RecordArray; argument
/external/skia/tools/skdiff/
Dskdiff.h87 struct DiffRecord { struct
101 static char const * const ResultNames[DiffRecord::kResultCount]; argument
111 DiffRecord() in DiffRecord() argument
130 DiffResource fBase;
131 DiffResource fComparison;
132 DiffResource fDifference;
133 DiffResource fWhite;
157 typedef SkTDArray<DiffRecord*> RecordArray; argument
/external/llvm/tools/llvm-diff/
DDiffLog.h62 typedef std::pair<Instruction*,Instruction*> DiffRecord; typedef
/external/llvm-project/llvm/tools/llvm-diff/
DDiffLog.h61 typedef std::pair<Instruction*,Instruction*> DiffRecord; typedef