Searched refs:functionLastCalled (Results 1 – 2 of 2) sorted by relevance
52 bool TestEGLError(const char* functionLastCalled) in TestEGLError() argument61 printf("%s failed (%x).\n", functionLastCalled, lastError); in TestEGLError()96 bool TestGLError(const char* functionLastCalled) in TestGLError() argument105 printf("%s failed (%x).\n", functionLastCalled, lastError); in TestGLError()
69 @Input functionLastCalled Function which triggered the error73 - (BOOL) testGLError:(const char *)functionLastCalled82 NSLog(@"%s failed (%x).\n", functionLastCalled, lastError);91 @Input functionLastCalled Function which triggered the error95 - (BOOL) testEGLError:(const char *)functionLastCalled104 NSLog(@"%s failed (%x).\n", functionLastCalled, lastError);