Home
last modified time | relevance | path

Searched defs:global_time (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/sustainedperf/shadertoy_android/jni/
Dshadertoy_renderer.cpp113 float global_time = (float)(NowInMs() - start_time); in DrawFrame() local
Dshadertoy_shader.cpp133 void ShadertoyShader::PrepareForDraw(int width, int height, float global_time, int frame, float tim… in PrepareForDraw()