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.h71 uint8_t isThreadable; member in struct:bcc::rsinfo::Header
213 inline bool isThreadable() const function in class:bcc::RSInfo
214 { return mHeader.isThreadable; }
233 { mHeader.isThreadable = pThreadable; }
/frameworks/rs/cpu_ref/
H A DrsCpuCore.h104 bool isThreadable; member in struct:android::renderscript::__anon1484

Completed in 576 milliseconds