Searched refs:enable (Results 1 – 12 of 12) sorted by relevance
| /CTR-SDK-2.4.0/include/nn/mic/CTR/ |
| D | mic_Api.h | 254 Result SetAmp( bool enable ); 293 Result SetLowPassFilter( bool enable ); 326 Result SetClamp( bool enable );
|
| /CTR-SDK-2.4.0/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 | 105 static nn::Result SetSpacialDithering( bool enable ); 107 static nn::Result SetTemporalDithering( bool enable ); 109 static nn::Result SetTransferEndInterrupt( bool enable );
|
| /CTR-SDK-2.4.0/include/nn/snd/CTR/MPCore/ |
| D | snd_Voice.h | 220 void EnableMonoFilter(bool enable); 244 void EnableBiquadFilter(bool enable); 379 void EnableMonoFilterCommand(bool enable); 382 void EnableBiquadFilterCommand(bool enable);
|
| D | snd_OutputCapture.h | 99 void Enable(bool enable = true);
|
| D | snd_Api.h | 121 void EnableSoundThreadTickCounter(bool enable);
|
| /CTR-SDK-2.4.0/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-2.4.0/include/nn/camera/CTR/ |
| D | camera_Api.h | 51 void SetTrimming( Port port, bool enable ); 79 nn::Result SetBrightnessSynchronization( bool enable ); 339 inline void SetTrimming( Port port, bool enable ) in SetTrimming() argument 341 detail::SetTrimming(port, enable); in SetTrimming() 782 inline nn::Result SetBrightnessSynchronization( bool enable ) in SetBrightnessSynchronization() argument 784 return detail::SetBrightnessSynchronization( enable ); in SetBrightnessSynchronization()
|
| D | camera_Camera.h | 128 static nn::Result SetTrimming( nn::camera::CTR::Port port, bool enable ); 176 static nn::Result SetBrightnessSynchronization( bool enable );
|
| /CTR-SDK-2.4.0/include/nn/gd/CTR/ |
| D | gd_Rasterizer.h | 276 static void SetEarlyDepthTest(gdBool enable, EarlyDepthFunction func);
|
| D | gd_OutputStage.h | 699 static void SetAlphaTest(gdBool enable, AlphaFunction func, u8 alphaRef);
|