HomeSort by relevance Sort by last modified time
    Searched full:pragma_key (Results 1 - 1 of 1) sorted by null

  /frameworks/compile/libbcc/lib/Renderscript/
RSInfo.cpp 242 const char *pragma_key = pragma_iter->first; local
243 if (!relaxed_pragma.compare(pragma_key)) {
245 } else if (!imprecise_pragma.compare(pragma_key)) {
248 } else if (!full_pragma.compare(pragma_key)) {

Completed in 63 milliseconds