Home | History | Annotate | Download | only in driver

Lines Matching refs:checkEglError

47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
164 checkEglError("eglDestroyContext");
235 checkEglError("eglGetDisplay");
239 checkEglError("eglInitialize");
252 checkEglError("eglGetConfigs", ret);
265 checkEglError("eglChooseConfig", ret);
309 checkEglError("eglCreateContext");
321 checkEglError("eglCreatePbufferSurface");
334 checkEglError("eglMakeCurrent", ret);
433 checkEglError("eglMakeCurrent", ret);
437 checkEglError("eglDestroySurface", ret);
453 checkEglError("eglCreateWindowSurface");
461 checkEglError("eglMakeCurrent", ret);