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

  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSExecutable.h 41 bool mIsInfoDirty;
59 : mInfo(&pInfo), mIsInfoDirty(false), mObjFile(&pObjFile), mLoader(&pLoader)
83 mIsInfoDirty = true;
  /frameworks/compile/libbcc/lib/Renderscript/
RSExecutable.cpp 128 if (!pForce && !mIsInfoDirty) {
158 mIsInfoDirty = false;

Completed in 2580 milliseconds