Home
last modified time | relevance | path

Searched refs:PP_INVALID_VERSION_DIRECTIVE (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/compiler/preprocessor/
DDiagnosticsBase.cpp105 case PP_INVALID_VERSION_DIRECTIVE: in message()
DDiagnosticsBase.h61 PP_INVALID_VERSION_DIRECTIVE, enumerator
DDirectiveParser.cpp762 mDiagnostics->report(Diagnostics::PP_INVALID_VERSION_DIRECTIVE, token->location, in parseVersion()
772 mDiagnostics->report(Diagnostics::PP_INVALID_VERSION_DIRECTIVE, token->location, in parseVersion()
795 mDiagnostics->report(Diagnostics::PP_INVALID_VERSION_DIRECTIVE, token->location, in parseVersion()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDiagnosticsBase.h74 PP_INVALID_VERSION_DIRECTIVE, enumerator
DDiagnosticsBase.cpp124 case PP_INVALID_VERSION_DIRECTIVE: in message()
DDirectiveParser.cpp808 mDiagnostics->report(Diagnostics::PP_INVALID_VERSION_DIRECTIVE, in parseVersion()
826 mDiagnostics->report(Diagnostics::PP_INVALID_VERSION_DIRECTIVE, in parseVersion()
/external/angle/src/tests/preprocessor_tests/
Dversion_test.cpp209 {"#version\n", pp::Diagnostics::PP_INVALID_VERSION_DIRECTIVE},