HomeSort by relevance Sort by last modified time
    Searched refs:create_trivial_array (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/utils/
LinearAllocator.h 88 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/
LayerBuilder.cpp 261 Vertex* const verts = (Vertex*) allocator.create_trivial_array<Vertex>(vertCount);
RecordingCanvas.cpp 305 Vertex* rectData = (Vertex*) mDisplayList->allocator.create_trivial_array<Vertex>(vertexCount);

Completed in 114 milliseconds