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;
74 mOutType(nullptr), numParams(0), mSignatureMetadata(0),
134 return mOutType;
slang_rs_export_foreach.cpp 402 FE->mOutType = RSExportType::Create(Context, ReturnType,
404 TypeExportError |= !FE->mOutType;
408 FE->mOutType = RSExportType::Create(Context, OutType, LegacyKernelArgument);

Completed in 166 milliseconds