Searched refs:get_proc_address (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/libvdpau/dist/include/vdpau/
H A Dvdpau_x11.h121 * \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 Ddlclose.c42 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 Ddevice.c42 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 Ddevice.c42 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 Dglxserver.h100 void __glXsetGetProcAddress(glx_gpa_proc get_proc_address);
H A Dglxext.c688 __glXsetGetProcAddress(glx_gpa_proc get_proc_address) argument
690 _get_proc_address = get_proc_address;
/xsrc/external/mit/libvdpau/dist/src/
H A Dvdpau_wrapper.c401 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 Dapplegl_glx.c120 .get_proc_address = applegl_get_proc_address,
H A Ddriwindows_glx.c156 .get_proc_address = NULL,
H A Dglxclient.h242 void * (*get_proc_address)(const char *symbol); member in struct:glx_context_vtable
H A Dindirect_glx.c330 .get_proc_address = NULL,
H A Ddri3_glx.c725 .get_proc_address = NULL,
H A Ddri_glx.c661 .get_proc_address = NULL,
H A Ddrisw_glx.c509 .get_proc_address = NULL,
H A Dglxcmds.c2624 if (gc != NULL && gc->vtable->get_proc_address != NULL)
2625 f = gc->vtable->get_proc_address((const char *) procName);
H A Ddri2_glx.c1096 .get_proc_address = NULL,
/xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/
H A Dindirect.c638 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 Dvdpau_trace.cpp4781 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 D21.1.0.rst280 - glx: Pull get_proc_address out of the context vtable

Completed in 32 milliseconds