Searched refs:pvs (Results 1 – 3 of 3) sorted by relevance
65 ProgramVertex pvs = sb.create(); in createProgramVertex() local66 pvs.bindConstants(mVpConsts.getAllocation(), 0); in createProgramVertex()67 mRS.bindProgramVertex(pvs); in createProgramVertex()
326 ProgramVertex pvs = sb.create(); in initUiScript() local327 pvs.bindConstants(mPvStarAlloc.getAllocation(), 0); in initUiScript()328 mUiScript.set_gPVStars(pvs); in initUiScript()
754 ProgramVertex pvs = sb.create();755 pvs.bindConstants(mVpConsts.getAllocation(), 0);756 glRenderer.bindProgramVertex(pvs);