Searched refs:kTypes (Results 1 – 8 of 8) sorted by relevance
34 static SkEncodedImageFormat kTypes[] { variable40 static SkEncodedImageFormat kTypes[] {46 static SkEncodedImageFormat kTypes[] {93 return SkISize::Make(256 * SK_ARRAY_COUNT(kTypes), 256 * 3); in onISize()115 for (SkEncodedImageFormat type : kTypes) { in onDraw()
77 const kTypes = Symbol('types'); constant343 [kTypes]: {373 const types = this[kTypes];381 this[kTypes] = {};409 if (this[kTypes][entryType]) return;411 this[kTypes][entryType] = item;
38 constexpr auto kTypes = "types"; variable
1277 constexpr std::array<const char*, 12> kTypes = {{"f32", "vec2<f32>", "vec3<f32>", "vec4<f32>", in TEST_F() local1283 for (uint32_t i = 0; i < kTypes.size(); ++i) { in TEST_F()1287 sstream << "struct A { [[location(0)]] a: " << kTypes[i] << ";" << std::endl; in TEST_F()1313 for (uint32_t vertexModuleIndex = 0; vertexModuleIndex < kTypes.size(); ++vertexModuleIndex) { in TEST_F()1315 for (uint32_t fragmentModuleIndex = 0; fragmentModuleIndex < kTypes.size(); in TEST_F()
432 } kTypes[] = { in InitFrom() local443 for (const auto& type : kTypes) { in InitFrom()
63 const kTypes = [ variable1036 if (ArrayPrototypeIncludes(kTypes, value)) {
329 opts.mini_reflect = IDLOptions::kTypes; in Compile()
620 enum MiniReflect { kNone, kTypes, kTypesAndNames }; enumerator