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 | 523 mFontShaderFConstant.set(Allocation::createAllocation(mRSC, inputType.get(), in initRenderState() 557 Allocation *cacheAlloc = Allocation::createAllocation(mRSC, texType.get(), in initTextTexture() 584 Allocation *indexAlloc = Allocation::createAllocation(mRSC, indexType.get(), in initVertexArrayBuffers() 614 Allocation *vertexAlloc = Allocation::createAllocation(mRSC, vertexDataType.get(), in initVertexArrayBuffers()
|
D | rsAllocation.h | 111 static Allocation * createAllocation(Context *rsc, const Type *, uint32_t usages,
|
D | rsProgramVertex.cpp | 207 Allocation *alloc = Allocation::createAllocation(rsc, inputType.get(), in init()
|
D | rsAllocation.cpp | 63 Allocation * Allocation::createAllocation(Context *rsc, const Type *type, uint32_t usages, in createAllocation() function in Allocation 473 Allocation *alloc = Allocation::createAllocation(rsc, type, RS_ALLOCATION_USAGE_SCRIPT); in createFromStream() 722 …Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mipmaps… in rsi_AllocationCreateTyped()
|
D | rsScriptGroup.cpp | 254 Allocation * alloc = Allocation::createAllocation(rsc, in create()
|