HomeSort by relevance Sort by last modified time
    Searched refs:ObjectBase (Results 51 - 75 of 102) sorted by null

1 23 4 5

  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsSampler.h 37 class Sampler : public ObjectBase {
rsRuntime.h 142 void rsrSetObject(const Context *, ObjectBase **dst, ObjectBase * src);
143 void rsrClearObject(const Context *, ObjectBase **dst);
144 bool rsrIsObject(const Context *, const ObjectBase *src);
rsScriptGroup.h 33 class ScriptGroup : public ObjectBase {
  /frameworks/rs/
rsType.cpp 30 Type::Type(Context *rsc) : ObjectBase(rsc) {
150 ObjectBase::dumpLOGV(prefix);
227 ObjectBase::asyncLock();
238 ObjectBase::asyncUnlock();
241 ObjectBase::asyncUnlock();
267 ObjectBase::asyncLock();
269 ObjectBase::asyncUnlock();
rsScriptGroup.h 33 class ScriptGroup : public ObjectBase {
rsContext.cpp 470 ObjectBase::zeroAllUserRef(this);
488 ObjectBase::freeAllChildren(this);
751 void Context::assignName(ObjectBase *obj, const char *name, uint32_t len) {
757 void Context::removeName(ObjectBase *obj) {
864 ObjectBase *ob = static_cast<ObjectBase *>(obj);
869 ObjectBase *ob = static_cast<ObjectBase *>(optr);
893 ObjectBase::dumpAll(rsc);
992 ObjectBase *ob = static_cast<ObjectBase *>(obj)
    [all...]
rsFileA3D.cpp 34 FileA3D::FileA3D(Context *rsc) : ObjectBase(rsc) {
231 ObjectBase *FileA3D::initializeFromEntry(size_t index) {
369 void FileA3D::appendToFile(Context *con, ObjectBase *obj) {
395 ObjectBase *obj = fa3d->initializeFromEntry(index);
rs_hal.h 28 class ObjectBase;
65 RS_BASE_OBJ(ObjectBase) rs_object_base;
149 ObjectBase *data);
rsElement.h 37 class Element : public ObjectBase {
rsProgramFragment.cpp 92 ObjectBase::checkDelete(mPF);
rsType.h 34 class Type : public ObjectBase {
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsRuntime.h 142 void rsrSetObject(const Context *, ObjectBase **dst, ObjectBase * src);
143 void rsrClearObject(const Context *, ObjectBase **dst);
144 bool rsrIsObject(const Context *, const ObjectBase *src);
rsScriptGroup.h 33 class ScriptGroup : public ObjectBase {
rsElement.h 37 class Element : public ObjectBase {
rsType.h 34 class Type : public ObjectBase {
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsRuntime.h 142 void rsrSetObject(const Context *, ObjectBase **dst, ObjectBase * src);
143 void rsrClearObject(const Context *, ObjectBase **dst);
144 bool rsrIsObject(const Context *, const ObjectBase *src);
rsScriptGroup.h 33 class ScriptGroup : public ObjectBase {
rsElement.h 37 class Element : public ObjectBase {
rsType.h 34 class Type : public ObjectBase {
  /frameworks/rs/cpu_ref/
rsd_cpu.h 95 virtual void setGlobalObj(uint32_t slot, ObjectBase *obj) = 0;
rsCpuIntrinsic3DLUT.cpp 33 virtual void setGlobalObj(uint32_t slot, ObjectBase *data);
50 void RsdCpuScriptIntrinsic3DLUT::setGlobalObj(uint32_t slot, ObjectBase *data) {
rsCpuIntrinsicYuvToRGB.cpp 41 virtual void setGlobalObj(uint32_t slot, ObjectBase *data);
58 void RsdCpuScriptIntrinsicYuvToRGB::setGlobalObj(uint32_t slot, ObjectBase *data) {
rsCpuIntrinsic.cpp 67 void RsdCpuScriptIntrinsic::setGlobalObj(uint32_t slot, ObjectBase *data) {
rsCpuScript.h 95 virtual void setGlobalObj(uint32_t slot, ObjectBase *data);
  /frameworks/rs/driver/
rsdBcc.h 81 uint32_t slot, android::renderscript::ObjectBase *data);

Completed in 818 milliseconds

1 23 4 5