Searched refs:callUpdateCacheObject (Results 1 – 12 of 12) sorted by relevance
/frameworks/rs/ |
D | rsScriptC_Lib.cpp | 180 src->callUpdateCacheObject(rsc, dst); in rsrSetObject() 194 src->callUpdateCacheObject(rsc, dst); in rsrSetObject()
|
D | rsObjectBase.h | 74 virtual void callUpdateCacheObject(const Context *rsc, void *dstObj) const;
|
D | rsScript.h | 141 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 | 131 virtual void callUpdateCacheObject(const Context *rsc, void *dstObj) const;
|
D | rsObjectBase.cpp | 308 void ObjectBase::callUpdateCacheObject(const Context *rsc, void *dstObj) const { in callUpdateCacheObject() function in ObjectBase
|
D | rsAllocation.h | 170 virtual void callUpdateCacheObject(const Context *rsc, void *dstObj) const;
|
D | rsScript.cpp | 108 void Script::callUpdateCacheObject(const Context *rsc, void *dstObj) const { in callUpdateCacheObject() function in Script
|
D | rsType.cpp | 351 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 | 522 void Allocation::callUpdateCacheObject(const Context *rsc, void *dstObj) const { in callUpdateCacheObject() function in Allocation
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 144 alloc->callUpdateCacheObject(rsc, &obj); in rsGetAllocation() 158 alloc->callUpdateCacheObject(rsc, &obj); in rsGetAllocation()
|