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

  /frameworks/compile/slang/
slang_rs_reflection_cpp.h 36 unsigned int mNextExportFuncSlot;
41 mNextExportFuncSlot = 0;
50 return mNextExportFuncSlot++;
slang_rs_reflection.h 72 int mNextExportFuncSlot;
88 mNextExportFuncSlot = 0;
163 inline int getNextExportFuncSlot() { return mNextExportFuncSlot++; }

Completed in 46 milliseconds