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() {
52 void BaseObj::updateFromNative() {
58 bool BaseObj
[all...]
H A DrsCppStructs.h40 class BaseObj;
254 class BaseObj : public android::RSC::LightRefBase<BaseObj> { class in namespace:android::RSC
257 virtual ~BaseObj();
259 virtual bool equals(sp<const BaseObj> obj);
266 BaseObj(void *id, sp<RS> rs);
269 static void * getObjID(sp<const BaseObj> o);
288 class Allocation : public BaseObj {
579 class Element : public BaseObj {
1157 void add(sp<BaseObj> ob
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/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(int id, RenderScript rs) { method in class:BaseObj
71 android.renderscript.BaseObj getNObj() {
113 * Calculates the hash code value for a BaseObj.
123 * Compare the current BaseObj with another BaseObj for equality.
139 BaseObj b = (BaseObj) obj;
/frameworks/base/graphics/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(int id, RenderScript rs) { method in class:BaseObj
149 * Calculates the hash code value for a BaseObj.
159 * Compare the current BaseObj with another BaseObj for equality.
175 BaseObj b = (BaseObj) obj;

Completed in 158 milliseconds