Home
last modified time | relevance | path

Searched refs:typeInt (Results 1 – 10 of 10) sorted by relevance

/external/skia/dm/
DDMGpuTestProcs.cpp48 for (int typeInt = 0; typeInt < GrContextFactory::kContextTypeCnt; ++typeInt) { in RunWithGPUTestContexts() local
49 GrContextFactory::ContextType contextType = (GrContextFactory::ContextType) typeInt; in RunWithGPUTestContexts()
/external/skqp/dm/
DDMGpuTestProcs.cpp40 for (int typeInt = 0; typeInt < GrContextFactory::kContextTypeCnt; ++typeInt) { in RunWithGPUTestContexts() local
41 GrContextFactory::ContextType contextType = (GrContextFactory::ContextType) typeInt; in RunWithGPUTestContexts()
/external/skia/tests/
DVkDrawableTest.cpp277 for (int typeInt = 0; typeInt < sk_gpu_test::GrContextFactory::kContextTypeCnt; ++typeInt) { in DEF_GPUTEST() local
279 (sk_gpu_test::GrContextFactory::ContextType) typeInt; in DEF_GPUTEST()
DSurfaceSemaphoreTest.cpp195 for (int typeInt = 0; typeInt < sk_gpu_test::GrContextFactory::kContextTypeCnt; ++typeInt) { in DEF_GPUTEST() local
198 (sk_gpu_test::GrContextFactory::ContextType) typeInt; in DEF_GPUTEST()
/external/skqp/tests/
DVkDrawableTest.cpp270 for (int typeInt = 0; typeInt < sk_gpu_test::GrContextFactory::kContextTypeCnt; ++typeInt) { in DEF_GPUTEST() local
272 (sk_gpu_test::GrContextFactory::ContextType) typeInt; in DEF_GPUTEST()
DSurfaceSemaphoreTest.cpp178 for (int typeInt = 0; typeInt < sk_gpu_test::GrContextFactory::kContextTypeCnt; ++typeInt) { in DEF_GPUTEST() local
181 (sk_gpu_test::GrContextFactory::ContextType) typeInt; in DEF_GPUTEST()
/external/icu/icu4c/source/i18n/
Dnumparse_affixes.cpp283 for (int8_t typeInt = 0; typeInt < PATTERN_SIGN_TYPE_COUNT; typeInt++) { in createAffixMatchers() local
284 auto type = static_cast<PatternSignType>(typeInt); in createAffixMatchers()
/external/icu/icu4c/source/common/
Ducptrie.cpp50 int32_t typeInt = (options >> 6) & 3; in ucptrie_openFromBinary() local
52 if (typeInt > UCPTRIE_TYPE_SMALL || valueWidthInt > UCPTRIE_VALUE_BITS_8 || in ucptrie_openFromBinary()
57 UCPTrieType actualType = (UCPTrieType)typeInt; in ucptrie_openFromBinary()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCodePointTrie.java189 int typeInt = (options >> 6) & 3; in fromBinary() local
191 switch (typeInt) { in fromBinary()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCodePointTrie.java181 int typeInt = (options >> 6) & 3; in fromBinary() local
183 switch (typeInt) { in fromBinary()