Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-xv.c280 pa->pAttributes = xnfcalloc(glamor_xv_num_attributes, sizeof(XvAttributeRec)); in xwl_glamor_xv_add_attributes()
282 glamor_xv_num_attributes * sizeof(XvAttributeRec)); in xwl_glamor_xv_add_attributes()
284 for (i = 0; i < glamor_xv_num_attributes; i++) in xwl_glamor_xv_add_attributes()
287 pa->nAttributes = glamor_xv_num_attributes; in xwl_glamor_xv_add_attributes()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_glamor_xv.c148 adaptor->nAttributes = glamor_xv_num_attributes; in ephyr_glamor_xv_init()
/OK3568_Linux_fs/external/xserver/hw/xfree86/glamor_egl/
H A Dglamor_xf86_xv.c152 adapt->nAttributes = glamor_xv_num_attributes; in glamor_xv_init()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_priv.h911 extern int glamor_xv_num_attributes;
H A Dglamor_xv.c205 int glamor_xv_num_attributes = ARRAY_SIZE(glamor_xv_attributes) - 1; variable