Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/
H A DrsScriptC_Lib.cpp167 src->callUpdateCacheObject(rsc, dst); in rsrSetObject()
181 src->callUpdateCacheObject(rsc, dst); in rsrSetObject()
H A DrsObjectBase.h74 virtual void callUpdateCacheObject(const Context *rsc, void *dstObj) const;
H A DrsScript.h147 virtual void callUpdateCacheObject(const Context *rsc, void *dstObj) const;
H A DrsElement.h137 virtual void callUpdateCacheObject(const Context *rsc, void *dstObj) const;
H A DrsType.h133 virtual void callUpdateCacheObject(const Context *rsc, void *dstObj) const;
H A DrsObjectBase.cpp315 void ObjectBase::callUpdateCacheObject(const Context *rsc, void *dstObj) const { in callUpdateCacheObject() function in android::renderscript::ObjectBase
H A DrsAllocation.h173 virtual void callUpdateCacheObject(const Context *rsc, void *dstObj) const;
H A DrsScript.cpp108 void Script::callUpdateCacheObject(const Context *rsc, void *dstObj) const { in callUpdateCacheObject() function in android::renderscript::Script
H A DrsElement.cpp394 void Element::callUpdateCacheObject(const Context *rsc, void *dstObj) const { in callUpdateCacheObject() function in android::renderscript::Element
H A DrsType.cpp351 void Type::callUpdateCacheObject(const Context *rsc, void *dstObj) const { in callUpdateCacheObject() function in android::renderscript::Type
H A DrsAllocation.cpp532 void Allocation::callUpdateCacheObject(const Context *rsc, void *dstObj) const { in callUpdateCacheObject() function in android::renderscript::Allocation
/aosp12/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp175 alloc->callUpdateCacheObject(rsc, &obj); in rsGetAllocation()
189 alloc->callUpdateCacheObject(rsc, &obj); in rsGetAllocation()
251 element->callUpdateCacheObject(rsc, &obj); in CreateElement()
326 type->callUpdateCacheObject(rsc, &obj); in CreateType()
360 alloc->callUpdateCacheObject(rsc, &obj); in CreateAllocation()