Searched refs:EShMsgSuppressWarnings (Results 1 – 5 of 5) sorted by relevance
168 bool suppressWarnings() const { return (messages & EShMsgSuppressWarnings) != 0; } in suppressWarnings()
774 if ((messages & EShMsgSuppressWarnings) != 0) in RecordProcesses()880 if (! (messages & EShMsgSuppressWarnings) && ! versionNotFound && in ProcessDeferred()
214 CONVERT_MSG(GLSLANG_MSG_SUPPRESS_WARNINGS_BIT, EShMsgSuppressWarnings); in c_shader_messages()
257 …EShMsgSuppressWarnings = (1 << 1), // suppress all warnings, except those required by the specifi… enumerator
1110 messages = (EShMessages)(messages | EShMsgSuppressWarnings); in SetMessageOptions()