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

  /frameworks/compile/slang/
slang_rs_export_foreach.h 43 RSExportType *mOutType;
66 mOutType(NULL), numParams(0), mSignatureMetadata(0),
114 return mOutType;
slang_rs_export_foreach.cpp 474 FE->mOutType = RSExportType::Create(Context, T);
475 slangAssert(FE->mOutType);
478 FE->mOutType = RSExportType::Create(Context, T);

Completed in 81 milliseconds