Searched refs:OET (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp183 const RSExportType *OET = EF->getOutType(); local
185 if (OET) {
186 genTypeInstanceFromPointer(OET);
416 const RSExportType *OET = ef->getOutType(); local
423 if (OET) {
424 genTypeCheck(OET, "aout");
H A Dslang_rs_reflection.cpp432 const RSExportType *OET = EF->getOutType(); local
433 if (OET) {
434 genTypeInstanceFromPointer(OET);
699 const RSExportType *OET = EF->getOutType(); local
796 if (OET) {
797 genTypeCheck(OET, "aout");

Completed in 644 milliseconds