Lines Matching defs:nullptr
174 const char* ExecutableName = nullptr;
175 const char* binaryFileName = nullptr;
176 const char* depencyFileName = nullptr;
177 const char* entryPointName = nullptr;
178 const char* sourceEntryPointName = nullptr;
179 const char* shaderStageName = nullptr;
180 const char* variableName = nullptr;
296 if (binaryFileName == nullptr) {
339 void Error(const char* message, const char* detail = nullptr)
342 if (detail != nullptr)
416 while (argc > 1 && argv[1] != nullptr && argv[1][0] != '-') {
520 int setVal = static_cast<int>(::strtol(argv[curArg], nullptr, 10));
532 int bindingVal = static_cast<int>(::strtol(argv[curArg], nullptr, 10));
610 if (split == nullptr) {
615 int location = static_cast<int>(::strtol(split + 1, nullptr, 10));
642 uniformBase = static_cast<int>(::strtol(argv[1], nullptr, 10));
779 ProcessGlobalBlockSettings(argc, argv, &atomicCounterBlockName, &atomicCounterBlockSet, nullptr);
1066 if ((Options & EOptionStdin) && shaderStageName == nullptr)
1177 if (compiler == nullptr)
1190 if (compiler == nullptr)
1327 shader->setStringsWithLengthsAndNames(compUnit.text, nullptr, compUnit.fileNameList, compUnit.count);
1331 if (entryPointName == nullptr)
1622 if (fileText == nullptr)
1880 ret = ShCompile(compiler, &shaderString, 1, nullptr, EShOptNone, GetResources(), 0,
1886 // ret = ShCompile(compiler, multi, 7, nullptr, EShOptNone, &Resources, Options, (Options & EOptionDefaultDesktop) ? 110 : 100, false, messages);
2152 FILE *in = nullptr;
2154 if (errorCode || in == nullptr)