Free EGLImages at the end of the testcase
[platform/upstream/VK-GL-CTS.git] / modules / egl / teglGLES2RenderUtil.cpp
index 9246cad..627ff09 100644 (file)
@@ -47,6 +47,11 @@ void readPixels (const glw::Functions& gl, tcu::Surface& dst, int x, int y, int
        gl.readPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr());
 }
 
+void finish (const glw::Functions& gl)
+{
+       gl.finish();
+}
+
 } // gles2
 } // egl
 } // deqp