Home
last modified time | relevance | path

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

/cts/hostsidetests/sustainedperf/shadertoy_android/jni/
Dshadertoy_shader.h38 void PrepareForDraw(int width, int height, float global_time, int frame, float time_delta);
Dshadertoy_shader.cpp133 …rtoyShader::PrepareForDraw(int width, int height, float global_time, int frame, float time_delta) { in PrepareForDraw() argument
144 glUniform1f(uiTimeDelta_, time_delta); in PrepareForDraw()