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

/external/chromium_org/ui/gl/
H A Dgl_implementation_osmesa.cc45 GLGetProcAddressProc get_proc_address =
49 if (!get_proc_address) {
55 SetGLGetProcAddressProc(get_proc_address);
H A Dgl_implementation_x11.cc81 GLGetProcAddressProc get_proc_address =
85 if (!get_proc_address) {
91 SetGLGetProcAddressProc(get_proc_address);
111 GLGetProcAddressProc get_proc_address = local
115 if (!get_proc_address) {
122 SetGLGetProcAddressProc(get_proc_address);
H A Dgl_implementation_android.cc57 GLGetProcAddressProc get_proc_address = local
61 if (!get_proc_address) {
68 SetGLGetProcAddressProc(get_proc_address);
H A Dgl_implementation_mac.cc66 GLGetProcAddressProc get_proc_address = local
70 if (!get_proc_address) {
76 SetGLGetProcAddressProc(get_proc_address);
H A Dgl_implementation_win.cc135 GLGetProcAddressProc get_proc_address = local
139 if (!get_proc_address) {
145 SetGLGetProcAddressProc(get_proc_address);
216 GLGetProcAddressProc get_proc_address = local
220 if (!get_proc_address) {
227 SetGLGetProcAddressProc(get_proc_address);
249 GLGetProcAddressProc get_proc_address = local
253 if (!get_proc_address) {
259 SetGLGetProcAddressProc(get_proc_address);
/external/chromium_org/ui/ozone/platform/dri/
H A Dgbm_surface_factory.cc130 GLGetProcAddressProc get_proc_address = local
134 if (!get_proc_address) {
141 set_gl_get_proc_address.Run(get_proc_address);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Ddevice.c41 VdpGetProcAddress **get_proc_address)
47 if (!(display && device && get_proc_address))
83 *get_proc_address = &vlVdpGetProcAddress;
40 vdp_imp_device_create_x11(Display *display, int screen, VdpDevice *device, VdpGetProcAddress **get_proc_address) argument
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Ddevice.c41 VdpGetProcAddress **get_proc_address)
47 if (!(display && device && get_proc_address))
83 *get_proc_address = &vlVdpGetProcAddress;
40 vdp_imp_device_create_x11(Display *display, int screen, VdpDevice *device, VdpGetProcAddress **get_proc_address) argument
/external/chromium_org/ui/ozone/platform/egltest/
H A Dozone_platform_egltest.cc259 GLGetProcAddressProc get_proc_address = local
263 if (!get_proc_address) {
270 set_gl_get_proc_address.Run(get_proc_address);
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
H A Degl_dri2.h84 _EGLProc (*get_proc_address)(const char *procname); member in struct:dri2_egl_driver
H A Degl_dri2.c952 return dri2_drv->get_proc_address(procname);
1511 dri2_drv->get_proc_address = (_EGLProc (*)(const char *))
1513 if (!dri2_drv->get_proc_address || !libname) {
1521 if (!dri2_drv->get_proc_address) {
1527 dri2_drv->get_proc_address("glFlush");
/external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/
H A Dst_api.h177 * The return type of st_api->get_proc_address.
472 st_proc_t (*get_proc_address)(struct st_api *stapi, const char *procname); member in struct:st_api
/external/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.h84 _EGLProc (*get_proc_address)(const char *procname); member in struct:dri2_egl_driver
H A Degl_dri2.c952 return dri2_drv->get_proc_address(procname);
1511 dri2_drv->get_proc_address = (_EGLProc (*)(const char *))
1513 if (!dri2_drv->get_proc_address || !libname) {
1521 if (!dri2_drv->get_proc_address) {
1527 dri2_drv->get_proc_address("glFlush");
/external/mesa3d/src/gallium/include/state_tracker/
H A Dst_api.h177 * The return type of st_api->get_proc_address.
472 st_proc_t (*get_proc_address)(struct st_api *stapi, const char *procname); member in struct:st_api
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxclient.h226 void * (*get_proc_address)(const char *symbol); member in struct:glx_context_vtable
H A Dglxcmds.c2658 if (gc != NULL && gc->vtable->get_proc_address != NULL)
2659 f = gc->vtable->get_proc_address((const char *) procName);
/external/mesa3d/src/glx/
H A Dglxclient.h226 void * (*get_proc_address)(const char *symbol); member in struct:glx_context_vtable
H A Dglxcmds.c2658 if (gc != NULL && gc->vtable->get_proc_address != NULL)
2659 f = gc->vtable->get_proc_address((const char *) procName);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Degl_g3d.c643 stapi->get_proc_address(stapi, procname) : NULL);
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d.c643 stapi->get_proc_address(stapi, procname) : NULL);

Completed in 997 milliseconds