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

/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
H A DRsRenderStatesRS.java87 private ScriptField_VertexShaderConstants2_s mVSConst2; field in class:RsRenderStatesRS
223 mVSConst2 = new ScriptField_VertexShaderConstants2_s(mRS, 1);
228 mScript.bind_gVSConstants2(mVSConst2);
258 pvbCustom.addConstant(mVSConst2.getAllocation().getType());
260 mProgVertexCustom2.bindConstants(mVSConst2.getAllocation(), 0);

Completed in 29 milliseconds