| /CafeSDK-2.12.13/system/include/cafe/gx2/ |
| D | gx2Draw.h | 297 void GX2API GX2DrawIndexedEx(GX2PrimitiveType mode, u32 count, 321 void GX2API GX2DrawIndexedEx2(GX2PrimitiveType mode, u32 count, 338 GX2_INLINE void GX2DrawAdaptive(GX2PrimitiveType mode, in GX2DrawAdaptive() argument 343 ASSERT(((mode == GX2_PRIMITIVE_TESSELLATE_LINES) || in GX2DrawAdaptive() 344 (mode == GX2_PRIMITIVE_TESSELLATE_TRIANGLES) || in GX2DrawAdaptive() 345 (mode == GX2_PRIMITIVE_TESSELLATE_QUADS)) && in GX2DrawAdaptive() 348 GX2DrawIndexedEx(mode, count, GX2_INDEX_FORMAT_U32_LE, pTessFactors, baseVertex, 1); in GX2DrawAdaptive() 363 GX2_INLINE void GX2DrawIndexed(GX2PrimitiveType mode, u32 count, in GX2DrawIndexed() argument 366 GX2DrawIndexedEx(mode, count, indexFormat, indices, 0, 1); in GX2DrawIndexed() 388 void GX2API GX2DrawIndexedImmediateEx(GX2PrimitiveType mode, u32 count, [all …]
|
| D | gx2Tessellation.h | 43 void GX2API GX2SetTessellation(GX2TessellationMode mode,
|
| D | gx2Display.h | 190 void GX2API GX2CalcDRCSize(GX2DRCMode mode, GX2SurfaceFormat fmt, 253 void GX2API GX2SetDRCBuffer(void *buffer, u32 size, GX2DRCMode mode,
|
| /CafeSDK-2.12.13/system/include/cafe/os/ |
| D | OSEvent.h | 37 s32 mode; member 40 void OSInitEvent(OSEvent *event, BOOL initial_state, s32 mode); 41 void OSInitEventEx(OSEvent *event, BOOL initial_state, s32 mode, char * name);
|
| D | OSMemmap.h | 48 BOOL OSMapMemory(va_t va, pa_t pa, size_t size, int mode);
|
| D | OSError.h | 73 u32 mode; member
|
| /CafeSDK-2.12.13/system/include/nn/temp/ |
| D | temp_ApiExpose.h | 53 FSMode mode, 89 FSMode mode,
|
| D | temp_Api.h | 173 const char *mode, 217 const char *mode, 258 const char *mode, 304 const char *mode,
|
| /CafeSDK-2.12.13/system/src/lib/libsys/ |
| D | ind_io.c | 146 int mode; in __ghs_hostio_open() local 152 mode = va_arg(va, int); in __ghs_hostio_open() 156 mode = 066; in __ghs_hostio_open() 159 return __ghs_syscall(SYSCALL_OPEN2, filename, flags, mode); in __ghs_hostio_open()
|
| D | ind_io.h | 22 int open (const char *filename, int mode, ...); 39 int __ghs_hostio_open (const char *filename, int mode, ...);
|
| D | ind_stat.c | 30 int access(const char *name, int mode) { in access() argument 32 return __ghs_syscall(SYSCALL_ACCESS, name, mode); in access()
|
| /CafeSDK-2.12.13/system/include/nn/save/ |
| D | save_Api.h | 138 const char *mode, 147 const char *mode, 196 const char *mode, 206 const char *mode, 255 const char *mode, 265 const char *mode, 315 const char *mode, 326 const char *mode, 375 const char *mode, 385 const char *mode, [all …]
|
| /CafeSDK-2.12.13/system/include/cafe/vpad/ |
| D | vpadAPIs.h | 69 void VPADSetAccPlayMode ( s32 chan, VPADPlayMode mode ) ; 72 void VPADSetButtonProcMode ( s32 chan, u8 mode ) ; 113 VPADGyroZeroDriftMode mode ) ; 115 VPADGyroZeroDriftMode *mode ) ; 143 s32 VPADSetLcdMode( s32 chan, VPADLcdMode mode ) ; 144 s32 VPADGetLcdMode( s32 chan, VPADLcdMode *mode ) ;
|
| /CafeSDK-2.12.13/system/include/cafe/ |
| D | kpr.h | 43 KPRMode mode; member 55 void KPRSetMode ( KPRQueue *queue, KPRMode mode );
|
| D | mix.h | 91 u32 mode; member 133 void MIXSetSoundMode (u32 mode); 140 u32 mode, // initial aux A, B, mute modes 198 u32 mode, // initial aux mode 206 u32 mode, // initial aux mode 235 u32 mode, // aux0,1,2,3 modes 315 … MIXInitDeviceControl(AXVPB *p, AXPBDeviceType device, u32 Id, MIXCntrlStruct *mcPtr, u32 mode); 343 void MIXSetDeviceSoundMode(AXPBDeviceType device, u32 mode); 346 void MIXInitInputControl(AXVPB *voice, s16 input, u32 mode);
|
| D | axfx.h | 1184 AXFX_REVERB_MODE mode; member 1207 BOOL AXFXMultiChReverbInit (AXFX_MULTI_CH_REVERB *reverb, AXFX_REVERB_MODE mode, A… 1228 AXFX_DELAY_MODE mode; member 1242 BOOL AXFXMultiChDelayInit (AXFX_MULTI_CH_DELAY *delay, AXFX_DELAY_MODE mode, AXFX_SAMPLE_… 1286 AXFX_CHORUS_MODE mode; member 1306 BOOL AXFXMultiChChorusInit (AXFX_MULTI_CH_CHORUS *chorus, AXFX_CHORUS_MODE mode, AXFX_SAM… 1415 s32 AXFX2ReverbGetMemSize (AXFX_REVERB_MODE mode, AXFX_SAMPLE_RATE sampleRate); 1416 BOOL AXFX2ReverbInit (AXFX2_REVERB *reverb, AXFX_REVERB_MODE mode, AXFX_SAMPLE_RA… 1449 s32 AXFX2ReverbI3dl2GetMemSize (AXFX_REVERB_MODE mode, AXFX_SAMPLE_RATE sampleRat… 1450 … (AXFX2_REVERB_I3DL2 *reverb_i3dl2, AXFX_REVERB_MODE mode, AXFX_SAMPLE_RATE s… [all …]
|
| /CafeSDK-2.12.13/system/include/cafe/pads/kpad/ |
| D | kpad.h | 355 void KPADSetPosPlayMode ( s32 chan, KPADPlayMode mode ) ; 356 void KPADSetHoriPlayMode( s32 chan, KPADPlayMode mode ) ; 357 void KPADSetDistPlayMode( s32 chan, KPADPlayMode mode ) ; 358 void KPADSetAccPlayMode ( s32 chan, KPADPlayMode mode ) ; 368 void KPADSetButtonProcMode( s32 chan, u8 mode ) ; 375 void KPADEnableMpls ( s32 chan, u8 mode ) ; 439 void KPADSetMplsZeroDriftMode ( s32 chan, KPADMplsZeroDriftMode mode ) ; 440 void KPADGetMplsZeroDriftMode ( s32 chan, KPADMplsZeroDriftMode *mode ) ; 446 void KPADSetDpdDetection ( u8 mode ) ;
|
| /CafeSDK-2.12.13/system/include/nn/swkbd/ |
| D | swkbd_AppearArg.h | 218 void setKeyboardMode( KeyboardMode mode, u32 flag = cKeyboardFlag_All ) 220 mKeyboardArg.mConfigArg.mKeyboardMode = mode; 304 , PasswordMode mode = cPasswordMode_Disable 315 mInputFormArg.mPasswordMode = mode;
|
| /CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/ |
| D | demoFWB.h | 68 s32 DEMOFWBOpenFile(const char* path, DEMOFWBFileInfo* fwbFileInfo, const char* mode, u32 writeBuff…
|
| D | demoFS.h | 88 s32 DEMOFSOpenFileMode(const char* path, DEMOFSFileInfo* info, const char* mode);
|
| /CafeSDK-2.12.13/system/include/cafe/demo/ |
| D | demoFWB.h | 68 s32 DEMOFWBOpenFile(const char* path, DEMOFWBFileInfo* fwbFileInfo, const char* mode, u32 writeBuff…
|
| D | demoFS.h | 88 s32 DEMOFSOpenFileMode(const char* path, DEMOFSFileInfo* info, const char* mode);
|
| /CafeSDK-2.12.13/system/src/lib/demo/ |
| D | demoFWB.c | 23 s32 DEMOFWBOpenFile(const char* path, DEMOFWBFileInfo* fwbFileInfo, const char* mode, u32 writeBuff… in DEMOFWBOpenFile() argument 26 (NULL == mode) || in DEMOFWBOpenFile() 34 s32 openResult = DEMOFSOpenFileMode(path, &(fwbFileInfo->fileInfo), mode); in DEMOFWBOpenFile()
|
| D | demoDRCCamera.c | 135 DEMODRCCameraSetupInfo.mode.display = DRC_CAMERA_DOWNSTREAM; in DEMODRCCameraInit() 136 DEMODRCCameraSetupInfo.mode.fps = fps; in DEMODRCCameraInit()
|
| /CafeSDK-2.12.13/system/include/nn/ac/ |
| D | ac_Config.h | 148 void SetAddressObtainMode( Config* pConfig, u32 mode ); 367 void SetPrivacyMode( Config* pConfig, u16 mode ); 960 NN_EXTERN_C void ACSetAddressObtainMode( ACConfig* pConfig, u32 mode ); 1027 NN_EXTERN_C void ACSetPrivacyMode( ACConfig* pConfig, u16 mode );
|