Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DVertexBuffer.h82 TYPE* allocIndices(int indexCount) { in allocIndices() function
DAmbientShadow.cpp200 uint16_t* indexBuffer = shadowVertexBuffer.allocIndices<uint16_t>(totalIndexCount); in createAmbientShadow()
DSpotShadow.cpp955 shadowTriangleStrip.allocIndices<uint16_t>(totalIndexCount); in generateTriangleStrip()