Home
last modified time | relevance | path

Searched refs:errorCode (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/include/demo/Utility/
Ddemo_Utility.h58 void PrintGLError(const GLenum errorCode);
68 GLenum errorCode = glGetError(); \
69 if ( errorCode != GL_NO_ERROR ) \
71 demo::PrintGLError(errorCode); \
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Utility/
Ddemo_Utility.cpp24 void PrintGLError(const GLenum errorCode) in PrintGLError() argument
26 if ( errorCode != GL_NO_ERROR ) in PrintGLError()
28 switch ( errorCode ) in PrintGLError()
46 NN_TLOG_("GL Error : errorCode = 0x%x\n", errorCode); in PrintGLError()
/CTR-SDK-4.2.7-SampleDemos/friends/basic/
Ddemo_FriendsMain.cpp37 u32 errorCode = nn::friends::ResultToErrorCode(result); in PrintErrorCode() local
38 if(errorCode != 0) in PrintErrorCode()
40 NN_LOG("ERROR CODE %u\n", errorCode); in PrintErrorCode()
/CTR-SDK-4.2.7-SampleDemos/applet/erreula/
Derreula_demo.cpp222 ere_param.config.errorCode = 32000; in nnMain()