Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
DOGLES2HelloAPI_Windows.cpp93 bool TestEGLError(HWND hWnd, const char* pszLocation) in TestEGLError() function
263 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()
DOGLES2HelloAPI_LinuxX11.cpp52 bool TestEGLError(const char* functionLastCalled) in TestEGLError() function
311 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()