Home | History | Annotate | Download | only in egl

Lines Matching refs:second

814 		if (m_nativePixmaps0[pixmapNdx].second != EGL_NO_SURFACE)
815 TCU_CHECK_EGL_CALL(eglDestroySurface(m_display, m_nativePixmaps0[pixmapNdx].second));
817 m_nativePixmaps0[pixmapNdx].second = EGL_NO_SURFACE;
825 if (m_nativePixmaps1[pixmapNdx].second != EGL_NO_SURFACE)
826 TCU_CHECK_EGL_CALL(eglDestroySurface(m_display, m_nativePixmaps1[pixmapNdx].second));
828 m_nativePixmaps1[pixmapNdx].second = EGL_NO_SURFACE;
836 if (m_sharedNativePixmaps[pixmapNdx].second != EGL_NO_SURFACE)
837 TCU_CHECK_EGL_CALL(eglDestroySurface(m_display, m_sharedNativePixmaps[pixmapNdx].second));
839 m_sharedNativePixmaps[pixmapNdx].second = EGL_NO_SURFACE;
848 if (m_nativeWindows1[windowNdx].second != EGL_NO_SURFACE)
849 TCU_CHECK_EGL_CALL(eglDestroySurface(m_display, m_nativeWindows1[windowNdx].second));
851 m_nativeWindows1[windowNdx].second = EGL_NO_SURFACE;
859 if (m_nativeWindows0[windowNdx].second != EGL_NO_SURFACE)
860 TCU_CHECK_EGL_CALL(eglDestroySurface(m_display, m_nativeWindows0[windowNdx].second));
862 m_nativeWindows0[windowNdx].second = EGL_NO_SURFACE;
870 if (m_sharedNativeWindows[windowNdx].second != EGL_NO_SURFACE)
871 TCU_CHECK_EGL_CALL(eglDestroySurface(m_display, m_sharedNativeWindows[windowNdx].second));
873 m_sharedNativeWindows[windowNdx].second = EGL_NO_SURFACE;
928 // Push second threads objects to shared
945 // Pull surfaces for second thread from shared surfaces
1187 thread.getLog() << ThreadLog::BeginMessage << "eglDestroySurface(" << m_display << ", " << windows[windowNdx].second << ")" << ThreadLog::EndMessage;
1189 TCU_CHECK_EGL_CALL(eglDestroySurface(m_display, windows[windowNdx].second));
1190 windows[windowNdx].second = EGL_NO_SURFACE;
1205 thread.getLog() << ThreadLog::BeginMessage << "eglDestroySurface(" << m_display << ", " << pixmaps[pixmapNdx].second << ")" << ThreadLog::EndMessage;
1206 TCU_CHECK_EGL_CALL(eglDestroySurface(m_display, pixmaps[pixmapNdx].second));
1207 pixmaps[pixmapNdx].second = EGL_NO_SURFACE;
1333 surface = m_sharedNativePixmaps[rnd.getInt(0, (int)(m_sharedNativePixmaps.size()-1))].second;
1337 surface = m_sharedNativeWindows[rnd.getInt(0, (int)(m_sharedNativeWindows.size()-1))].second;
1414 if (windows[windowNdx].second != EGL_NO_SURFACE)
1416 thread.getLog() << ThreadLog::BeginMessage << "eglDestroySurface(" << m_display << ", " << windows[windowNdx].second << ")" << ThreadLog::EndMessage;
1417 TCU_CHECK_EGL_CALL(eglDestroySurface(m_display, windows[windowNdx].second));
1418 windows[windowNdx].second = EGL_NO_SURFACE;
1433 thread.getLog() << ThreadLog::BeginMessage << "eglDestroySurface(" << m_display << ", " << pixmaps[pixmapNdx].second << ")" << ThreadLog::EndMessage;
1434 TCU_CHECK_EGL_CALL(eglDestroySurface(m_display, pixmaps[pixmapNdx].second));
1435 pixmaps[pixmapNdx].second = EGL_NO_SURFACE;