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

/frameworks/rs/cpp/
H A DBaseObj.h31 class BaseObj : public android::LightRefBase<BaseObj> { class in namespace:android::renderscriptCpp
45 BaseObj(void *id, RenderScript *rs);
48 static void * getObjID(sp<const BaseObj> o);
52 virtual ~BaseObj();
54 virtual bool equals(const BaseObj *obj);
H A DBaseObj.cpp22 #include "BaseObj.h"
27 void * BaseObj::getID() const {
34 void * BaseObj::getObjID(sp<const BaseObj> o) {
39 BaseObj::BaseObj(void *id, RenderScript *rs) { function in class:BaseObj
44 void BaseObj::checkValid() {
50 BaseObj::~BaseObj() {
56 void BaseObj
[all...]
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DBaseObj.java22 * BaseObj is the base class for interfacing with native renderscript objects.
27 public class BaseObj { class
28 BaseObj(int id, RenderScript rs) { method in class:BaseObj
104 * Calculates the hash code value for a BaseObj.
114 * Compare the current BaseObj with another BaseObj for equality.
130 BaseObj b = (BaseObj) obj;
/frameworks/base/graphics/java/android/renderscript/
H A DBaseObj.java22 * BaseObj is the base class for interfacing with native renderscript objects.
27 public class BaseObj { class
28 BaseObj(int id, RenderScript rs) { method in class:BaseObj
151 * Calculates the hash code value for a BaseObj.
161 * Compare the current BaseObj with another BaseObj for equality.
177 BaseObj b = (BaseObj) obj;

Completed in 78 milliseconds