Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DShadowTessellator.cpp117 void ShadowTessellator::generateShadowIndices(uint16_t* shadowIndices) { in generateShadowIndices() argument
124 shadowIndices[currentIndex++] = i + baseIndex; in generateShadowIndices()
125 shadowIndices[currentIndex++] = rays + i + baseIndex; in generateShadowIndices()
128 shadowIndices[currentIndex++] = 0 + baseIndex; in generateShadowIndices()
130 shadowIndices[currentIndex++] = rays + baseIndex; in generateShadowIndices()
139 ALOGD("vertex index is (%d, %d)", i, shadowIndices[i]); in generateShadowIndices()
DShadowTessellator.h79 static void generateShadowIndices(uint16_t* shadowIndices);
DCaches.cpp446 uint16_t* shadowIndices = new uint16_t[MAX_SHADOW_INDEX_COUNT]; in bindShadowIndicesBuffer() local
447 ShadowTessellator::generateShadowIndices(shadowIndices); in bindShadowIndicesBuffer()
451 shadowIndices, GL_STATIC_DRAW); in bindShadowIndicesBuffer()
453 delete[] shadowIndices; in bindShadowIndicesBuffer()