HomeSort by relevance Sort by last modified time
    Searched refs:mVSConst (Results 1 - 3 of 3) sorted by null

  /development/samples/RenderScript/MiscSamples/src/com/example/android/rs/miscsamples/
RsRenderStatesRS.java 86 private ScriptField_VertexShaderConstants_s mVSConst;
222 mVSConst = new ScriptField_VertexShaderConstants_s(mRS, 1);
227 mScript.bind_gVSConstants(mVSConst);
239 pvbCustom.addConstant(mVSConst.getAllocation().getType());
242 mProgVertexCustom.bindConstants(mVSConst.getAllocation(), 0);
273 pvbCustom.addConstant(mVSConst.getAllocation().getType());
275 mProgVertexCube.bindConstants(mVSConst.getAllocation(), 0);
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeRS.java 71 private ScriptField_VertexShaderConstants_s mVSConst;
329 mVSConst = new ScriptField_VertexShaderConstants_s(mRS, 1);
330 mScript.bind_gVSConstants(mVSConst);
335 builder.addConstant(mVSConst.getAllocation().getType());
339 mPV5tex.bindConstants(mVSConst.getAllocation(), 0);
343 mPV4tex.bindConstants(mVSConst.getAllocation(), 0);
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchRS.java 106 private ScriptField_VertexShaderConstants_s mVSConst;
444 mVSConst = new ScriptField_VertexShaderConstants_s(mRS, 1);
459 pvbCustom.addConstant(mVSConst.getAllocation().getType());
462 mProgVertexCustom.bindConstants(mVSConst.getAllocation(), 0);
649 mTorusScript.bind_gVSConstants(mVSConst);

Completed in 68 milliseconds