| /xsrc/external/mit/libvdpau/dist/include/vdpau/ |
| H A D | vdpau_x11.h | 121 * \param[out] get_proc_address The get_proc_address entry point 130 VdpGetProcAddress * * get_proc_address typedef in typeref:typename:VdpStatus VdpDeviceCreateX11 (Display * display,int screen,VdpDevice * device,VdpGetProcAddress **)
|
| /xsrc/external/mit/libvdpau/dist/test/ |
| H A D | dlclose.c | 42 VdpGetProcAddress *get_proc_address; local in function:main 66 status = pvdp_device_create_x11(dpy, 0, &device, &get_proc_address); 72 status = get_proc_address(device, VDP_FUNC_ID_DEVICE_DESTROY, (void**)&pvdp_device_destroy);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/ |
| H A D | device.c | 42 VdpGetProcAddress **get_proc_address) 50 if (!(display && device && get_proc_address)) 136 *get_proc_address = &vlVdpGetProcAddress; 41 vdp_imp_device_create_x11(Display * display,int screen,VdpDevice * device,VdpGetProcAddress ** get_proc_address) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/ |
| H A D | device.c | 42 VdpGetProcAddress **get_proc_address) 50 if (!(display && device && get_proc_address)) 136 *get_proc_address = &vlVdpGetProcAddress; 41 vdp_imp_device_create_x11(Display * display,int screen,VdpDevice * device,VdpGetProcAddress ** get_proc_address) argument
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | glxserver.h | 100 void __glXsetGetProcAddress(glx_gpa_proc get_proc_address);
|
| H A D | glxext.c | 688 __glXsetGetProcAddress(glx_gpa_proc get_proc_address) argument 690 _get_proc_address = get_proc_address;
|
| /xsrc/external/mit/libvdpau/dist/src/ |
| H A D | vdpau_wrapper.c | 401 VdpGetProcAddress * * get_proc_address 427 *get_proc_address = vdp_wrapper_get_proc_address; 396 vdp_device_create_x11(Display * display,int screen,VdpDevice * device,VdpGetProcAddress ** get_proc_address) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | applegl_glx.c | 120 .get_proc_address = applegl_get_proc_address,
|
| H A D | driwindows_glx.c | 156 .get_proc_address = NULL,
|
| H A D | glxclient.h | 242 void * (*get_proc_address)(const char *symbol); member in struct:glx_context_vtable
|
| H A D | indirect_glx.c | 330 .get_proc_address = NULL,
|
| H A D | dri3_glx.c | 725 .get_proc_address = NULL,
|
| H A D | dri_glx.c | 661 .get_proc_address = NULL,
|
| H A D | drisw_glx.c | 509 .get_proc_address = NULL,
|
| H A D | glxcmds.c | 2624 if (gc != NULL && gc->vtable->get_proc_address != NULL) 2625 f = gc->vtable->get_proc_address((const char *) procName);
|
| H A D | dri2_glx.c | 1096 .get_proc_address = NULL,
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/ |
| H A D | indirect.c | 638 get_proc_address(const char *sym) function in typeref:typename:glx_func_ptr 666 __glXsetGetProcAddress(get_proc_address);
|
| /xsrc/external/mit/libvdpau/dist/trace/ |
| H A D | vdpau_trace.cpp | 4781 VdpGetProcAddress * * get_proc_address 4784 if (!device || !get_proc_address) { 4795 "will return get_proc_address results from the latest only\n" 4865 *get_proc_address = _vdp_cap_get_proc_address; 4776 vdp_trace_device_create_x11(Display * display,int screen,VdpDevice * device,VdpGetProcAddress ** get_proc_address) argument
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.1.0.rst | 280 - glx: Pull get_proc_address out of the context vtable
|