Home
last modified time | relevance | path

Searched refs:feature_count (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout.h125 unsigned int *feature_count /* IN/OUT */,
164 unsigned int *feature_count /* IN/OUT */,
173 unsigned int *feature_count /* IN/OUT */,
Dhb-ot-layout.cc377 unsigned int *feature_count /* IN/OUT */, in hb_ot_layout_table_get_feature_tags() argument
382 return g.get_feature_tags (start_offset, feature_count, feature_tags); in hb_ot_layout_table_get_feature_tags()
486 unsigned int *feature_count /* IN/OUT */, in hb_ot_layout_language_get_feature_indexes() argument
492 return l.get_feature_indexes (start_offset, feature_count, feature_indexes); in hb_ot_layout_language_get_feature_indexes()
501 unsigned int *feature_count /* IN/OUT */, in hb_ot_layout_language_get_feature_tags() argument
508 …unsigned int ret = l.get_feature_indexes (start_offset, feature_count, (unsigned int *) feature_ta… in hb_ot_layout_language_get_feature_tags()
511 unsigned int count = *feature_count; in hb_ot_layout_language_get_feature_tags()
Dhb-ot-layout-common-private.hh204 unsigned int *feature_count /* IN/OUT */, in get_feature_indexes()
206 { return featureIndex.get_indexes (start_offset, feature_count, feature_indexes); } in get_feature_indexes()
Dhb-ot-layout-gsubgpos-private.hh2265 unsigned int *feature_count /* IN/OUT */, in get_feature_tags()
2267 { return (this+featureList).get_tags (start_offset, feature_count, feature_tags); } in get_feature_tags()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dmixer.c42 uint32_t feature_count, in vlVdpVideoMixerCreate() argument
88 for (i = 0; i < feature_count; ++i) { in vlVdpVideoMixerCreate()
584 uint32_t feature_count, in vlVdpVideoMixerGetFeatureSupport() argument
598 for (i = 0; i < feature_count; ++i) { in vlVdpVideoMixerGetFeatureSupport()
647 uint32_t feature_count, in vlVdpVideoMixerSetFeatureEnables() argument
662 for (i = 0; i < feature_count; ++i) { in vlVdpVideoMixerSetFeatureEnables()
722 uint32_t feature_count, in vlVdpVideoMixerGetFeatureEnables() argument
736 for (i = 0; i < feature_count; ++i) { in vlVdpVideoMixerGetFeatureEnables()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp9757 unsigned feature_count = sizeof(VkPhysicalDeviceFeatures) / sizeof(VkBool32); in TEST_F() local
9759 for (unsigned i = 0; i < feature_count; i++) { in TEST_F()