Searched defs:SkSetFourByteTag (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/mtl/ |
D | GrMtlPipelineStateBuilder.mm | 69 static constexpr SkFourByteTag kMSL_Tag = SkSetFourByteTag('M', 'S', 'L', ' '); function 70 static constexpr SkFourByteTag kSKSL_Tag = SkSetFourByteTag('S', 'K', 'S', 'L'); function
|
/external/skqp/include/core/ |
D | SkTypes.h | 135 static inline constexpr SkFourByteTag SkSetFourByteTag(char a, char b, char c, char d) { in SkSetFourByteTag() function
|
/external/skia/include/core/ |
D | SkTypes.h | 552 static inline constexpr SkFourByteTag SkSetFourByteTag(char a, char b, char c, char d) { in SkSetFourByteTag() function
|