Searched refs:ObjectBase (Results 51 - 63 of 63) sorted by relevance

123

/frameworks/rs/driver/
H A DrsdBcc.h74 uint32_t slot, android::renderscript::ObjectBase *data);
H A DrsdRuntimeStubs.cpp406 static void SC_SetObject(ObjectBase **dst, ObjectBase * src) {
411 static void SC_ClearObject(ObjectBase **dst) {
416 static bool SC_IsObject(const ObjectBase *src) {
/frameworks/rs/
H A DrsAllocation.cpp30 : ObjectBase(rsc) {
223 ObjectBase::dumpLOGV(prefix);
365 ObjectBase::checkDelete(alloc);
366 ObjectBase::checkDelete(type);
H A DrsAllocation.h40 class Allocation : public ObjectBase {
H A DrsFont.h45 class Font : public ObjectBase {
69 // but we need to inherit from ObjectBase for ref tracking
H A DrsScriptC.cpp349 ObjectBase::checkDelete(s);
H A DrsScriptGroup.cpp23 ScriptGroup::ScriptGroup(Context *rsc) : ObjectBase(rsc) {
H A DrsFont.cpp34 Font::Font(Context *rsc) : ObjectBase(rsc), mCachedGlyphs(NULL) {
314 ObjectBase::checkDelete(newFont);
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdBcc.cpp718 void rsdScriptSetGlobalObj(const Context *dc, const Script *script, uint32_t slot, ObjectBase *data) {
729 rsrSetObject(dc, script, (ObjectBase **)destPtr, data);
742 ObjectBase **obj_addr =
743 reinterpret_cast<ObjectBase **>(drv->mFieldAddress[i]);
H A DrsdBcc.h69 uint32_t slot, android::renderscript::ObjectBase *data);
/frameworks/support/renderscript/v8/rs_support/
H A DrsAllocation.cpp27 : ObjectBase(rsc) {
204 ObjectBase::dumpLOGV(prefix);
346 ObjectBase::checkDelete(alloc);
347 ObjectBase::checkDelete(type);
H A DrsAllocation.h37 class Allocation : public ObjectBase {
H A DrsScriptGroup.cpp23 ScriptGroup::ScriptGroup(Context *rsc) : ObjectBase(rsc) {

Completed in 1060 milliseconds

123