Searched refs:GetTimestamp (Results 76 - 79 of 79) sorted by relevance

1234

/external/mesa3d/src/mesa/main/
H A Ddd.h831 uint64_t (*GetTimestamp)(struct gl_context *ctx); member in struct:dd_function_table
H A Dget.c1849 if (ctx->Driver.GetTimestamp) {
1850 v->value_int64 = ctx->Driver.GetTimestamp(ctx);
1853 _mesa_problem(ctx, "driver doesn't implement GetTimestamp");
/external/stressapptest/src/
H A Dsat.cc247 pe->ts = os_->GetTimestamp();
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dget.c1849 if (ctx->Driver.GetTimestamp) {
1850 v->value_int64 = ctx->Driver.GetTimestamp(ctx);
1853 _mesa_problem(ctx, "driver doesn't implement GetTimestamp");

Completed in 261 milliseconds

1234