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

  /frameworks/base/libs/rs/
rsFileA3D.cpp 133 return (ie->mRsObj != NULL);
253 m->mPrimitives[ct] = (Mesh::Primitive_t *)mIndex[index].mRsObj;
255 ie->mRsObj = m;
270 p->mVerticies = (Mesh::Verticies_t *)mIndex[vertIdx].mRsObj;
308 ie->mRsObj = p;
319 cv->mAllocations[ct] = (Allocation *)mIndex[i].mRsObj;
322 ie->mRsObj = cv;
341 ie->mRsObj = rsi_ElementCreate(rsc);
352 RsElement e = (RsElement)mIndex[index].mRsObj;
363 ie->mRsObj = alloc
    [all...]
rsFileA3D.h 47 void * mRsObj;

Completed in 42 milliseconds