Lines Matching refs:destroySurface
781 egl.destroySurface(m_display, m_pbuffers0[pbufferNdx]); in deinit()
792 egl.destroySurface(m_display, m_pbuffers1[pbufferNdx]); in deinit()
803 egl.destroySurface(m_display, m_sharedPbuffers[pbufferNdx]); in deinit()
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()
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()
1216 result = egl.destroySurface(m_display, pbuffers[pbufferNdx]); 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()
1448 result = egl.destroySurface(m_display, pbuffers[pbufferNdx]); in destroyObjects()
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()