Searched refs:nAttributes (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xwin/glx/ |
| H A D | wgl_ext_api.h | 48 UINT nAttributes, 55 UINT nAttributes,
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/src/ |
| H A D | kxv.c | 285 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 D | kxv.h | 131 int nAttributes; member
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | ephyr_glamor_xv.c | 148 adaptor->nAttributes = glamor_xv_num_attributes; in ephyr_glamor_xv_init()
|
| H A D | ephyrvideo.c | 360 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 D | glamor_xf86_xv.c | 152 adapt->nAttributes = glamor_xv_num_attributes; in glamor_xv_init()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86xv.c | 406 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 D | xf86xv.h | 131 int nAttributes; member
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | xvdix.h | 153 int nAttributes; member
|
| H A D | xvdisp.c | 784 .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 D | xvmain.c | 1040 for (i = 0; i < pAdaptor->nAttributes; i++, pAttribute++) in XvFreeAdaptor()
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-glamor-xv.c | 287 pa->nAttributes = glamor_xv_num_attributes; in xwl_glamor_xv_add_attributes()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | xv.c | 465 adapt->nAttributes = ms_exa_xv_num_attributes; in ms_exa_xv_init()
|