Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vdpau/
Dmixer.c42 uint32_t feature_count, in vlVdpVideoMixerCreate() argument
81 for (i = 0; i < feature_count; ++i) { in vlVdpVideoMixerCreate()
408 uint32_t feature_count, in vlVdpVideoMixerGetFeatureSupport() argument
422 for (i = 0; i < feature_count; ++i) { in vlVdpVideoMixerGetFeatureSupport()
462 uint32_t feature_count, in vlVdpVideoMixerSetFeatureEnables() argument
477 for (i = 0; i < feature_count; ++i) { in vlVdpVideoMixerSetFeatureEnables()
520 uint32_t feature_count, in vlVdpVideoMixerGetFeatureEnables() argument
534 for (i = 0; i < feature_count; ++i) { in vlVdpVideoMixerGetFeatureEnables()
/external/harfbuzz_ng/src/
Dhb-ot-layout.h124 unsigned int *feature_count /* IN/OUT */,
163 unsigned int *feature_count /* IN/OUT */,
172 unsigned int *feature_count /* IN/OUT */,
Dhb-ot-layout.cc320 unsigned int *feature_count /* IN/OUT */, in hb_ot_layout_table_get_feature_tags() argument
325 return g.get_feature_tags (start_offset, feature_count, feature_tags); in hb_ot_layout_table_get_feature_tags()
429 unsigned int *feature_count /* IN/OUT */, in hb_ot_layout_language_get_feature_indexes() argument
435 return l.get_feature_indexes (start_offset, feature_count, feature_indexes); in hb_ot_layout_language_get_feature_indexes()
444 unsigned int *feature_count /* IN/OUT */, in hb_ot_layout_language_get_feature_tags() argument
451 …unsigned int ret = l.get_feature_indexes (start_offset, feature_count, (unsigned int *) feature_ta… in hb_ot_layout_language_get_feature_tags()
454 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.hh2256 unsigned int *feature_count /* IN/OUT */, in get_feature_tags()
2258 { return (this+featureList).get_tags (start_offset, feature_count, feature_tags); } in get_feature_tags()