Searched refs:typeInt (Results 1 – 10 of 10) sorted by relevance
48 for (int typeInt = 0; typeInt < GrContextFactory::kContextTypeCnt; ++typeInt) { in RunWithGPUTestContexts() local49 GrContextFactory::ContextType contextType = (GrContextFactory::ContextType) typeInt; in RunWithGPUTestContexts()
40 for (int typeInt = 0; typeInt < GrContextFactory::kContextTypeCnt; ++typeInt) { in RunWithGPUTestContexts() local41 GrContextFactory::ContextType contextType = (GrContextFactory::ContextType) typeInt; in RunWithGPUTestContexts()
277 for (int typeInt = 0; typeInt < sk_gpu_test::GrContextFactory::kContextTypeCnt; ++typeInt) { in DEF_GPUTEST() local279 (sk_gpu_test::GrContextFactory::ContextType) typeInt; in DEF_GPUTEST()
195 for (int typeInt = 0; typeInt < sk_gpu_test::GrContextFactory::kContextTypeCnt; ++typeInt) { in DEF_GPUTEST() local198 (sk_gpu_test::GrContextFactory::ContextType) typeInt; in DEF_GPUTEST()
270 for (int typeInt = 0; typeInt < sk_gpu_test::GrContextFactory::kContextTypeCnt; ++typeInt) { in DEF_GPUTEST() local272 (sk_gpu_test::GrContextFactory::ContextType) typeInt; in DEF_GPUTEST()
178 for (int typeInt = 0; typeInt < sk_gpu_test::GrContextFactory::kContextTypeCnt; ++typeInt) { in DEF_GPUTEST() local181 (sk_gpu_test::GrContextFactory::ContextType) typeInt; in DEF_GPUTEST()
283 for (int8_t typeInt = 0; typeInt < PATTERN_SIGN_TYPE_COUNT; typeInt++) { in createAffixMatchers() local284 auto type = static_cast<PatternSignType>(typeInt); in createAffixMatchers()
50 int32_t typeInt = (options >> 6) & 3; in ucptrie_openFromBinary() local52 if (typeInt > UCPTRIE_TYPE_SMALL || valueWidthInt > UCPTRIE_VALUE_BITS_8 || in ucptrie_openFromBinary()57 UCPTrieType actualType = (UCPTrieType)typeInt; in ucptrie_openFromBinary()
189 int typeInt = (options >> 6) & 3; in fromBinary() local191 switch (typeInt) { in fromBinary()
181 int typeInt = (options >> 6) & 3; in fromBinary() local183 switch (typeInt) { in fromBinary()