Searched refs:ER (Results 1 – 2 of 2) sorted by relevance
259 std::string GetReduceResultTypeName(const RSExportReduce *ER) { in GetReduceResultTypeName() argument260 return GetReduceResultTypeName(ER->getResultType()); in GetReduceResultTypeName()560 const RSExportReduce *ER = *I; in genScriptClassConstructor() local562 const RSExportType *RT = ER->getResultType(); in genScriptClassConstructor()569 const RSExportReduce::InTypeVec &InTypes = ER->getAccumulatorInTypes(); in genScriptClassConstructor()1054 const RSExportReduce *ER, size_t InIdx) { in getReduceInputStrings() argument1058 const RSExportType *InType = ER->getAccumulatorInTypes()[InIdx]; in getReduceInputStrings()1064 ER->getAccumulatorInTypes()[InIdx]->convertToRTD(&InTypeData); in getReduceInputStrings()1073 …InputMappingComment = InputParamName + " = \"" + TypeString + std::string(ER->getAccumulatorIns()[… in getReduceInputStrings()1078 void RSReflectionJava::genExportReduce(const RSExportReduce *ER) { in genExportReduce() argument[all …]
205 void genExportReduce(const RSExportReduce *ER);206 void genExportReduceAllocationVariant(const RSExportReduce *ER);207 void genExportReduceArrayVariant(const RSExportReduce *ER);