Searched refs:callUpdateCacheObject (Results 1 - 12 of 12) sorted by relevance

/frameworks/rs/
H A DrsObjectBase.h74 virtual void callUpdateCacheObject(const Context *rsc, void *dstObj) const;
H A DrsElement.h135 virtual void callUpdateCacheObject(const Context *rsc, void *dstObj) const;
H A DrsScript.h147 virtual void callUpdateCacheObject(const Context *rsc, void *dstObj) const;
H A DrsType.h131 virtual void callUpdateCacheObject(const Context *rsc, void *dstObj) const;
H A DrsScriptC_Lib.cpp185 src->callUpdateCacheObject(rsc, dst);
199 src->callUpdateCacheObject(rsc, dst);
H A DrsObjectBase.cpp308 void ObjectBase::callUpdateCacheObject(const Context *rsc, void *dstObj) const { function in class:ObjectBase
309 //ALOGE("ObjectBase::callUpdateCacheObject %p %p", this, dstObj);
H A DrsAllocation.h177 virtual void callUpdateCacheObject(const Context *rsc, void *dstObj) const;
H A DrsScript.cpp108 void Script::callUpdateCacheObject(const Context *rsc, void *dstObj) const { function in class:Script
H A DrsType.cpp351 void Type::callUpdateCacheObject(const Context *rsc, void *dstObj) const { function in class:Type
H A DrsElement.cpp394 void Element::callUpdateCacheObject(const Context *rsc, void *dstObj) const { function in class:Element
H A DrsAllocation.cpp532 void Allocation::callUpdateCacheObject(const Context *rsc, void *dstObj) const { function in class:Allocation
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp159 alloc->callUpdateCacheObject(rsc, &obj);
173 alloc->callUpdateCacheObject(rsc, &obj);
235 element->callUpdateCacheObject(rsc, &obj);
310 type->callUpdateCacheObject(rsc, &obj);
344 alloc->callUpdateCacheObject(rsc, &obj);

Completed in 105 milliseconds