Searched refs:eglStat (Results 1 – 1 of 1) sorted by relevance
57 EGLint eglStat = EGL_SUCCESS; in CreatePlatformSurface() local79 CHECK_EGL_ERROR("eglGetDisplay", eglStat); in CreatePlatformSurface()82 CHECK_EGL_ERROR("eglInitialize", eglStat); in CreatePlatformSurface()86 CHECK_EGL_ERROR("eglBindAPI", eglStat); in CreatePlatformSurface()90 CHECK_EGL_ERROR("eglChooseConfig", eglStat); in CreatePlatformSurface()95 CHECK_EGL_ERROR("eglCreateWindowSurface", eglStat); in CreatePlatformSurface()98 CHECK_EGL_ERROR("eglCreateContext", eglStat); in CreatePlatformSurface()101 CHECK_EGL_ERROR("eglMakeCurrent", eglStat); in CreatePlatformSurface()