Searched refs:information_string (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/
H A Dquery.c54 vlVdpGetInformationString(char const **information_string) argument
56 if (!information_string)
59 *information_string = INFORMATION_STRING;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/
H A Dquery.c54 vlVdpGetInformationString(char const **information_string) argument
56 if (!information_string)
59 *information_string = INFORMATION_STRING;
/xsrc/external/mit/libvdpau/dist/trace/
H A Dvdpau_trace.cpp1625 char const * * information_string
1635 information_string ? "-" : "NULL"
1641 information_string
1647 if (information_string && *information_string) {
1648 fprintf(_vdp_cap_data.fp, ", \"%s\"", *information_string);
1650 else if (information_string) {
1623 _vdp_cap_get_information_string(char const ** information_string) argument
/xsrc/external/mit/libvdpau/dist/include/vdpau/
H A Dvdpau.h1398 * \param[out] information_string A pointer to the information
1413 char const * * information_string typedef in typeref:typename:VdpStatus VdpGetInformationString (char const **)

Completed in 15 milliseconds