Home
last modified time | relevance | path

Searched refs:GetTimestamp (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_queryobj.c195 functions->GetTimestamp = st_GetTimestamp; in st_init_query_functions()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_queryobj.c478 functions->GetTimestamp = brw_get_timestamp; in brw_init_queryobj_functions()
/external/opencv3/modules/videoio/src/
Dcap_openni.cpp959 propValue = (double)depthGenerator.GetTimestamp(); in getDepthGeneratorProperty()
1047 propValue = (double)imageGenerator.GetTimestamp(); in getImageGeneratorProperty()
/external/mesa3d/src/mesa/main/
Ddd.h831 uint64_t (*GetTimestamp)(struct gl_context *ctx); member
Dget.c1849 if (ctx->Driver.GetTimestamp) { in find_custom_value()
1850 v->value_int64 = ctx->Driver.GetTimestamp(ctx); in find_custom_value()