Lines Matching refs:enable
989 * Flags that affect rendering. Controlled using enable/disableState(). All
1033 * Enable render state settings.
1035 * @param stateBits bitfield of StateBits specifying the states to enable
1051 * Enable or disable stateBits based on a boolean.
1053 * @param stateBits bitfield of StateBits to enable or disable
1054 * @param enable if true enable stateBits, otherwise disable
1056 void setState(uint32_t stateBits, bool enable) {
1057 if (enable) {