Home
last modified time | relevance | path

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

/frameworks/rs/
DrsFont.cpp518 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()
DrsProgramFragment.cpp115 Allocation *constAlloc = Allocation::createAllocation(rsc, inputType.get(), in init()
DrsAllocation.h80 static Allocation * createAllocation(Context *rsc, const Type *, uint32_t usages,
DrsAllocation.cpp41 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()
DrsProgramVertex.cpp211 Allocation *alloc = Allocation::createAllocation(rsc, inputType.get(), in init()
DrsScriptGroup.cpp221 Allocation * alloc = Allocation::createAllocation(rsc, in create()
/frameworks/support/renderscript/v8/rs_support/
DrsAllocation.h77 static Allocation * createAllocation(Context *rsc, const Type *, uint32_t usages,
DrsAllocation.cpp38 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()
DrsScriptGroup.cpp221 Allocation * alloc = Allocation::createAllocation(rsc, in create()