Home | History | Annotate | Download | only in cpp

Lines Matching defs:BaseObj

44 class BaseObj;
539 class BaseObj : public android::RSC::LightRefBase<BaseObj> {
542 virtual ~BaseObj();
544 virtual bool equals(const sp<const BaseObj>& obj);
551 BaseObj(void *id, sp<RS> rs);
554 static void * getObjID(const sp<const BaseObj>& o);
573 class Allocation : public BaseObj {
925 class Element : public BaseObj {
1539 void add(const sp<BaseObj>& obj) {
1565 class Type : public BaseObj {
1696 class Script : public BaseObj {
1705 void setVar(uint32_t index, const sp<const BaseObj>& o) const;
4226 class Sampler : public BaseObj {