Renderscript samples.

Resolving name conflict in model viewer.
Adding fov projection matrix function.
Adding helper methods for blending.

Change-Id: Ibd3f1510436811398787c285845d050158bd6de8
This commit is contained in:
Alex Sakhartchouk
2010-08-23 10:24:10 -07:00
parent 526e7a3c85
commit 32e09b5891
18 changed files with 764 additions and 24 deletions

View File

@@ -549,6 +549,20 @@ public class RenderScript {
Sampler mSampler_WRAP_LINEAR;
Sampler mSampler_WRAP_LINEAR_MIP_LINEAR;
ProgramStore mProgramStore_BlendNone_DepthTest;
ProgramStore mProgramStore_BlendNone_DepthNoDepth;
ProgramStore mProgramStore_BlendNone_DepthNoTest;
ProgramStore mProgramStore_BlendNone_DepthNoWrite;
ProgramStore mProgramStore_BlendAlpha_DepthTest;
ProgramStore mProgramStore_BlendAlpha_DepthNoDepth;
ProgramStore mProgramStore_BlendAlpha_DepthNoTest;
ProgramStore mProgramStore_BlendAlpha_DepthNoWrite;
ProgramStore mProgramStore_BlendAdd_DepthTest;
ProgramStore mProgramStore_BlendAdd_DepthNoDepth;
ProgramStore mProgramStore_BlendAdd_DepthNoTest;
ProgramStore mProgramStore_BlendAdd_DepthNoWrite;
///////////////////////////////////////////////////////////////////////////////////
//