Searched refs:addConstant (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DProgram.java248 public BaseProgramBuilder addConstant(Type t) throws IllegalStateException { method in class:Program.BaseProgramBuilder
H A DProgramFragmentFixedFunction.java270 sb.addConstant(constType);
H A DProgramVertexFixedFunction.java164 sb.addConstant(getConstantInputType(mRS));
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchRS.java437 sb.addConstant(mPvStarAlloc.getType());
459 pvbCustom.addConstant(mVSConst.getAllocation().getType());
470 pfbCustom.addConstant(mFSConst.getAllocation().getType());
478 pvbCustom.addConstant(mVSConstPixel.getAllocation().getType());
485 pvbCustom.addConstant(mVSConstPixel.getAllocation().getType());
492 pfbCustom.addConstant(mFSConstPixel.getAllocation().getType());
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
H A DShadersTestRS.java117 fs.addConstant(mFSVignetteConst.getAllocation().getType());
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselRS.java395 pfbSingleBlend.addConstant(mFSConst.getAllocation().getType());
411 pfbMulti.addConstant(mFSConst.getAllocation().getType());
428 pfbMultiBlend.addConstant(mFSConst.getAllocation().getType());

Completed in 135 milliseconds