Home
last modified time | relevance | path

Searched refs:GetDeviceUuid (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dversion.c735 ctx->Driver.GetDeviceUuid(ctx, (char*) uuid); in _mesa_get_device_uuid()
Ddd.h1286 void (*GetDeviceUuid)(struct gl_context *ctx, char *uuid); member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c1007 functions->GetDeviceUuid = st_get_device_uuid; in st_init_driver_functions()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c458 functions->GetDeviceUuid = brw_get_device_uuid; in brw_init_driver_functions()