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.h41 class BaseObj;
260 class BaseObj : public android::RSC::LightRefBase<BaseObj> { class in namespace:android::RSC
263 virtual ~BaseObj();
265 virtual bool equals(sp<const BaseObj> obj);
272 BaseObj(void *id, sp<RS> rs);
275 static void * getObjID(sp<const BaseObj> o);
294 class Allocation : public BaseObj {
592 class Element : public BaseObj {
1170 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(int 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.
155 BaseObj b = (BaseObj) obj;
/frameworks/base/rs/java/android/renderscript/
H A DBaseObj.java22 * BaseObj is the base class for all RenderScript objects owned by a RS context.
27 public class BaseObj { class
28 BaseObj(long id, RenderScript rs) { method in class:BaseObj
162 * Calculates the hash code value for a BaseObj.
172 * Compare the current BaseObj with another BaseObj for equality.
192 BaseObj b = (BaseObj) obj;

Completed in 89 milliseconds