Remove points from fixed function.

Add basic GL performance test.

Change-Id: I421a41b6683b2c5f70045cdd0f610a6939105fee
This commit is contained in:
Jason Sams
2010-07-09 15:34:32 -07:00
parent 82164ad543
commit 53a93d5e91
13 changed files with 665 additions and 53 deletions

View File

@@ -167,7 +167,6 @@ public class RenderScript {
native int nProgramRasterCreate(int in, int out, boolean pointSmooth, boolean lineSmooth, boolean pointSprite);
native void nProgramRasterSetLineWidth(int pr, float v);
native void nProgramRasterSetPointSize(int pr, float v);
native void nProgramBindConstants(int pv, int slot, int mID);
native void nProgramBindTexture(int vpf, int slot, int a);