Merge "CP: Handle EGL_EXT_yuv_surface in eglChooseConfig() tests" into nougat-cts-dev
[platform/upstream/VK-GL-CTS.git] / framework / opengl / wrapper / glwTypes.inl
index f846184..76d3d1a 100644 (file)
@@ -84,3 +84,6 @@ typedef void*                         GLeglImageOES;
 
 /* Callback for GL_ARB_debug_output. */
 typedef void (GLW_APIENTRY* GLDEBUGPROC) (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *message, GLvoid *userParam);
+
+/* OES_EGL_image */
+typedef void*                          GLeglImageOES;