Searched refs:addConstant (Results 1 – 11 of 11) sorted by relevance
169 pvbCustom.addConstant(mVSConst.getAllocation().getType()); in initCustomShaders()180 pfbCustom.addConstant(mFSConst.getAllocation().getType()); in initCustomShaders()188 pvbCustom.addConstant(mVSConstPixel.getAllocation().getType()); in initCustomShaders()195 pvbCustom.addConstant(mVSConstPixel.getAllocation().getType()); in initCustomShaders()202 pfbCustom.addConstant(mFSConstPixel.getAllocation().getType()); in initCustomShaders()
126 pfbCustom.addConstant(mFragData.getType()); in initCustomShaders()
325 sb.addConstant(mPvStarAlloc.getType()); in initUiScript()
69 mBuilder.addConstant(mShader.mPerShaderConstants); in create()72 mBuilder.addConstant(mShader.mPerObjConstants); in create()
80 mBuilder.addConstant(mShader.mPerShaderConstants); in create()83 mBuilder.addConstant(mShader.mPerObjConstants); in create()
239 pvbCustom.addConstant(mVSConst.getAllocation().getType()); in initCustomShaders()250 pfbCustom.addConstant(mFSConst.getAllocation().getType()); in initCustomShaders()258 pvbCustom.addConstant(mVSConst2.getAllocation().getType()); in initCustomShaders()265 pfbCustom.addConstant(mFSConst2.getAllocation().getType()); in initCustomShaders()273 pvbCustom.addConstant(mVSConst.getAllocation().getType()); in initCustomShaders()
309 sb.addConstant(constType); in create()
178 sb.addConstant(getConstantInputType(mRS)); in create()
308 public BaseProgramBuilder addConstant(Type t) throws IllegalStateException { in addConstant() method in Program.BaseProgramBuilder
65 sb.addConstant(mVpConsts.getType()); in createProgramVertex()
117 fs.addConstant(mFSVignetteConst.getAllocation().getType()); in initPF()