Home
last modified time | relevance | path

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

/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
DHoloSpiralRS.java114 ScriptField_VertexShaderConstants_s vertexShaderConstants = in createVertexPrograms() local
116 mScript.bind_gVSConstants(vertexShaderConstants); in createVertexPrograms()
117 vertexShaderConstants.set_maxPointSize(0, MAX_POINT_SIZE, false); in createVertexPrograms()
118 vertexShaderConstants.copyAll(); in createVertexPrograms()
128 geometryBuilder.addConstant(vertexShaderConstants.getAllocation().getType()); in createVertexPrograms()
131 programVertexGeometry.bindConstants(vertexShaderConstants.getAllocation(), 0); in createVertexPrograms()