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

/frameworks/base/libs/hwui/
H A DVertexBuffer.h80 TYPE* allocIndices(int indexCount) { function in class:android::uirenderer::VertexBuffer
H A DAmbientShadow.cpp186 uint16_t* indexBuffer = shadowVertexBuffer.allocIndices<uint16_t>(totalIndexCount);
H A DSpotShadow.cpp910 uint16_t* indexBuffer = shadowTriangleStrip.allocIndices<uint16_t>(totalIndexCount);

Completed in 65 milliseconds