Searched refs:function_pointer (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/libvdpau/dist/src/ |
| H A D | vdpau_wrapper.c | 295 void * * function_pointer 300 status = _imp_get_proc_address(device, function_id, function_pointer); 309 _imp_vid_put_bits_y_cb_cr = *function_pointer; 310 *function_pointer = vid_put_bits_y_cb_cr_swapped; 315 _imp_pq_set_bg_color = *function_pointer; 316 *function_pointer = pq_set_bg_color_noop; 291 vdp_wrapper_get_proc_address(VdpDevice device,VdpFuncId function_id,void ** function_pointer) argument
|
| /xsrc/external/mit/libvdpau/dist/trace/ |
| H A D | vdpau_trace.cpp | 4402 void * * function_pointer 4414 function_pointer ? "-" : "NULL" 4423 else if (!function_pointer) { 4429 *function_pointer = 0; 4434 *function_pointer = (void *)&_vdp_cap_get_error_string; 4439 *function_pointer = (void *)&_vdp_cap_get_proc_address; 4444 *function_pointer = (void *)&_vdp_cap_get_api_version; 4449 *function_pointer = (void *)&_vdp_cap_get_information_string; 4454 *function_pointer = (void *)&_vdp_cap_device_destroy; 4459 *function_pointer 4398 _vdp_cap_get_proc_address(VdpDevice device,VdpFuncId function_id,void ** function_pointer) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/ |
| H A D | device.c | 247 vlVdpGetProcAddress(VdpDevice device, VdpFuncId function_id, void **function_pointer) argument 253 if (!function_pointer) 256 if (!vlGetFuncFTAB(function_id, function_pointer)) 259 VDPAU_MSG(VDPAU_TRACE, "[VDPAU] Got proc address %p for id %d\n", *function_pointer, function_id);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/ |
| H A D | device.c | 247 vlVdpGetProcAddress(VdpDevice device, VdpFuncId function_id, void **function_pointer) argument 253 if (!function_pointer) 256 if (!vlGetFuncFTAB(function_id, function_pointer)) 259 VDPAU_MSG(VDPAU_TRACE, "[VDPAU] Got proc address %p for id %d\n", *function_pointer, function_id);
|
| /xsrc/external/mit/libvdpau/dist/include/vdpau/ |
| H A D | vdpau.h | 4777 * \param[out] function_pointer The actual pointer for the 4785 void * * function_pointer typedef in typeref:typename:VdpStatus VdpGetProcAddress (VdpDevice device,VdpFuncId function_id,void **)
|
Completed in 17 milliseconds