Lines Matching refs:RSReflectionJava

84                                  RSReflectionJava *Reflection);
106 RSReflectionJava *mReflection;
380 RSReflectionJava::RSReflectionJava(const RSContext *Context, in RSReflectionJava() function in slang::RSReflectionJava
414 bool RSReflectionJava::genScriptClass(const std::string &ClassName, in genScriptClass()
462 void RSReflectionJava::genScriptClassConstructor() { in genScriptClassConstructor()
598 void RSReflectionJava::genInitBoolExportVariable(const std::string &VarName, in genInitBoolExportVariable()
610 RSReflectionJava::genInitPrimitiveExportVariable(const std::string &VarName, in genInitPrimitiveExportVariable()
619 void RSReflectionJava::genInitExportVariable(const RSExportType *ET, in genInitExportVariable()
722 void RSReflectionJava::genExportVariable(const RSExportVar *EV) { in genExportVariable()
757 void RSReflectionJava::genExportFunction(const RSExportFunc *EF) { in genExportFunction()
806 void RSReflectionJava::genPairwiseDimCheck(std::string name0, in genPairwiseDimCheck()
824 void RSReflectionJava::genNullArrayCheck(const std::string &ArrayName) { in genNullArrayCheck()
832 void RSReflectionJava::genVectorLengthCompatibilityCheck(const std::string &ArrayName, in genVectorLengthCompatibilityCheck()
843 void RSReflectionJava::genExportForEach(const RSExportForEach *EF) { in genExportForEach()
1028 bool RSReflectionJava::exportableReduce(const RSExportType *ResultType) { in exportableReduce()
1078 void RSReflectionJava::genExportReduce(const RSExportReduce *ER) { in genExportReduce()
1100 void RSReflectionJava::genExportReduceArrayVariant(const RSExportReduce *ER) { in genExportReduceArrayVariant()
1253 void RSReflectionJava::genExportReduceAllocationVariant(const RSExportReduce *ER) { in genExportReduceAllocationVariant()
1404 void RSReflectionJava::genExportReduceResultType(const RSExportType *ResultType) { in genExportReduceResultType()
1561 void RSReflectionJava::genTypeInstanceFromPointer(const RSExportType *ET) { in genTypeInstanceFromPointer()
1573 void RSReflectionJava::genTypeInstance(const RSExportType *ET) { in genTypeInstance()
1600 void RSReflectionJava::genFieldPackerInstance(const RSExportType *ET) { in genFieldPackerInstance()
1616 void RSReflectionJava::genTypeCheck(const RSExportType *ET, in genTypeCheck()
1650 void RSReflectionJava::genPrimitiveTypeExportVariable(const RSExportVar *EV) { in genPrimitiveTypeExportVariable()
1713 void RSReflectionJava::genInitValue(const clang::APValue &Val, bool asBool) { in genInitValue()
1756 void RSReflectionJava::genPointerTypeExportVariable(const RSExportVar *EV) { in genPointerTypeExportVariable()
1790 void RSReflectionJava::genVectorTypeExportVariable(const RSExportVar *EV) { in genVectorTypeExportVariable()
1803 void RSReflectionJava::genMatrixTypeExportVariable(const RSExportVar *EV) { in genMatrixTypeExportVariable()
1833 RSReflectionJava::genConstantArrayTypeExportVariable(const RSExportVar *EV) { in genConstantArrayTypeExportVariable()
1848 void RSReflectionJava::genRecordTypeExportVariable(const RSExportVar *EV) { in genRecordTypeExportVariable()
1861 void RSReflectionJava::genPrivateExportVariable(const std::string &TypeName, in genPrivateExportVariable()
1868 void RSReflectionJava::genSetExportVariable(const std::string &TypeName, in genSetExportVariable()
1900 void RSReflectionJava::genGetExportVariable(const std::string &TypeName, in genGetExportVariable()
1909 void RSReflectionJava::genGetFieldID(const std::string &VarName) { in genGetFieldID()
1924 bool RSReflectionJava::genCreateFieldPacker(const RSExportType *ET, in genCreateFieldPacker()
1935 void RSReflectionJava::genPackVarOfType(const RSExportType *ET, in genPackVarOfType()
2043 void RSReflectionJava::genAllocateVarOfType(const RSExportType *T, in genAllocateVarOfType()
2092 void RSReflectionJava::genNewItemBufferIfNull(const char *Index) { in genNewItemBufferIfNull()
2104 void RSReflectionJava::genNewItemBufferPackerIfNull() { in genNewItemBufferPackerIfNull()
2111 bool RSReflectionJava::genTypeClass(const RSExportRecordType *ERT, in genTypeClass()
2155 void RSReflectionJava::genTypeItemClass(const RSExportRecordType *ERT) { in genTypeItemClass()
2193 void RSReflectionJava::genTypeClassConstructor(const RSExportRecordType *ERT) { in genTypeClassConstructor()
2307 void RSReflectionJava::genTypeClassCopyToArray(const RSExportRecordType *ERT) { in genTypeClassCopyToArray()
2322 RSReflectionJava::genTypeClassCopyToArrayLocal(const RSExportRecordType *ERT) { in genTypeClassCopyToArrayLocal()
2331 void RSReflectionJava::genTypeClassItemSetter(const RSExportRecordType *ERT) { in genTypeClassItemSetter()
2352 void RSReflectionJava::genTypeClassItemGetter(const RSExportRecordType *ERT) { in genTypeClassItemGetter()
2362 RSReflectionJava::genTypeClassComponentSetter(const RSExportRecordType *ERT) { in genTypeClassComponentSetter()
2406 RSReflectionJava::genTypeClassComponentGetter(const RSExportRecordType *ERT) { in genTypeClassComponentGetter()
2422 void RSReflectionJava::genTypeClassCopyAll(const RSExportRecordType *ERT) { in genTypeClassCopyAll()
2435 void RSReflectionJava::genTypeClassResize() { in genTypeClassResize()
2464 RSReflectionJava *Reflection) in RSReflectionJavaElementBuilder()
2656 bool RSReflectionJava::reflect() { in reflect()
2688 const char *RSReflectionJava::AccessModifierStr(AccessModifier AM) { in AccessModifierStr()
2708 bool RSReflectionJava::startClass(AccessModifier AM, bool IsStatic, in startClass()
2755 void RSReflectionJava::endClass() { in endClass()
2761 void RSReflectionJava::startTypeClass(const std::string &ClassName) { in startTypeClass()
2766 void RSReflectionJava::endTypeClass() { mOut.endBlock(); } in endTypeClass()
2768 void RSReflectionJava::startFunction(AccessModifier AM, bool IsStatic, in startFunction()
2787 void RSReflectionJava::startFunction(AccessModifier AM, bool IsStatic, in startFunction()
2809 void RSReflectionJava::endFunction() { mOut.endBlock(); } in endFunction()
2811 bool RSReflectionJava::addTypeNameForElement(const std::string &TypeName) { in addTypeNameForElement()
2820 bool RSReflectionJava::addTypeNameForFieldPacker(const std::string &TypeName) { in addTypeNameForFieldPacker()