Home
last modified time | relevance | path

Searched refs:functionLastCalled (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
DOGLES2HelloAPI_LinuxX11.cpp52 bool TestEGLError(const char* functionLastCalled) in TestEGLError() argument
61 printf("%s failed (%x).\n", functionLastCalled, lastError); in TestEGLError()
96 bool TestGLError(const char* functionLastCalled) in TestGLError() argument
105 printf("%s failed (%x).\n", functionLastCalled, lastError); in TestGLError()
DOGLES2HelloAPI_OSX.mm69 @Input functionLastCalled Function which triggered the error
73 - (BOOL) testGLError:(const char *)functionLastCalled
82 NSLog(@"%s failed (%x).\n", functionLastCalled, lastError);
91 @Input functionLastCalled Function which triggered the error
95 - (BOOL) testEGLError:(const char *)functionLastCalled
104 NSLog(@"%s failed (%x).\n", functionLastCalled, lastError);