Balls test app.

Change-Id: I842f43e37145f8112120e2bd49925f81c588c40c
This commit is contained in:
Jason Sams
2010-10-29 10:19:21 -07:00
parent c75529f59f
commit 5585e36a41
14 changed files with 712 additions and 76 deletions

View File

@@ -141,6 +141,13 @@ public class RenderScriptGL extends RenderScript {
nContextSetSurface(w, h, mSurface);
}
public int getHeight() {
return mHeight;
}
public int getWidth() {
return mWidth;
}
void pause() {
validate();