Searched refs:mAmbientShadowIndexCount (Results 1 – 2 of 2) sorted by relevance
43 mAmbientShadowIndexCount = getIndexCountForGeometry(*mAmbientShadowGeometry.get()); in GLShadowVertexGenerator()46 mAmbientShadowIndexCount = 0; in GLShadowVertexGenerator()66 return mAmbientShadowIndexCount + mSpotShadowIndexCount; in getIndexCount()86 fillIndicesForGeometry(*mAmbientShadowGeometry.get(), mAmbientShadowIndexCount, in fillIndices()92 &(indices[mAmbientShadowIndexCount])); in fillIndices()
55 int mAmbientShadowIndexCount = 0; variable