HomeSort by relevance Sort by last modified time
    Searched refs:ObjectBase (Results 26 - 33 of 33) sorted by null

12

  /frameworks/base/libs/rs/
rsAllocation.h 36 class Allocation : public ObjectBase {
rsProgramFragment.cpp 87 ObjectBase::checkDelete(mPF);
rsType.h 27 class Type : public ObjectBase {
rsMesh.cpp 22 Mesh::Mesh(Context *rsc) : ObjectBase(rsc) {
38 uint32_t primitivesCount) : ObjectBase(rsc) {
rsFont.h 46 class Font : public ObjectBase {
70 // but we need to inherit from ObjectBase for ref tracking
rsAllocation.cpp 26 : ObjectBase(rsc) {
186 ObjectBase::dumpLOGV(prefix);
237 ObjectBase::checkDelete(type);
rsFont.cpp 33 Font::Font(Context *rsc) : ObjectBase(rsc), mCachedGlyphs(NULL) {
313 ObjectBase::checkDelete(newFont);
  /frameworks/base/libs/rs/driver/
rsdBcc.cpp 474 void rsdScriptSetGlobalObj(const Context *dc, const Script *script, uint32_t slot, ObjectBase *data) {
485 rsrSetObject(dc, script, (ObjectBase **)destPtr, data);
498 rsrClearObject(dc, script, (ObjectBase **)drv->mFieldAddress[ct]);

Completed in 332 milliseconds

12