HomeSort by relevance Sort by last modified time
    Searched refs:updateCachedObject (Results 1 - 5 of 5) sorted by null

  /frameworks/rs/
rs_hal.h 161 void (*updateCachedObject)(const Context *rsc, const Script *, rs_script *obj);
244 void (*updateCachedObject)(const Context *rsc, const Allocation *alloc, rs_allocation *obj);
293 void (*updateCachedObject)(const Context *rsc, const Sampler *s, rs_sampler *obj);
310 void (*updateCachedObject)(const Context *rsc, const ScriptGroup *sg, rs_script_group *obj);
316 void (*updateCachedObject)(const Context *rsc, const Type *s, rs_type *obj);
322 void (*updateCachedObject)(const Context *rsc, const Element *s, rs_element *obj);
rsScript.cpp 98 if (rsc->mHal.funcs.script.updateCachedObject != NULL) {
99 rsc->mHal.funcs.script.updateCachedObject(rsc, this, (rs_script *)dstObj);
rsType.cpp 318 if (rsc->mHal.funcs.type.updateCachedObject != NULL) {
319 rsc->mHal.funcs.type.updateCachedObject(rsc, this, (rs_type *)dstObj);
rsElement.cpp 393 if (rsc->mHal.funcs.element.updateCachedObject != NULL) {
394 rsc->mHal.funcs.element.updateCachedObject(rsc, this, (rs_element *)dstObj);
rsAllocation.cpp 442 if (rsc->mHal.funcs.allocation.updateCachedObject != NULL) {
443 rsc->mHal.funcs.allocation.updateCachedObject(rsc, this, (rs_allocation *)dstObj);

Completed in 229 milliseconds