Home
last modified time | relevance | path

Searched defs:switchType (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/compiler/translator/
DValidateSwitch.cpp62 bool ValidateSwitch::validate(TBasicType switchType, in validate()
73 ValidateSwitch::ValidateSwitch(TBasicType switchType, TDiagnostics *diagnostics) in ValidateSwitch()
307 bool ValidateSwitchStatementList(TBasicType switchType, in ValidateSwitchStatementList()
DParseContext.cpp5751 TBasicType switchType = init->getBasicType(); in addSwitch() local
/external/swiftshader/src/OpenGL/compiler/
DValidateSwitch.cpp19 bool ValidateSwitch::validate(TBasicType switchType, TParseContext *context, in validate()
28 ValidateSwitch::ValidateSwitch(TBasicType switchType, TParseContext *context) in ValidateSwitch()
DParseHelper.cpp3284 TBasicType switchType = init->getBasicType(); in addSwitch() local