Searched refs:createAllocation (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/rs/ |
D | rsAllocation.h | 68 static Allocation * createAllocation(Context *rsc, const Type *, uint32_t usages,
|
D | rsProgramFragment.cpp | 111 Allocation *constAlloc = Allocation::createAllocation(rsc, inputType.get(), in init()
|
D | rsFont.cpp | 508 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()
|
D | rsAllocation.cpp | 37 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()
|
D | rsProgramVertex.cpp | 196 Allocation *alloc = Allocation::createAllocation(rsc, inputType.get(), in init()
|