Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/gl/
DGLShadowVertexGenerator.cpp54 mSpotShadowIndexCount = getIndexCountForGeometry(*mSpotShadowGeometry.get()); in GLShadowVertexGenerator()
57 mSpotShadowIndexCount = 0; in GLShadowVertexGenerator()
66 return mAmbientShadowIndexCount + mSpotShadowIndexCount; in getIndexCount()
90 fillIndicesForGeometry(*mSpotShadowGeometry.get(), mSpotShadowIndexCount, in fillIndices()
DGLShadowVertexGenerator.h60 int mSpotShadowIndexCount = 0; variable