Searched refs:RSH (Results 1 – 1 of 1) sorted by relevance
207 std::stringstream RSH; in initPreprocessor() local208 RSH << "#define RS_VERSION " << mTargetAPI << std::endl; in initPreprocessor()209 RSH << "#include \"rs_core." RS_HEADER_SUFFIX "\"" << std::endl; in initPreprocessor()210 PP.setPredefines(RSH.str()); in initPreprocessor()