Home
last modified time | relevance | path

Searched refs:RSH (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/slang/
Dslang.cpp550 std::stringstream RSH; in initPreprocessor() local
551 RSH << PP.getPredefines(); in initPreprocessor()
552 RSH << "#define RS_VERSION " << mTargetAPI << "\n"; in initPreprocessor()
553 RSH << "#include \"rs_core." RS_HEADER_SUFFIX "\"\n"; in initPreprocessor()
554 PP.setPredefines(RSH.str()); in initPreprocessor()