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

/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.h88 T* create_trivial_array(int count) { function in class:android::uirenderer::LinearAllocator
90 "Error, called create_trivial_array on a non-trivial type");
/frameworks/base/libs/hwui/
H A DLayerBuilder.cpp261 Vertex* const verts = (Vertex*) allocator.create_trivial_array<Vertex>(vertCount);
H A DRecordingCanvas.cpp302 Vertex* rectData = (Vertex*) mDisplayList->allocator.create_trivial_array<Vertex>(vertexCount);

Completed in 613 milliseconds