OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
308
Vertex* rectData = (Vertex*) mDisplayList->allocator.
create_trivial_array
<Vertex>(vertexCount);
Completed in 121 milliseconds