Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/gl/
DGLShadowVertexGenerator.cpp43 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()
DGLShadowVertexGenerator.h55 int mAmbientShadowIndexCount = 0; variable