Searched refs:kType (Results 1 - 7 of 7) sorted by relevance

/external/skia/tests/
H A DRecordTestUtils.h15 void operator()(const U& r) { ptr = &r; type = U::kType; }
18 void operator()(const T&) { type = U::kType; }
26 REPORTER_ASSERT(r, T::kType == reader.type);
H A DRecorderTest.cpp27 void operator()(const T&) { ++fHistogram[T::kType]; }
30 int count() const { return fHistogram[T::kType]; }
/external/skia/gm/
H A Dnonclosedpaths.cpp89 static const ClosureType kType[] = { variable
107 MakePath(&path, kType[type]);
130 MakePath(&path, kType[type]);
/external/skia/src/core/
H A DSkRecord.h24 // type T which has a static const SkRecords::Type kType. That is to say, SkRecord is compatible
104 SkASSERT(Existing::kType == fRecords[i].type());
158 fTypeAndPtr = ((uint64_t)T::kType) << kTypeShift | (uintptr_t)ptr;
159 SkASSERT(this->ptr() == ptr && this->type() == T::kType);
H A DSkRecords.h74 static const Type kType = T##_Type; \
83 static const Type kType = T##_Type; \
91 static const Type kType = T##_Type; \
99 static const Type kType = T##_Type; \
107 static const Type kType = T##_Type; \
115 static const Type kType = T##_Type; \
314 static const Type kType = DrawVertices_Type; member in struct:SkRecords::DrawVertices
/external/skia/src/gpu/
H A DGrTexture.cpp95 static const GrScratchKey::ResourceType kType = GrScratchKey::GenerateResourceType(); local
97 GrScratchKey::Builder builder(key, kType, 2);
/external/skia/tools/
H A DDumpRecord.cpp85 switch(T::kType) { SK_RECORD_TYPES(CASE); }

Completed in 142 milliseconds