OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 42 milliseconds