Searched refs:errorCode (Results 1 – 4 of 4) sorted by relevance
58 void PrintGLError(const GLenum errorCode);68 GLenum errorCode = glGetError(); \69 if ( errorCode != GL_NO_ERROR ) \71 demo::PrintGLError(errorCode); \
24 void PrintGLError(const GLenum errorCode) in PrintGLError() argument26 if ( errorCode != GL_NO_ERROR ) in PrintGLError()28 switch ( errorCode ) in PrintGLError()46 NN_TLOG_("GL Error : errorCode = 0x%x\n", errorCode); in PrintGLError()
37 u32 errorCode = nn::friends::ResultToErrorCode(result); in PrintErrorCode() local38 if(errorCode != 0) in PrintErrorCode()40 NN_LOG("ERROR CODE %u\n", errorCode); in PrintErrorCode()
222 ere_param.config.errorCode = 32000; in nnMain()