Home
last modified time | relevance | path

Searched refs:mBoundAllocs (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuScript.cpp251 mBoundAllocs = nullptr; in RsdCpuScriptImpl()
289 mBoundAllocs = new Allocation *[varCount]; in storeRSInfoFromSO()
290 memset(mBoundAllocs, 0, varCount * sizeof(*mBoundAllocs)); in storeRSInfoFromSO()
859 mBoundAllocs[slot] = data; in setGlobalBind()
891 delete[] mBoundAllocs; in ~RsdCpuScriptImpl()
903 Allocation *a = mBoundAllocs[ct]; in getAllocationForPointer()
DrsCpuScript.h136 Allocation **mBoundAllocs; variable