Searched refs:PVA (Results 1 – 4 of 4) sorted by relevance
149 ProgramVertexFixedFunction.Constants PVA = new ProgramVertexFixedFunction.Constants(mRS); in initFillScript() local150 ((ProgramVertexFixedFunction)progVertex).bindConstants(PVA); in initFillScript()153 PVA.setProjection(proj); in initFillScript()
146 ProgramVertexFixedFunction.Constants PVA = new ProgramVertexFixedFunction.Constants(mRS); in initGeoScript() local147 ((ProgramVertexFixedFunction)progVertex).bindConstants(PVA); in initGeoScript()150 PVA.setProjection(proj); in initGeoScript()
224 ProgramVertexFixedFunction.Constants PVA = new ProgramVertexFixedFunction.Constants(mRS); in initCustomShaders() local225 ((ProgramVertexFixedFunction)mProgVertex).bindConstants(PVA); in initCustomShaders()228 PVA.setProjection(proj); in initCustomShaders()
219 ProgramVertexFixedFunction.Constants PVA = new ProgramVertexFixedFunction.Constants(mRS); in initUiScript() local220 ((ProgramVertexFixedFunction)progVertex).bindConstants(PVA); in initUiScript()223 PVA.setProjection(proj); in initUiScript()