Home
last modified time | relevance | path

Searched refs:addConstant (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
DTorusTest.java169 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()
DFillTest.java126 pfbCustom.addConstant(mFragData.getType()); in initCustomShaders()
DUiTest.java325 sb.addConstant(mPvStarAlloc.getType()); in initUiScript()
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
DVertexShader.java69 mBuilder.addConstant(mShader.mPerShaderConstants); in create()
72 mBuilder.addConstant(mShader.mPerObjConstants); in create()
DFragmentShader.java80 mBuilder.addConstant(mShader.mPerShaderConstants); in create()
83 mBuilder.addConstant(mShader.mPerObjConstants); in create()
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
DRsRenderStatesRS.java239 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()
/frameworks/base/rs/java/android/renderscript/
DProgramFragmentFixedFunction.java309 sb.addConstant(constType); in create()
DProgramVertexFixedFunction.java178 sb.addConstant(getConstantInputType(mRS)); in create()
DProgram.java308 public BaseProgramBuilder addConstant(Type t) throws IllegalStateException { in addConstant() method in Program.BaseProgramBuilder
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
DBallsRS.java65 sb.addConstant(mVpConsts.getType()); in createProgramVertex()
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
DShadersTestRS.java117 fs.addConstant(mFSVignetteConst.getAllocation().getType()); in initPF()