Searched refs:setTLS (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/
H A DrsScriptC.h63 Script * setTLS(Script *);
/frameworks/support/renderscript/v8/rs_support/
H A DrsScriptC.h59 Script * setTLS(Script *);
/frameworks/rs/driver/
H A DrsdBcc.cpp41 static Script * setTLS(Script *sc) { function
340 Script * oldTLS = setTLS(s);
386 setTLS(oldTLS);
425 Script * oldTLS = setTLS(script);
427 setTLS(oldTLS);
455 Script * oldTLS = setTLS(script);
458 setTLS(oldTLS);
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdBcc.cpp53 static Script * setTLS(Script *sc) { function
515 Script * oldTLS = setTLS(s);
559 setTLS(oldTLS);
596 Script * oldTLS = setTLS(script);
598 setTLS(oldTLS);
626 Script * oldTLS = setTLS(script);
629 setTLS(oldTLS);

Completed in 418 milliseconds