Searched defs:kTypes (Results 1 – 7 of 7) sorted by relevance
34 static SkEncodedImageFormat kTypes[] { variable
38 constexpr auto kTypes = "types"; variable
432 } kTypes[] = { in InitFrom() local
77 const kTypes = Symbol('types'); constant
63 const kTypes = [ variable
1277 constexpr std::array<const char*, 12> kTypes = {{"f32", "vec2<f32>", "vec3<f32>", "vec4<f32>", in TEST_F() local
620 enum MiniReflect { kNone, kTypes, kTypesAndNames }; enumerator