Searched refs:createAllocation (Results 1 – 9 of 9) sorted by relevance
/frameworks/rs/ |
D | rsFont.cpp | 518 mFontShaderFConstant.set(Allocation::createAllocation(mRSC, inputType.get(), in initRenderState() 552 Allocation *cacheAlloc = Allocation::createAllocation(mRSC, texType.get(), in initTextTexture() 580 Allocation *indexAlloc = Allocation::createAllocation(mRSC, indexType.get(), in initVertexArrayBuffers() 613 Allocation *vertexAlloc = Allocation::createAllocation(mRSC, vertexDataType.get(), in initVertexArrayBuffers()
|
D | rsProgramFragment.cpp | 115 Allocation *constAlloc = Allocation::createAllocation(rsc, inputType.get(), in init()
|
D | rsAllocation.h | 80 static Allocation * createAllocation(Context *rsc, const Type *, uint32_t usages,
|
D | rsAllocation.cpp | 41 Allocation * Allocation::createAllocation(Context *rsc, const Type *type, uint32_t usages, in createAllocation() function in Allocation 355 Allocation *alloc = Allocation::createAllocation(rsc, type, RS_ALLOCATION_USAGE_SCRIPT); in createFromStream() 553 …Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mips, (… in rsi_AllocationCreateTyped()
|
D | rsProgramVertex.cpp | 211 Allocation *alloc = Allocation::createAllocation(rsc, inputType.get(), in init()
|
D | rsScriptGroup.cpp | 221 Allocation * alloc = Allocation::createAllocation(rsc, in create()
|
/frameworks/support/renderscript/v8/rs_support/ |
D | rsAllocation.h | 77 static Allocation * createAllocation(Context *rsc, const Type *, uint32_t usages,
|
D | rsAllocation.cpp | 38 Allocation * Allocation::createAllocation(Context *rsc, const Type *type, uint32_t usages, in createAllocation() function in Allocation 336 Allocation *alloc = Allocation::createAllocation(rsc, type, RS_ALLOCATION_USAGE_SCRIPT); in createFromStream() 491 …Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mips, (… in rsi_AllocationCreateTyped()
|
D | rsScriptGroup.cpp | 221 Allocation * alloc = Allocation::createAllocation(rsc, in create()
|