OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createAllocation
(Results
1 - 6
of
6
) sorted by null
/frameworks/rs/
rsProgramFragment.cpp
117
Allocation *constAlloc = Allocation::
createAllocation
(rsc, inputType.get(),
rsAllocation.h
99
static Allocation *
createAllocation
(Context *rsc, const Type *, uint32_t usages,
rsFont.cpp
524
mFontShaderFConstant.set(Allocation::
createAllocation
(mRSC, inputType.get(),
558
Allocation *cacheAlloc = Allocation::
createAllocation
(mRSC, texType.get(),
586
Allocation *indexAlloc = Allocation::
createAllocation
(mRSC, indexType.get(),
618
Allocation *vertexAlloc = Allocation::
createAllocation
(mRSC, vertexDataType.get(),
rsProgramVertex.cpp
207
Allocation *alloc = Allocation::
createAllocation
(rsc, inputType.get(),
rsAllocation.cpp
51
Allocation * Allocation::
createAllocation
(Context *rsc, const Type *type, uint32_t usages,
375
Allocation *alloc = Allocation::
createAllocation
(rsc, type, RS_ALLOCATION_USAGE_SCRIPT);
597
Allocation * alloc = Allocation::
createAllocation
(rsc, static_cast<Type *>(vtype), usages, mips, (void*)ptr);
rsScriptGroup.cpp
237
Allocation * alloc = Allocation::
createAllocation
(rsc,
Completed in 152 milliseconds