Searched refs:mBoundAllocs (Results 1 – 2 of 2) sorted by relevance
249 mBoundAllocs = nullptr; in RsdCpuScriptImpl()286 mBoundAllocs = new Allocation *[varCount]; in storeRSInfoFromSO()287 memset(mBoundAllocs, 0, varCount * sizeof(*mBoundAllocs)); in storeRSInfoFromSO()928 mBoundAllocs[slot] = data; in setGlobalBind()955 delete[] mBoundAllocs; in ~RsdCpuScriptImpl()967 Allocation *a = mBoundAllocs[ct]; in getAllocationForPointer()
129 Allocation **mBoundAllocs; variable