Home
last modified time | relevance | path

Searched refs:builtInResources (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/glslang/glslang/Public/
DShaderLang.h547 …bool parse(const TBuiltInResource* builtInResources, int defaultVersion, bool forwardCompatible, E… in parse() argument
549 … return parse(builtInResources, defaultVersion, ENoProfile, false, forwardCompatible, messages); in parse()
552 …bool parse(const TBuiltInResource* builtInResources, int defaultVersion, bool forwardCompatible, E… in parse() argument
555 …return parse(builtInResources, defaultVersion, ENoProfile, false, forwardCompatible, messages, inc… in parse()
560 bool preprocess(const TBuiltInResource* builtInResources,
/external/deqp-deps/glslang/glslang/MachineIndependent/
DShaderLang.cpp1787 bool TShader::parse(const TBuiltInResource* builtInResources, int defaultVersion, EProfile defaultP… in parse() argument
1798 preamble, EShOptNone, builtInResources, defaultVersion, in parse()
1809 bool TShader::preprocess(const TBuiltInResource* builtInResources, in preprocess() argument
1824 EShOptNone, builtInResources, defaultVersion, in preprocess()