Home
last modified time | relevance | path

Searched refs:_priv_ (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_utils.h78 #define pixmap_priv_get_fbo_off(_priv_, _xoff_, _yoff_) \ argument
80 if (_X_UNLIKELY(_priv_ && glamor_pixmap_priv_is_large(_priv_))) { \
81 *(_xoff_) = - (_priv_)->box.x1; \
82 *(_yoff_) = - (_priv_)->box.y1; \
/OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/
H A Dlibtraceevent-func_apis.txt16 typedef char pass:[*](*tep_func_resolver_t*)(void pass:[*]_priv_, unsigned long long pass:[*]_addrp…
17 …esolver*(struct tep_handle pass:[*]_tep_, tep_func_resolver_t pass:[*]_func_, void pass:[*]_priv_);
38 The _priv_ argument is a custom context of the _func_ function. The function
H A Dlibtraceevent.txt90 …esolver*(struct tep_handle pass:[*]_tep_, tep_func_resolver_t pass:[*]_func_, void pass:[*]_priv_);