Searched refs:mFSConst (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DTorusTest.java61 private ScriptField_FragentShaderConstants_s mFSConst; field in class:TorusTest
157 mFSConst = new ScriptField_FragentShaderConstants_s(mRS, 1);
180 pfbCustom.addConstant(mFSConst.getAllocation().getType());
183 mProgFragmentCustom.bindConstants(mFSConst.getAllocation(), 0);
266 mTorusScript.bind_gFSConstants(mFSConst);
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselRS.java71 private ScriptField_FragmentShaderConstants_s mFSConst; field in class:CarouselRS
387 mFSConst = new ScriptField_FragmentShaderConstants_s(mRS, 1);
388 mScript.bind_shaderConstants(mFSConst);
395 pfbSingleBlend.addConstant(mFSConst.getAllocation().getType());
398 mSingleTextureBlendingFragmentProgram.bindConstants(mFSConst.getAllocation(), 0);
411 pfbMulti.addConstant(mFSConst.getAllocation().getType());
414 mMultiTextureFragmentProgram.bindConstants(mFSConst.getAllocation(), 0);
428 pfbMultiBlend.addConstant(mFSConst.getAllocation().getType());
431 mMultiTextureBlendingFragmentProgram.bindConstants(mFSConst.getAllocation(), 0);
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
H A DRsRenderStatesRS.java88 private ScriptField_FragentShaderConstants_s mFSConst; field in class:RsRenderStatesRS
224 mFSConst = new ScriptField_FragentShaderConstants_s(mRS, 1);
229 mScript.bind_gFSConstants(mFSConst);
250 pfbCustom.addConstant(mFSConst.getAllocation().getType());
253 mProgFragmentCustom.bindConstants(mFSConst.getAllocation(), 0);

Completed in 58 milliseconds