Home
last modified time | relevance | path

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

/frameworks/rs/
DrsProgramFragment.cpp118 Allocation *constAlloc = Allocation::createAllocation(rsc, inputType.get(), in init()
DrsFont.cpp522 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()
DrsProgramVertex.cpp206 Allocation *alloc = Allocation::createAllocation(rsc, inputType.get(), in init()
DrsAllocation.h111 static Allocation * createAllocation(Context *rsc, const Type *, uint32_t usages,
DrsAllocation.cpp101 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()
DrsScriptGroup.cpp234 Allocation * alloc = Allocation::createAllocation(rsc, in create()