Searched refs:addConstant (Results 1 – 9 of 9) sorted by relevance
437 sb.addConstant(mPvStarAlloc.getType()); in initProgramVertex()459 pvbCustom.addConstant(mVSConst.getAllocation().getType()); in initCustomShaders()470 pfbCustom.addConstant(mFSConst.getAllocation().getType()); in initCustomShaders()478 pvbCustom.addConstant(mVSConstPixel.getAllocation().getType()); in initCustomShaders()485 pvbCustom.addConstant(mVSConstPixel.getAllocation().getType()); in initCustomShaders()492 pfbCustom.addConstant(mFSConstPixel.getAllocation().getType()); in initCustomShaders()
270 sb.addConstant(constType); in create()
248 public BaseProgramBuilder addConstant(Type t) throws IllegalStateException { in addConstant() method in Program.BaseProgramBuilder
164 sb.addConstant(getConstantInputType(mRS)); in create()
395 pfbSingleBlend.addConstant(mFSConst.getAllocation().getType()); in initFragmentProgram()411 pfbMulti.addConstant(mFSConst.getAllocation().getType()); in initFragmentProgram()428 pfbMultiBlend.addConstant(mFSConst.getAllocation().getType()); in initFragmentProgram()
117 fs.addConstant(mFSVignetteConst.getAllocation().getType()); in initPF()
565 sb.addConstant(mVpConsts.getType());
18141 …method public android.renderscript.Program.BaseProgramBuilder addConstant(android.renderscript.Typ…