Searched refs:createAllocation (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/
H A DrsProgramFragment.cpp118 Allocation *constAlloc = Allocation::createAllocation(rsc, inputType.get(),
H A DrsAllocation.h101 static Allocation * createAllocation(Context *rsc, const Type *, uint32_t usages,
H A DrsFont.cpp524 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(),
H A DrsProgramVertex.cpp207 Allocation *alloc = Allocation::createAllocation(rsc, inputType.get(),
H A DrsAllocation.cpp51 Allocation * Allocation::createAllocation(Context *rsc, const Type *type, uint32_t usages, function in class:Allocation
392 Allocation *alloc = Allocation::createAllocation(rsc, type, RS_ALLOCATION_USAGE_SCRIPT);
638 Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mipmaps, (void*)ptr);
H A DrsScriptGroup.cpp237 Allocation * alloc = Allocation::createAllocation(rsc,

Completed in 987 milliseconds