Searched refs:GetTimestamp (Results 1 – 5 of 5) sorted by relevance
195 functions->GetTimestamp = st_GetTimestamp; in st_init_query_functions()
478 functions->GetTimestamp = brw_get_timestamp; in brw_init_queryobj_functions()
959 propValue = (double)depthGenerator.GetTimestamp(); in getDepthGeneratorProperty()1047 propValue = (double)imageGenerator.GetTimestamp(); in getImageGeneratorProperty()
831 uint64_t (*GetTimestamp)(struct gl_context *ctx); member
1849 if (ctx->Driver.GetTimestamp) { in find_custom_value()1850 v->value_int64 = ctx->Driver.GetTimestamp(ctx); in find_custom_value()