Searched defs:kTypes (Results 1 – 6 of 6) sorted by relevance
463 } kTypes[] = { in InitFrom() local
52 constexpr auto kTypes = "types"; variable
25 static constexpr SkSLType kTypes[] = { variable
1277 constexpr std::array<const char*, 12> kTypes = {{"f32", "vec2<f32>", "vec3<f32>", "vec4<f32>", in TEST_F() local
380 constexpr auto kTypes = "types"; variable
737 enum MiniReflect { kNone, kTypes, kTypesAndNames }; enumerator