Searched refs:TestEGLError (Results 1 – 2 of 2) sorted by relevance
93 bool TestEGLError(HWND hWnd, const char* pszLocation) in TestEGLError() function263 if (!TestEGLError(hWnd, "eglBindAPI")) in WinMain()317 if (!TestEGLError(hWnd, "eglCreateWindowSurface")) in WinMain()330 if (!TestEGLError(hWnd, "eglCreateContext")) in WinMain()346 if (!TestEGLError(hWnd, "eglMakeCurrent")) in WinMain()513 if (!TestEGLError(hWnd, "eglSwapBuffers")) in WinMain()
52 bool TestEGLError(const char* functionLastCalled) in TestEGLError() function311 if (!TestEGLError("eglCreateWindowSurface")) in CreateEGLSurface()346 if (!TestEGLError("eglCreateContext")) in SetupEGLContext()356 if (!TestEGLError("eglBindAPI")) in SetupEGLContext()367 if (!TestEGLError("eglMakeCurrent")) in SetupEGLContext()658 TestEGLError("eglSwapBuffers"); in RenderScene()