Searched refs:global_time (Results 1 – 3 of 3) sorted by relevance
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/ |
D | shadertoy_renderer.cpp | 113 float global_time = (float)(NowInMs() - start_time); in DrawFrame() local 122 …shader.PrepareForDraw(g_framebuffer_width, g_framebuffer_height, global_time, frame_count, (float)… in DrawFrame()
|
D | shadertoy_shader.h | 38 void PrepareForDraw(int width, int height, float global_time, int frame, float time_delta);
|
D | shadertoy_shader.cpp | 133 void ShadertoyShader::PrepareForDraw(int width, int height, float global_time, int frame, float tim… in PrepareForDraw() argument 140 glUniform1f(uiGlobalTime_, global_time); in PrepareForDraw()
|