OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createAllocationStrided
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/
rsAllocation.h
114
static Allocation *
createAllocationStrided
(Context *rsc, const Type *, uint32_t usages,
rsAllocation.cpp
61
Allocation * Allocation::
createAllocationStrided
(Context *rsc, const Type *type, uint32_t usages,
103
return Allocation::
createAllocationStrided
(rsc, type, usages, mc, ptr, kMinimumRSAlignment);
754
Allocation * alloc = Allocation::
createAllocationStrided
(rsc, static_cast<Type *>(vtype), usages, mipmaps,
[
all
...]
Completed in 396 milliseconds