Searched refs:background_color (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/
H A Dpresentation.c119 VdpColor *const background_color)
124 if (!background_color)
131 color.f[0] = background_color->red;
132 color.f[1] = background_color->green;
133 color.f[2] = background_color->blue;
134 color.f[3] = background_color->alpha;
148 VdpColor *const background_color)
153 if (!background_color)
164 background_color->red = color.f[0];
165 background_color
118 vlVdpPresentationQueueSetBackgroundColor(VdpPresentationQueue presentation_queue,VdpColor * const background_color) argument
147 vlVdpPresentationQueueGetBackgroundColor(VdpPresentationQueue presentation_queue,VdpColor * const background_color) argument
[all...]
H A Dmixer.c785 const VdpColor *background_color; local in function:vlVdpVideoMixerSetAttributeValues
803 background_color = attribute_values[i];
804 color.f[0] = background_color->red;
805 color.f[1] = background_color->green;
806 color.f[2] = background_color->blue;
807 color.f[3] = background_color->alpha;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/
H A Dpresentation.c119 VdpColor *const background_color)
124 if (!background_color)
131 color.f[0] = background_color->red;
132 color.f[1] = background_color->green;
133 color.f[2] = background_color->blue;
134 color.f[3] = background_color->alpha;
148 VdpColor *const background_color)
153 if (!background_color)
164 background_color->red = color.f[0];
165 background_color
118 vlVdpPresentationQueueSetBackgroundColor(VdpPresentationQueue presentation_queue,VdpColor * const background_color) argument
147 vlVdpPresentationQueueGetBackgroundColor(VdpPresentationQueue presentation_queue,VdpColor * const background_color) argument
[all...]
H A Dmixer.c786 const VdpColor *background_color; local in function:vlVdpVideoMixerSetAttributeValues
804 background_color = attribute_values[i];
805 color.f[0] = background_color->red;
806 color.f[1] = background_color->green;
807 color.f[2] = background_color->blue;
808 color.f[3] = background_color->alpha;
/xsrc/external/mit/libvdpau/dist/src/
H A Dvdpau_wrapper.c284 VdpColor * const background_color
287 (void) presentation_queue; (void) background_color;
282 pq_set_bg_color_noop(VdpPresentationQueue presentation_queue,VdpColor * const background_color) argument
/xsrc/external/mit/libvdpau/dist/include/vdpau/
H A Dvdpau.h4415 * \param[in] background_color The new background color.
4423 VdpColor * const background_color typedef in typeref:typename:VdpStatus VdpPresentationQueueSetBackgroundColor (VdpPresentationQueue presentation_queue,VdpColor * const)
4429 * \param[out] background_color The current background color.
4433 VdpColor * background_color typedef in typeref:typename:VdpStatus VdpPresentationQueueGetBackgroundColor (VdpPresentationQueue presentation_queue,VdpColor *)
/xsrc/external/mit/libvdpau/dist/trace/
H A Dvdpau_trace.cpp4085 VdpColor * const background_color
4097 _vdp_cap_dump_color(background_color);
4103 background_color
4115 VdpColor * background_color
4126 background_color ? "-" : "NULL"
4133 background_color
4140 _vdp_cap_dump_color(background_color);
4083 _vdp_cap_presentation_queue_set_background_color(VdpPresentationQueue presentation_queue,VdpColor * const background_color) argument
4113 _vdp_cap_presentation_queue_get_background_color(VdpPresentationQueue presentation_queue,VdpColor * background_color) argument

Completed in 22 milliseconds