Searched refs:texstorage_no_error (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texstorage.c | 564 texstorage_no_error(GLuint dims, GLenum target, GLsizei levels, in texstorage_no_error() function 637 texstorage_no_error(1, target, levels, internalformat, width, 1, 1); in _mesa_TexStorage1D_no_error() 655 texstorage_no_error(2, target, levels, internalformat, width, height, 1); in _mesa_TexStorage2D_no_error() 673 texstorage_no_error(3, target, levels, internalformat, width, height, depth); in _mesa_TexStorage3D_no_error()
|