Searched refs:callUpdateCacheObject (Results 1 – 12 of 12) sorted by relevance
/frameworks/rs/ |
D | rsScriptC_Lib.cpp | 155 src->callUpdateCacheObject(rsc, dst); in rsrSetObject() 164 src->callUpdateCacheObject(rsc, dst); in rsrSetObject()
|
D | rsObjectBase.h | 69 virtual void callUpdateCacheObject(const Context *rsc, void *dstObj) const;
|
D | rsScript.h | 135 virtual void callUpdateCacheObject(const Context *rsc, void *dstObj) const;
|
D | rsElement.h | 135 virtual void callUpdateCacheObject(const Context *rsc, void *dstObj) const;
|
D | rsType.h | 116 virtual void callUpdateCacheObject(const Context *rsc, void *dstObj) const;
|
D | rsObjectBase.cpp | 286 void ObjectBase::callUpdateCacheObject(const Context *rsc, void *dstObj) const { in callUpdateCacheObject() function in ObjectBase
|
D | rsAllocation.h | 156 virtual void callUpdateCacheObject(const Context *rsc, void *dstObj) const;
|
D | rsScript.cpp | 97 void Script::callUpdateCacheObject(const Context *rsc, void *dstObj) const { in callUpdateCacheObject() function in Script
|
D | rsType.cpp | 317 void Type::callUpdateCacheObject(const Context *rsc, void *dstObj) const { in callUpdateCacheObject() function in Type
|
D | rsElement.cpp | 392 void Element::callUpdateCacheObject(const Context *rsc, void *dstObj) const { in callUpdateCacheObject() function in Element
|
D | rsAllocation.cpp | 441 void Allocation::callUpdateCacheObject(const Context *rsc, void *dstObj) const { in callUpdateCacheObject() function in Allocation
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 532 alloc->callUpdateCacheObject(rsc, &obj); in SC_GetAllocation() 542 alloc->callUpdateCacheObject(rsc, &obj); in SC_GetAllocation() 553 alloc->callUpdateCacheObject(rsc, &obj); in SC_GetAllocation()
|