Searched refs:enable (Results 1 – 10 of 10) sorted by relevance
| /CTR-SDK-0.14.4/include/nn/mic/CTR/ |
| D | mic_Api.h | 242 Result SetAmp( bool enable ); 276 Result SetLowPassFilter( bool enable ); 308 Result SetClamp( bool enable );
|
| /CTR-SDK-0.14.4/include/nn/y2r/CTR/ |
| D | y2r_Api.h | 45 void SetSpacialDithering( bool enable ); 47 void SetTemporalDithering( bool enable ); 49 void SetTransferEndInterrupt( bool enable ); 193 inline void SetSpacialDithering( bool enable ) in SetSpacialDithering() argument 195 detail::SetSpacialDithering(enable); in SetSpacialDithering() 213 inline void SetTemporalDithering( bool enable ) in SetTemporalDithering() argument 215 detail::SetTemporalDithering(enable); in SetTemporalDithering() 234 inline void SetTransferEndInterrupt( bool enable ) in SetTransferEndInterrupt() argument 236 detail::SetTransferEndInterrupt(enable); in SetTransferEndInterrupt()
|
| D | y2r_Y2r.h | 104 static nn::Result SetSpacialDithering( bool enable ); 106 static nn::Result SetTemporalDithering( bool enable ); 108 static nn::Result SetTransferEndInterrupt( bool enable );
|
| /CTR-SDK-0.14.4/include/nn/snd/CTR/MPCore/ |
| D | snd_Voice.h | 197 void EnableMonoFilter(bool enable); 221 void EnableBiquadFilter(bool enable); 356 void EnableMonoFilterCommand(bool enable); 359 void EnableBiquadFilterCommand(bool enable);
|
| D | snd_OutputCapture.h | 99 void Enable(bool enable = true);
|
| D | snd_Api.h | 120 void EnableSoundThreadTickCounter(bool enable);
|
| /CTR-SDK-0.14.4/include/nn/gx/CTR/ |
| D | gx_MacroOld.h | 212 #define PICA_CMD_DATA_FRAG_OP_ALPHA_TEST( enable, func, value ) \ argument 213 ( enable | (func) << 4 | (value) << 8 ) 569 #define PICA_CMD_DATA_TEX0_WRAP_FILTER( magFilter, minFilter, isETC1, wrapT, wrapS, enable, minFilt… argument 570 …ter) << 2 | ( (isETC1) ? 2 : 0 ) << 4 | (wrapT) << 8 | (wrapS) << 12 | 0 << 16 | (enable) << 20 | \
|
| D | gx_MacroMisc.h | 406 #define PICA_CMD_DATA_FRAGOP_ALPHA_TEST( enable, func, value ) \ argument 407 ( ((enable) ? 1 : 0) | \
|
| /CTR-SDK-0.14.4/include/nn/camera/CTR/ |
| D | camera_Api.h | 52 void SetTrimming( Port port, bool enable ); 326 inline void SetTrimming( Port port, bool enable ) in SetTrimming() argument 328 detail::SetTrimming(port, enable); in SetTrimming()
|
| D | camera_Camera.h | 128 static nn::Result SetTrimming( nn::camera::CTR::Port port, bool enable );
|