Searched refs:RSH (Results 1 – 1 of 1) sorted by relevance
534 std::stringstream RSH; in initPreprocessor() local535 RSH << PP.getPredefines(); in initPreprocessor()536 RSH << "#define RS_VERSION " << mTargetAPI << "\n"; in initPreprocessor()537 RSH << "#include \"rs_core." RS_HEADER_SUFFIX "\"\n"; in initPreprocessor()538 PP.setPredefines(RSH.str()); in initPreprocessor()