Home
last modified time | relevance | path

Searched refs:PrepareForDraw (Results 1 – 3 of 3) 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_renderer.cpp122 …shader.PrepareForDraw(g_framebuffer_width, g_framebuffer_height, global_time, frame_count, (float)… in DrawFrame()
Dshadertoy_shader.cpp133 void ShadertoyShader::PrepareForDraw(int width, int height, float global_time, int frame, float tim… in PrepareForDraw() function in ShadertoyShader