Searched refs:pvs (Results 1 – 4 of 4) sorted by relevance
179 ProgramVertex pvs = builder.create(); in createProgramVertex() local180 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()
203 ProgramVertex pvs = builder.create(); in createProgramVertex() local204 pvs.bindConstants(mPvConsts.getAllocation(), 0); in createProgramVertex()205 mRS.bindProgramVertex(pvs); in createProgramVertex()206 mScript.set_vertDots(pvs); in createProgramVertex()
218 ProgramVertex pvs = sb.create(); in createProgramVertex() local219 pvs.bindConstants(mPvStarAlloc.getAllocation(), 0); in createProgramVertex()220 mScript.set_gPVStars(pvs); in createProgramVertex()
262 ProgramVertex pvs = builder.create(); in createProgramVertex() local263 pvs.bindConstants(mPvConsts.getAllocation(), 0); in createProgramVertex()264 mRS.bindProgramVertex(pvs); in createProgramVertex()265 mScript.set_vertDots(pvs); in createProgramVertex()