Home
last modified time | relevance | path

Searched refs:getHostPtr (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/rsov/driver/
DrsovAllocation.h43 char *getHostPtr() const { return mPtr; } in getHostPtr() function
67 char *getHostPtr() const { return mBuffer->getHostPtr(); } in getHostPtr() function
DrsovScript.cpp195 __GPUBlock = mGlobals->getHostPtr(); in RSoVScript()
249 char *basePtr = mGlobals->getHostPtr(); in setGlobalVar()
256 const char *basePtr = mGlobals->getHostPtr(); in getGlobalVar()
266 char *basePtr = mGlobals->getHostPtr(); in setGlobalVarWithElemDims()
444 (struct rsovTypeInfo *)mGlobalAllocationMetadata->getHostPtr(); in MarshalTypeInfo()
DrsovAllocation.cpp309 (uint8_t *)rsovAlloc->getHostPtr()); in rsovAllocationInit()