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