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

/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DVertexShader.java69 mBuilder.addConstant(mShader.mPerShaderConstants);
72 mBuilder.addConstant(mShader.mPerObjConstants);
H A DFragmentShader.java80 mBuilder.addConstant(mShader.mPerShaderConstants);
83 mBuilder.addConstant(mShader.mPerObjConstants);
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DTorusTest.java169 pvbCustom.addConstant(mVSConst.getAllocation().getType());
180 pfbCustom.addConstant(mFSConst.getAllocation().getType());
188 pvbCustom.addConstant(mVSConstPixel.getAllocation().getType());
195 pvbCustom.addConstant(mVSConstPixel.getAllocation().getType());
202 pfbCustom.addConstant(mFSConstPixel.getAllocation().getType());
H A DFillTest.java126 pfbCustom.addConstant(mFragData.getType());
H A DUiTest.java325 sb.addConstant(mPvStarAlloc.getType());
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
H A DRsRenderStatesRS.java239 pvbCustom.addConstant(mVSConst.getAllocation().getType());
250 pfbCustom.addConstant(mFSConst.getAllocation().getType());
258 pvbCustom.addConstant(mVSConst2.getAllocation().getType());
265 pfbCustom.addConstant(mFSConst2.getAllocation().getType());
273 pvbCustom.addConstant(mVSConst.getAllocation().getType());
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
H A DBallsRS.java65 sb.addConstant(mVpConsts.getType());
/frameworks/base/graphics/java/android/renderscript/
H A DProgram.java308 public BaseProgramBuilder addConstant(Type t) throws IllegalStateException { method in class:Program.BaseProgramBuilder
H A DProgramFragmentFixedFunction.java312 sb.addConstant(constType);
H A DProgramVertexFixedFunction.java182 sb.addConstant(getConstantInputType(mRS));
/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 2452 milliseconds