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 52 RSExportType *mOutType;
73 mOutType(NULL), numParams(0), mSignatureMetadata(0),
133 return mOutType;
slang_rs_export_foreach.cpp 426 FE->mOutType = RSExportType::Create(Context, T);
427 slangAssert(FE->mOutType);
430 FE->mOutType = RSExportType::Create(Context, T);

Completed in 345 milliseconds