Searched defs:OET (Results 1 - 2 of 2) sorted by last modified time

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp433 const RSExportType *OET = EF->getOutType(); local
434 if (OET) {
435 genTypeInstanceFromPointer(OET);
691 const RSExportType *OET = EF->getOutType(); local
782 if (OET) {
783 genTypeCheck(OET, "aout");
H A Dslang_rs_reflection_cpp.cpp184 const RSExportType *OET = EF->getOutType(); local
186 if (OET) {
187 genTypeInstanceFromPointer(OET);
417 const RSExportType *OET = ef->getOutType(); local
424 if (OET) {
425 genTypeCheck(OET, "aout");

Completed in 244 milliseconds