Searched defs:BaseObj (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/cpp/
H A DBaseObj.cpp23 void * BaseObj::getID() const {
30 void * BaseObj::getObjID(sp<const BaseObj> o) {
35 BaseObj::BaseObj(void *id, sp<RS> rs) { function in class:BaseObj
40 void BaseObj::checkValid() {
46 BaseObj::~BaseObj() {
54 void BaseObj::updateFromNative() {
60 bool BaseObj
[all...]
H A DrsCppStructs.h44 class BaseObj;
539 class BaseObj : public android::RSC::LightRefBase<BaseObj> { class in namespace:android::RSC
542 virtual ~BaseObj();
544 virtual bool equals(sp<const BaseObj> obj);
551 BaseObj(void *id, sp<RS> rs);
554 static void * getObjID(sp<const BaseObj> o);
573 class Allocation : public BaseObj {
925 class Element : public BaseObj {
1539 void add(sp<BaseObj> ob
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DBaseObj.java23 * BaseObj is the base class for all RenderScript objects owned by a RS context.
28 public class BaseObj { class
29 BaseObj(long id, RenderScript rs) { method in class:BaseObj
66 android.renderscript.BaseObj getNObj() {
121 * Calculates the hash code value for a BaseObj.
131 * Compare the current BaseObj with another BaseObj for equality.
151 BaseObj b = (BaseObj) obj;
/frameworks/base/rs/java/android/renderscript/
H A DBaseObj.java23 * BaseObj is the base class for all RenderScript objects owned by a RS context.
28 public class BaseObj { class
29 BaseObj(long id, RenderScript rs) { method in class:BaseObj
171 * Calculates the hash code value for a BaseObj.
181 * Compare the current BaseObj with another BaseObj for equality.
201 BaseObj b = (BaseObj) obj;

Completed in 145 milliseconds