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

  /frameworks/rs/
rsObjectBase.h 74 virtual void callUpdateCacheObject(const Context *rsc, void *dstObj) const;
rsScript.h 147 virtual void callUpdateCacheObject(const Context *rsc, void *dstObj) const;
rsObjectBase.cpp 308 void ObjectBase::callUpdateCacheObject(const Context *rsc, void *dstObj) const {
309 //ALOGE("ObjectBase::callUpdateCacheObject %p %p", this, dstObj);
310 *((const void **)dstObj) = this;
rsScript.cpp 108 void Script::callUpdateCacheObject(const Context *rsc, void *dstObj) const {
110 rsc->mHal.funcs.script.updateCachedObject(rsc, this, (rs_script *)dstObj);
112 *((const void **)dstObj) = this;
rsElement.h 137 virtual void callUpdateCacheObject(const Context *rsc, void *dstObj) const;
rsType.h 133 virtual void callUpdateCacheObject(const Context *rsc, void *dstObj) const;
rsElement.cpp 394 void Element::callUpdateCacheObject(const Context *rsc, void *dstObj) const {
396 rsc->mHal.funcs.element.updateCachedObject(rsc, this, (rs_element *)dstObj);
398 *((const void **)dstObj) = this;
rsType.cpp 351 void Type::callUpdateCacheObject(const Context *rsc, void *dstObj) const {
353 rsc->mHal.funcs.type.updateCachedObject(rsc, this, (rs_type *)dstObj);
355 *((const void **)dstObj) = this;
rsAllocation.h 173 virtual void callUpdateCacheObject(const Context *rsc, void *dstObj) const;
rsAllocation.cpp 532 void Allocation::callUpdateCacheObject(const Context *rsc, void *dstObj) const {
534 rsc->mHal.funcs.allocation.updateCachedObject(rsc, this, (rs_allocation *)dstObj);
536 *((const void **)dstObj) = this;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bufferobjects.c 360 struct st_buffer_object *dstObj = st_buffer_object(dst);
372 pipe->resource_copy_region(pipe, dstObj->buffer, 0, writeOffset, 0, 0,
  /art/runtime/native/
sun_misc_Unsafe.cc 338 jobject dstObj,
351 ObjPtr<mirror::Object> dst = soa.Decode<mirror::Object>(dstObj);
  /prebuilts/tools/common/m2/repository/com/esotericsoftware/kryo/kryo/2.24.0/
kryo-2.24.0.jar 
  /art/compiler/optimizing/
intrinsics_arm.cc     [all...]
intrinsics_arm64.cc     [all...]
intrinsics_arm_vixl.cc     [all...]
intrinsics_mips.cc     [all...]
intrinsics_mips64.cc     [all...]

Completed in 441 milliseconds