HomeSort by relevance Sort by last modified time
    Searched refs:mAlloc (Results 1 - 9 of 9) sorted by null

  /frameworks/support/renderscript/v8/rs_support/driver/
rsdScriptGroup.cpp 68 ain = n->mInputs[ct3]->mAlloc.get();
74 ain = sg->mInputs[ct3]->mAlloc.get();
81 aout = n->mOutputs[ct3]->mAlloc.get();
87 aout = sg->mOutputs[ct3]->mAlloc.get();
  /frameworks/rs/
rsScriptGroup.h 43 ObjectBaseRef<Allocation> mAlloc;
65 ObjectBaseRef<Allocation> mAlloc;
rsScriptGroup.cpp 216 if (l->mAlloc.get()) {
223 l->mAlloc = alloc;
227 n->mOutputs[ct3]->mAlloc = alloc;
242 mInputs[ct]->mAlloc = a;
256 mOutputs[ct]->mAlloc = a;
285 ain = n->mInputs[ct3]->mAlloc.get();
291 ain = mInputs[ct3]->mAlloc.get();
298 aout = n->mOutputs[ct3]->mAlloc.get();
304 aout = mOutputs[ct3]->mAlloc.get();
rsFileA3D.h 85 void * mAlloc;
rsFileA3D.cpp 33 mAlloc = NULL;
57 if (mAlloc) {
58 free(mAlloc);
172 uint8_t *headerData = (uint8_t *)malloc(headerSize);
197 mAlloc = malloc(mDataSize);
198 if (!mAlloc) {
201 mData = (uint8_t *)mAlloc;
202 len = fread(mAlloc, 1, mDataSize, f);
  /frameworks/support/renderscript/v8/rs_support/
rsScriptGroup.h 43 ObjectBaseRef<Allocation> mAlloc;
65 ObjectBaseRef<Allocation> mAlloc;
rsScriptGroup.cpp 216 if (l->mAlloc.get()) {
223 l->mAlloc = alloc;
227 n->mOutputs[ct3]->mAlloc = alloc;
242 mInputs[ct]->mAlloc = a;
256 mOutputs[ct]->mAlloc = a;
285 ain = n->mInputs[ct3]->mAlloc.get();
291 ain = mInputs[ct3]->mAlloc.get();
298 aout = n->mOutputs[ct3]->mAlloc.get();
304 aout = mOutputs[ct3]->mAlloc.get();
  /frameworks/base/graphics/java/android/renderscript/
ProgramVertexFixedFunction.java 209 Allocation mAlloc;
211 return mAlloc;
223 mAlloc = Allocation.createTyped(rs, constInputType);
242 mAlloc.destroy();
243 mAlloc = null;
251 mAlloc.setFromFieldPacker(0, mIOBuffer);
  /frameworks/rs/driver/
rsdScriptGroup.cpp 66 s->setVarObj(n->mInputs[ct2]->mDstField->mSlot, n->mInputs[ct2]->mAlloc.get());
77 ain = n->mInputs[ct3]->mAlloc.get();
83 ain = sg->mInputs[ct3]->mAlloc.get();
90 aout = n->mOutputs[ct3]->mAlloc.get();
96 aout = sg->mOutputs[ct3]->mAlloc.get();

Completed in 157 milliseconds