Lines Matching defs:get_option_bool
504 bool get_option_bool(const char* optionKey, bool* outBool, bool optional = true) const {
585 extendedOptions.get_option_bool("dit", &useDIText) &&
587 extendedOptions.get_option_bool("dmsaa", &useDMSAA) &&
589 extendedOptions.get_option_bool("stencils", &useStencils) &&
590 extendedOptions.get_option_bool("testThreading", &testThreading) &&
592 extendedOptions.get_option_bool("testPrecompile", &testPrecompile) &&
593 extendedOptions.get_option_bool("useDDLSink", &useDDLs) &&
594 extendedOptions.get_option_bool("OOPRish", &ooprish) &&
595 extendedOptions.get_option_bool("reducedShaders", &reducedShaders) &&
649 extendedOptions.get_option_bool("testPrecompile", &testPrecompile);