Home
last modified time | relevance | path

Searched refs:PVA (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
DFillTest.java149 ProgramVertexFixedFunction.Constants PVA = new ProgramVertexFixedFunction.Constants(mRS); in initFillScript() local
150 ((ProgramVertexFixedFunction)progVertex).bindConstants(PVA); in initFillScript()
153 PVA.setProjection(proj); in initFillScript()
DMeshTest.java146 ProgramVertexFixedFunction.Constants PVA = new ProgramVertexFixedFunction.Constants(mRS); in initGeoScript() local
147 ((ProgramVertexFixedFunction)progVertex).bindConstants(PVA); in initGeoScript()
150 PVA.setProjection(proj); in initGeoScript()
DTorusTest.java224 ProgramVertexFixedFunction.Constants PVA = new ProgramVertexFixedFunction.Constants(mRS); in initCustomShaders() local
225 ((ProgramVertexFixedFunction)mProgVertex).bindConstants(PVA); in initCustomShaders()
228 PVA.setProjection(proj); in initCustomShaders()
DUiTest.java219 ProgramVertexFixedFunction.Constants PVA = new ProgramVertexFixedFunction.Constants(mRS); in initUiScript() local
220 ((ProgramVertexFixedFunction)progVertex).bindConstants(PVA); in initUiScript()
223 PVA.setProjection(proj); in initUiScript()