X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Fteximage.h;h=ee4b1ac859550c1c3b52e7a2f49c1bea3e269a00;hp=bd835883774caf2cadd62632cf4c4b5cdd84f5f6;hb=b68ff2b8731427b3b68c9c81902f7ba93606caaf;hpb=1fe23d0e22afee2cccafaec4d06399bdcca0f7d6 diff --git a/src/mesa/main/teximage.h b/src/mesa/main/teximage.h index bd835883774..ee4b1ac8595 100644 --- a/src/mesa/main/teximage.h +++ b/src/mesa/main/teximage.h @@ -330,6 +330,12 @@ _mesa_TexImage3D_no_error(GLenum target, GLint level, GLint internalformat, extern void GLAPIENTRY _mesa_EGLImageTargetTexture2DOES( GLenum target, GLeglImageOES image ); +extern void GLAPIENTRY +_mesa_EGLImageTargetTexStorageEXT(GLenum target, GLeglImageOES image, + const GLint *attrib_list); +extern void GLAPIENTRY +_mesa_EGLImageTargetTextureStorageEXT(GLuint texture, GLeglImageOES image, + const GLint *attrib_list); void GLAPIENTRY _mesa_TexSubImage1D_no_error(GLenum target, GLint level, GLint xoffset, GLsizei width,