Searched refs:ECAT (Results 1 – 2 of 2) sorted by relevance
68 const RSExportConstantArrayType *ECAT = in RSExportVar() local70 mArraySize = ECAT->getNumElement(); in RSExportVar()
655 const RSExportConstantArrayType *ECAT = in genScriptClassConstructor() local657 const RSExportType *ET = ECAT->getElementType(); in genScriptClassConstructor()2185 const RSExportConstantArrayType *ECAT = in genPackVarOfType() local2205 << " < " << ECAT->getNumElement() << "; " << IndexVarName << "++)"; in genPackVarOfType()2209 genPackVarOfType(ECAT->getElementType(), ElementVarName.c_str(), in genPackVarOfType()2294 const RSExportConstantArrayType *ECAT = in genAllocateVarOfType() local2296 const RSExportType *ElementType = ECAT->getElementType(); in genAllocateVarOfType()2299 << ECAT->getNumElement() << "];\n"; in genAllocateVarOfType()2303 mOut.indent() << "for (int $ct = 0; $ct < " << ECAT->getNumElement() in genAllocateVarOfType()2774 const RSExportConstantArrayType *ECAT = in genAddElement() local[all …]