Searched refs:callUpdateCacheObject (Results 1 – 12 of 12) sorted by relevance
/frameworks/rs/ |
D | rsObjectBase.h | 74 virtual void callUpdateCacheObject(const Context *rsc, void *dstObj) const;
|
D | rsScriptC_Lib.cpp | 167 src->callUpdateCacheObject(rsc, dst); in rsrSetObject() 181 src->callUpdateCacheObject(rsc, dst); in rsrSetObject()
|
D | rsScript.h | 147 virtual void callUpdateCacheObject(const Context *rsc, void *dstObj) const;
|
D | rsElement.h | 137 virtual void callUpdateCacheObject(const Context *rsc, void *dstObj) const;
|
D | rsType.h | 133 virtual void callUpdateCacheObject(const Context *rsc, void *dstObj) const;
|
D | rsObjectBase.cpp | 315 void ObjectBase::callUpdateCacheObject(const Context *rsc, void *dstObj) const { in callUpdateCacheObject() function in android::renderscript::ObjectBase
|
D | rsAllocation.h | 173 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 android::renderscript::Script
|
D | rsElement.cpp | 394 void Element::callUpdateCacheObject(const Context *rsc, void *dstObj) const { in callUpdateCacheObject() function in android::renderscript::Element
|
D | rsType.cpp | 351 void Type::callUpdateCacheObject(const Context *rsc, void *dstObj) const { in callUpdateCacheObject() function in android::renderscript::Type
|
D | rsAllocation.cpp | 532 void Allocation::callUpdateCacheObject(const Context *rsc, void *dstObj) const { in callUpdateCacheObject() function in android::renderscript::Allocation
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 175 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()
|