HomeSort by relevance Sort by last modified time
    Searched defs:isThreadable (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSExecutable.h 77 inline bool isThreadable() const
78 { return mInfo->isThreadable(); }
81 if (mInfo->isThreadable() != pThreadable) {
RSInfo.h 68 uint8_t isThreadable;
235 inline bool isThreadable() const
236 { return mHeader.isThreadable; }
257 { mHeader.isThreadable = pThreadable; }
  /frameworks/rs/cpu_ref/
rsCpuCore.h 63 bool isThreadable;

Completed in 222 milliseconds