Lines Matching defs:attribute
115 * sets the attribute "attribute" of port "data" to value "value"
119 * @param attribute attribute to set
120 * @param value value to which attribute is to be set
121 * @param data port from which the attribute is to be set
124 * BadValue/BadMatch, if value/attribute are invalid
128 NV04SetOverlayPortAttribute(ScrnInfoPtr pScrn, Atom attribute,
133 if (attribute == xvBrightness) {
138 if (attribute == xvColorKey) {
142 if (attribute == xvAutopaintColorKey) {
147 if (attribute == xvSetDefaults) {
159 * @param attribute attribute to be read
160 * @param value value of attribute will be stored in this pointer
161 * @param data port from which attribute will be read
162 * @return Success, if queried attribute exists
165 NV04GetOverlayPortAttribute(ScrnInfoPtr pScrn, Atom attribute,
170 if (attribute == xvBrightness)
172 else if (attribute == xvColorKey)
174 else if (attribute == xvAutopaintColorKey)