Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuScript.cpp249 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()
DrsCpuScript.h129 Allocation **mBoundAllocs; variable