Lines Matching refs:EGLU_CHECK_CALL
847 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativePixmaps0[pixmapNdx].second)); in deinit()
858 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativePixmaps1[pixmapNdx].second)); in deinit()
869 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_sharedNativePixmaps[pixmapNdx].second)); in deinit()
881 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativeWindows1[windowNdx].second)); in deinit()
892 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativeWindows0[windowNdx].second)); in deinit()
903 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_sharedNativeWindows[windowNdx].second)); in deinit()
939 EGLU_CHECK_CALL(egl, chooseConfig(m_display, attribList, &m_config, 1, &configCount)); in runThread()
1124 EGLU_CHECK_CALL(egl, destroySurface(m_display, surface)); in createDestroyObjects()
1151 EGLU_CHECK_CALL(egl, destroySurface(m_display, surface)); in createDestroyObjects()
1176 EGLU_CHECK_CALL(egl, destroySurface(m_display, surface)); in createDestroyObjects()
1187 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API)); in createDestroyObjects()
1231 EGLU_CHECK_CALL(egl, destroySurface(m_display, windows[windowNdx].second)); in createDestroyObjects()
1248 EGLU_CHECK_CALL(egl, destroySurface(m_display, pixmaps[pixmapNdx].second)); in createDestroyObjects()
1261 EGLU_CHECK_CALL(egl, destroyContext(m_display, contexts[contextNdx])); in createDestroyObjects()
1461 EGLU_CHECK_CALL(egl, destroySurface(m_display, windows[windowNdx].second)); in destroyObjects()
1478 EGLU_CHECK_CALL(egl, destroySurface(m_display, pixmaps[pixmapNdx].second)); in destroyObjects()
1494 EGLU_CHECK_CALL(egl, destroyContext(m_display, contexts[contextNdx])); in destroyObjects()