Searched refs:mSpotShadowIndexCount (Results 1 – 2 of 2) sorted by relevance
54 mSpotShadowIndexCount = getIndexCountForGeometry(*mSpotShadowGeometry.get()); in GLShadowVertexGenerator()57 mSpotShadowIndexCount = 0; in GLShadowVertexGenerator()66 return mAmbientShadowIndexCount + mSpotShadowIndexCount; in getIndexCount()90 fillIndicesForGeometry(*mSpotShadowGeometry.get(), mSpotShadowIndexCount, in fillIndices()
60 int mSpotShadowIndexCount = 0; variable