Lines Matching refs:EGLU_CHECK_CALL
80 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API)); in createGLES2Context()
381 EGLU_CHECK_CALL(egl, makeCurrent(display, *surface, *surface, context)); in testNativeWindow()
393 EGLU_CHECK_CALL(egl, swapBuffers(display, *surface)); in testNativeWindow()
394 EGLU_CHECK_CALL(egl, waitClient()); in testNativeWindow()
401 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in testNativeWindow()
428 EGLU_CHECK_CALL(egl, makeCurrent(display, *surface, *surface, context)); in testNativePixmap()
440 EGLU_CHECK_CALL(egl, waitClient()); in testNativePixmap()
446 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in testNativePixmap()
472 EGLU_CHECK_CALL(egl, makeCurrent(display, *surface, *surface, context)); in testNativePixmapCopy()
484 EGLU_CHECK_CALL(egl, copyBuffers(display, *surface, nativePixmap.getLegacyNative())); in testNativePixmapCopy()
485 EGLU_CHECK_CALL(egl, waitClient()); in testNativePixmapCopy()
491 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in testNativePixmapCopy()