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

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp189 const RSExportType *OET = EF->getOutType(); local
191 if (OET) {
192 genTypeInstanceFromPointer(OET);
349 const RSExportType *OET = ef->getOutType(); local
356 if (OET) {
357 genTypeCheck(OET, "aout");
H A Dslang_rs_reflection.cpp551 const RSExportType *OET = EF->getOutType(); local
552 if (OET) {
553 genTypeInstanceFromPointer(OET);
863 const RSExportType *OET = EF->getOutType(); local
960 if (OET) {
961 genTypeCheck(OET, "aout");

Completed in 69 milliseconds