Home
last modified time | relevance | path

Searched refs:createAllocation (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/rs/
DrsAllocation.h68 static Allocation * createAllocation(Context *rsc, const Type *, uint32_t usages,
DrsProgramFragment.cpp111 Allocation *constAlloc = Allocation::createAllocation(rsc, inputType.get(), in init()
DrsFont.cpp508 mFontShaderFConstant.set(Allocation::createAllocation(mRSC, inputType.get(), in initRenderState()
533 Allocation *cacheAlloc = Allocation::createAllocation(mRSC, texType.get(), in initTextTexture()
562 Allocation *indexAlloc = Allocation::createAllocation(mRSC, indexType.get(), in initVertexArrayBuffers()
595 Allocation *vertexAlloc = Allocation::createAllocation(mRSC, vertexDataType.get(), in initVertexArrayBuffers()
DrsAllocation.cpp37 Allocation * Allocation::createAllocation(Context *rsc, const Type *type, uint32_t usages, in createAllocation() function in Allocation
241 Allocation *alloc = Allocation::createAllocation(rsc, type, RS_ALLOCATION_USAGE_SCRIPT); in createFromStream()
484 … Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mips); in rsi_AllocationCreateTyped()
DrsProgramVertex.cpp196 Allocation *alloc = Allocation::createAllocation(rsc, inputType.get(), in init()