Searched refs:texstorage_no_error (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | texstorage.c | 616 texstorage_no_error(GLuint dims, GLenum target, GLsizei levels, in texstorage_no_error() function 689 texstorage_no_error(1, target, levels, internalformat, width, 1, 1); in _mesa_TexStorage1D_no_error() 707 texstorage_no_error(2, target, levels, internalformat, width, height, 1); in _mesa_TexStorage2D_no_error() 725 texstorage_no_error(3, target, levels, internalformat, width, height, depth); in _mesa_TexStorage3D_no_error()
|
Completed in 2 milliseconds