OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newDeclaration
(Results
1 - 4
of
4
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.h
120
TSymbol* redeclareBuiltinVariable(const TSourceLoc&, const TString&, const TQualifier&, const TShaderQualifiers&, bool&
newDeclaration
);
159
TVariable* declareNonArray(const TSourceLoc&, TString& identifier, TType&, bool&
newDeclaration
);
160
void declareArray(const TSourceLoc&, TString& identifier, const TType&, TSymbol*&, bool&
newDeclaration
);
hlslParseHelper.cpp
[
all
...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.h
247
TSymbol* redeclareBuiltinVariable(const TSourceLoc&, const TString&, const TQualifier&, const TShaderQualifiers&, bool&
newDeclaration
);
301
TVariable* declareNonArray(const TSourceLoc&, TString& identifier, TType&, bool&
newDeclaration
);
302
void declareArray(const TSourceLoc&, TString& identifier, const TType&, TSymbol*&, bool&
newDeclaration
);
ParseHelper.cpp
[
all
...]
Completed in 513 milliseconds