Searched refs:createAllocation (Results 1 – 6 of 6) sorted by relevance
/frameworks/rs/ |
D | rsProgramFragment.cpp | 118 Allocation *constAlloc = Allocation::createAllocation(rsc, inputType.get(), in init()
|
D | rsFont.cpp | 522 mFontShaderFConstant.set(Allocation::createAllocation(mRSC, inputType.get(), in initRenderState() 556 Allocation *cacheAlloc = Allocation::createAllocation(mRSC, texType.get(), in initTextTexture() 583 Allocation *indexAlloc = Allocation::createAllocation(mRSC, indexType.get(), in initVertexArrayBuffers() 613 Allocation *vertexAlloc = Allocation::createAllocation(mRSC, vertexDataType.get(), in initVertexArrayBuffers()
|
D | rsProgramVertex.cpp | 206 Allocation *alloc = Allocation::createAllocation(rsc, inputType.get(), in init()
|
D | rsAllocation.h | 111 static Allocation * createAllocation(Context *rsc, const Type *, uint32_t usages,
|
D | rsAllocation.cpp | 101 Allocation * Allocation::createAllocation(Context *rsc, const Type *type, uint32_t usages, in createAllocation() function in android::renderscript::Allocation 483 Allocation *alloc = Allocation::createAllocation(rsc, type, RS_ALLOCATION_USAGE_SCRIPT); in createFromStream() 742 …Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mipmaps… in rsi_AllocationCreateTyped()
|
D | rsScriptGroup.cpp | 234 Allocation * alloc = Allocation::createAllocation(rsc, in create()
|