From b994ed33c52b0010e59d1aad240577e11c85d593 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Wed, 27 Apr 2011 18:25:49 -0700 Subject: Fix RS graphics samples/tests. Change-Id: Id5b586a9d9bead426eb46d79a93941893f0d4925 --- tests/RenderScriptTests/FBOTest/src/com/android/fbotest/fbotest.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/RenderScriptTests/FBOTest/src') diff --git a/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/fbotest.rs b/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/fbotest.rs index 31dd3e9..d44fd2b 100644 --- a/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/fbotest.rs +++ b/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/fbotest.rs @@ -184,7 +184,7 @@ static void drawOffscreenResult(int posX, int posY) { startX + width, startY, 0, 1, 1); } -int root(int launchID) { +int root(void) { rsgClearColor(1.0f, 1.0f, 1.0f, 1.0f); rsgClearDepth(1.0f); -- cgit v1.1