Home
last modified time | relevance | path

Searched defs:SkSetFourByteTag (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlPipelineStateBuilder.mm65 static constexpr SkFourByteTag kMSL_Tag = SkSetFourByteTag('M', 'S', 'L', ' '); function
66 static constexpr SkFourByteTag kSKSL_Tag = SkSetFourByteTag('S', 'K', 'S', 'L'); function
/aosp_15_r20/external/skia/include/core/
H A DSkFourByteTag.h15 static inline constexpr SkFourByteTag SkSetFourByteTag(char a, char b, char c, char d) { in SkSetFourByteTag() function