Home
last modified time | relevance | path

Searched refs:ChildTypeToStr (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkRuntimeEffectPriv.h134 static const char* ChildTypeToStr(SkRuntimeEffect::ChildType type);
DSkMesh.cpp790 SkRuntimeEffectPriv::ChildTypeToStr(meshSpecChild.type), in validate()
791 SkRuntimeEffectPriv::ChildTypeToStr(*fChildren[index].type())); in validate()
DSkRuntimeEffect.cpp143 const char* SkRuntimeEffectPriv::ChildTypeToStr(ChildType type) { in ChildTypeToStr() function in SkRuntimeEffectPriv