Home
last modified time | relevance | path

Searched refs:isReference (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/
DrsComponent.h51 bool isReference() const;
DrsElement.cpp180 mHasReference = mComponent.isReference(); in compute()
352 if (mComponent.isReference()) { in incRefs()
374 if (mComponent.isReference()) { in decRefs()
DrsComponent.cpp195 bool Component::isReference() const { in isReference() function in android::renderscript::Component