Home
last modified time | relevance | path

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

/cts/hostsidetests/sustainedperf/shadertoy_android/jni/
Dshadertoy_renderer.cpp34 double NowInMs() { in NowInMs() function
94 static double start_time = NowInMs(); in DrawFrame()
109 double current_time = NowInMs(); in DrawFrame()
113 float global_time = (float)(NowInMs() - start_time); in DrawFrame()