Home
last modified time | relevance | path

Searched refs:nAttributes (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A Dwgl_ext_api.h48 UINT nAttributes,
55 UINT nAttributes,
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkxv.c285 if (adaptorPtr->nAttributes && in KdXVInitAdaptors()
286 (pa->pAttributes = calloc(adaptorPtr->nAttributes, in KdXVInitAdaptors()
289 adaptorPtr->nAttributes * sizeof(XvAttributeRec)); in KdXVInitAdaptors()
291 for (i = 0; i < adaptorPtr->nAttributes; i++) { in KdXVInitAdaptors()
296 pa->nAttributes = adaptorPtr->nAttributes; in KdXVInitAdaptors()
H A Dkxv.h131 int nAttributes; member
/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()
H A Dephyrvideo.c360 adaptor->nAttributes = reply->num_attributes; in translate_xv_attributes()
757 EPHYR_RETURN_VAL_IF_FAIL(port_priv->current_adaptor->nAttributes, BadMatch); in ephyrSetPortAttribute()
771 port_priv->current_adaptor->nAttributes, in ephyrSetPortAttribute()
/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/hw/xfree86/common/
H A Dxf86xv.c406 if (adaptorPtr->nAttributes && in xf86XVInitAdaptors()
407 (pa->pAttributes = calloc(adaptorPtr->nAttributes, in xf86XVInitAdaptors()
410 adaptorPtr->nAttributes * sizeof(XvAttributeRec)); in xf86XVInitAdaptors()
412 for (i = 0; i < adaptorPtr->nAttributes; i++) { in xf86XVInitAdaptors()
417 pa->nAttributes = adaptorPtr->nAttributes; in xf86XVInitAdaptors()
H A Dxf86xv.h131 int nAttributes; member
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxvdix.h153 int nAttributes; member
H A Dxvdisp.c784 .num_attributes = pPort->pAdaptor->nAttributes, in ProcXvQueryPortAttributes()
789 i < pPort->pAdaptor->nAttributes; i++, pAtt++) { in ProcXvQueryPortAttributes()
793 rep.length = (pPort->pAdaptor->nAttributes * sz_xvAttributeInfo) in ProcXvQueryPortAttributes()
800 i < pPort->pAdaptor->nAttributes; i++, pAtt++) { in ProcXvQueryPortAttributes()
1701 for (i = 0; i < pAdapt->nAttributes; i++) in hasOverlay()
H A Dxvmain.c1040 for (i = 0; i < pAdaptor->nAttributes; i++, pAttribute++) in XvFreeAdaptor()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-xv.c287 pa->nAttributes = glamor_xv_num_attributes; in xwl_glamor_xv_add_attributes()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dxv.c465 adapt->nAttributes = ms_exa_xv_num_attributes; in ms_exa_xv_init()