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

  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
TorusTest.java 60 private ScriptField_VertexShaderConstants_s mVSConst;
156 mVSConst = new ScriptField_VertexShaderConstants_s(mRS, 1);
169 pvbCustom.addConstant(mVSConst.getAllocation().getType());
172 mProgVertexCustom.bindConstants(mVSConst.getAllocation(), 0);
265 mTorusScript.bind_gVSConstants(mVSConst);
  /frameworks/base/tests/RenderScriptTests/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);

Completed in 1671 milliseconds