Searched defs:isThreadable (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSExecutable.h77 inline bool isThreadable() const function in class:bcc::RSExecutable
78 { return mInfo->isThreadable(); }
81 if (mInfo->isThreadable() != pThreadable) {
H A DRSInfo.h68 uint8_t isThreadable; member in struct:bcc::rsinfo::Header
235 inline bool isThreadable() const function in class:bcc::RSInfo
236 { return mHeader.isThreadable; }
257 { mHeader.isThreadable = pThreadable; }
/frameworks/rs/cpu_ref/
H A DrsCpuCore.h63 bool isThreadable; member in struct:android::renderscript::__anon1607

Completed in 98 milliseconds