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

  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
TorusTest.java 163 ProgramVertex.Builder pvbCustom = new ProgramVertex.Builder(mRS);
165 pvbCustom.setShader(mRes, R.raw.shaderv);
167 pvbCustom.addInput(ScriptField_VertexShaderInputs_s.createElement(mRS));
169 pvbCustom.addConstant(mVSConst.getAllocation().getType());
170 mProgVertexCustom = pvbCustom.create();
185 pvbCustom = new ProgramVertex.Builder(mRS);
186 pvbCustom.setShader(mRes, R.raw.shader2v);
187 pvbCustom.addInput(ScriptField_VertexShaderInputs_s.createElement(mRS));
188 pvbCustom.addConstant(mVSConstPixel.getAllocation().getType());
189 mProgVertexPixelLight = pvbCustom.create()
    [all...]
  /frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
RsRenderStatesRS.java 233 ProgramVertex.Builder pvbCustom = new ProgramVertex.Builder(mRS);
235 pvbCustom.setShader(mRes, R.raw.shaderv);
237 pvbCustom.addInput(ScriptField_VertexShaderInputs_s.createElement(mRS));
239 pvbCustom.addConstant(mVSConst.getAllocation().getType());
240 mProgVertexCustom = pvbCustom.create();
255 pvbCustom = new ProgramVertex.Builder(mRS);
256 pvbCustom.setShader(mRes, R.raw.shaderarrayv);
257 pvbCustom.addInput(ScriptField_VertexShaderInputs_s.createElement(mRS));
258 pvbCustom.addConstant(mVSConst2.getAllocation().getType());
259 mProgVertexCustom2 = pvbCustom.create()
    [all...]

Completed in 2576 milliseconds