Searched refs:mProgFragmentCustom (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DTorusTest.java55 private ProgramFragment mProgFragmentCustom; field in class:TorusTest
181 mProgFragmentCustom = pfbCustom.create();
183 mProgFragmentCustom.bindConstants(mFSConst.getAllocation(), 0);
259 mTorusScript.set_gProgFragmentCustom(mProgFragmentCustom);
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
H A DRsRenderStatesRS.java84 private ProgramFragment mProgFragmentCustom; field in class:RsRenderStatesRS
251 mProgFragmentCustom = pfbCustom.create();
253 mProgFragmentCustom.bindConstants(mFSConst.getAllocation(), 0);
290 mScript.set_gProgFragmentCustom(mProgFragmentCustom);

Completed in 6 milliseconds