Searched defs:defaultVersion (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
D | process-release.js | 19 function processRelease (argv, gyp, defaultVersion, defaultRelease) { argument
|
/third_party/glslang/glslang/MachineIndependent/ |
D | ShaderLang.cpp | 511 …uceVersionProfile(TInfoSink& infoSink, EShLanguage stage, bool versionNotFirst, int defaultVersion, in DeduceVersionProfile() 806 …int defaultVersion, // use 100 for ES environment, 110 for desktop; this is the GLSL version, not… in ProcessDeferred() 1266 int defaultVersion, // use 100 for ES environment, 110 for desktop in PreprocessDeferred() 1304 int defaultVersion, // use 100 for ES environment, 110 for desktop in CompileDeferred() 1467 int defaultVersion, // use 100 for ES environment, 110 for desktop in ShCompile() 1872 bool TShader::parse(const TBuiltInResource* builtInResources, int defaultVersion, EProfile defaultP… in parse() 1896 int defaultVersion, EProfile defaultProfile, in preprocess()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | Util.cpp | 152 const int defaultVersion = 100; in compileGLSLtoSPIRV() local
|
/third_party/glslang/glslang/Public/ |
D | ShaderLang.h | 629 …bool parse(const TBuiltInResource* res, int defaultVersion, EProfile defaultProfile, bool forceDef… in parse() 637 …bool parse(const TBuiltInResource* builtInResources, int defaultVersion, bool forwardCompatible, E… in parse() 642 …bool parse(const TBuiltInResource* builtInResources, int defaultVersion, bool forwardCompatible, E… in parse()
|
/third_party/curl/lib/ |
D | x509asn1.c | 712 static const char defaultVersion = 0; /* v1. */ in Curl_parseX509() local
|
/third_party/glslang/StandAlone/ |
D | StandAlone.cpp | 1094 const int defaultVersion = Options & EOptionDefaultDesktop ? 110 : 100; in CompileAndLinkShaderUnits() local
|