Home
last modified time | relevance | path

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

/packages/wallpapers/Galaxy4/src/com/android/galaxy4/
DGalaxyRS.java179 ProgramVertex pvs = builder.create(); in createProgramVertex() local
180 pvs.bindConstants(mPvConsts.getAllocation(), 0); in createProgramVertex()
181 mRS.bindProgramVertex(pvs); in createProgramVertex()
183 mScript.set_vertSpaceClouds(pvs); in createProgramVertex()
190 pvs = builder.create(); in createProgramVertex()
191 pvs.bindConstants(mPvConsts.getAllocation(), 0); in createProgramVertex()
192 mRS.bindProgramVertex(pvs); in createProgramVertex()
193 mScript.set_vertBgStars(pvs); in createProgramVertex()
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
DPhaseBeamRS.java203 ProgramVertex pvs = builder.create(); in createProgramVertex() local
204 pvs.bindConstants(mPvConsts.getAllocation(), 0); in createProgramVertex()
205 mRS.bindProgramVertex(pvs); in createProgramVertex()
206 mScript.set_vertDots(pvs); in createProgramVertex()
/packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
DGalaxyRS.java218 ProgramVertex pvs = sb.create(); in createProgramVertex() local
219 pvs.bindConstants(mPvStarAlloc.getAllocation(), 0); in createProgramVertex()
220 mScript.set_gPVStars(pvs); in createProgramVertex()
/packages/wallpapers/NoiseField/src/com/android/noisefield/
DNoiseFieldRS.java262 ProgramVertex pvs = builder.create(); in createProgramVertex() local
263 pvs.bindConstants(mPvConsts.getAllocation(), 0); in createProgramVertex()
264 mRS.bindProgramVertex(pvs); in createProgramVertex()
265 mScript.set_vertDots(pvs); in createProgramVertex()