Home
last modified time | relevance | path

Searched refs:get_props (Results 1 – 8 of 8) sorted by relevance

/external/igt-gpu-tools/tests/
Dkms_prop_blob.c253 struct drm_mode_obj_get_properties get_props = {}; in prop_tests() local
260 get_props.props_ptr = (uintptr_t) ∝ in prop_tests()
261 get_props.prop_values_ptr = (uintptr_t) &prop_val; in prop_tests()
262 get_props.count_props = 1; in prop_tests()
263 get_props.obj_id = blob_id; in prop_tests()
266 get_props.obj_type = 0; /* DRM_MODE_OBJECT_ANY */ in prop_tests()
269 &get_props) == -1 && errno == EINVAL); in prop_tests()
273 get_props.obj_type = DRM_MODE_OBJECT_BLOB; in prop_tests()
276 &get_props) == -1 && errno == EINVAL); in prop_tests()
Dkms_addfb_basic.c617 struct drm_mode_obj_get_properties get_props = {}; in prop_tests() local
636 get_props.props_ptr = (uintptr_t) ∝ in prop_tests()
637 get_props.prop_values_ptr = (uintptr_t) &prop_val; in prop_tests()
638 get_props.count_props = 1; in prop_tests()
639 get_props.obj_id = f.fb_id; in prop_tests()
642 get_props.obj_type = 0; /* DRM_MODE_OBJECT_ANY */ in prop_tests()
645 &get_props) == -1 && errno == EINVAL); in prop_tests()
649 get_props.obj_type = DRM_MODE_OBJECT_FB; in prop_tests()
652 &get_props) == -1 && errno == EINVAL); in prop_tests()
/external/harfbuzz_ng/src/
Dmain.cc179 lookup.get_type(), lookup.get_props()); in main()
Dhb-ot-layout.cc1858 c->set_lookup_props (lookup.get_props ()); in apply_string()
Dhb-ot-layout-gsub-table.hh1542 c->set_lookup_props (l.get_props ()); in apply_recurse_func()
Dhb-ot-layout-gpos-table.hh2074 c->set_lookup_props (l.get_props ()); in apply_recurse_func()
Dhb-ot-layout-common.hh803 uint32_t get_props () const in get_props() function
/external/libkmsxx/utils/
Dkmstest.cpp307 static void get_props(Card& card, vector<PropInfo>& props, const DrmPropObject* propobj) in get_props() function
636 get_props(card, o.conn_props, o.connector); in setups_to_outputs()
641 get_props(card, o.crtc_props, o.crtc); in setups_to_outputs()
669 get_props(card, p.props, p.plane); in setups_to_outputs()