Searched refs:mBoundAllocs (Results 1 – 2 of 2) sorted by relevance
251 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()
136 Allocation **mBoundAllocs; variable