Searched refs:texstorage_error (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texstorage.c | 522 texstorage_error(GLuint dims, GLenum target, GLsizei levels, in texstorage_error() function 644 texstorage_error(1, target, levels, internalformat, width, 1, 1, in _mesa_TexStorage1D() 662 texstorage_error(2, target, levels, internalformat, width, height, 1, in _mesa_TexStorage2D() 680 texstorage_error(3, target, levels, internalformat, width, height, depth, in _mesa_TexStorage3D()
|