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

  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 184 const RSExportType *OET = EF->getOutType();
186 if (OET) {
187 genTypeInstanceFromPointer(OET);
417 const RSExportType *OET = ef->getOutType();
424 if (OET) {
425 genTypeCheck(OET, "aout");
    [all...]
slang_rs_reflection.cpp 433 const RSExportType *OET = EF->getOutType();
434 if (OET) {
435 genTypeInstanceFromPointer(OET);
691 const RSExportType *OET = EF->getOutType();
782 if (OET) {
783 genTypeCheck(OET, "aout");
    [all...]

Completed in 49 milliseconds