Searched refs:texturestorage_error (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | texstorage.c | 632 texturestorage_error(GLuint dims, GLuint texture, GLsizei levels, in texturestorage_error() function 750 texturestorage_error(1, texture, levels, internalformat, width, 1, 1, in _mesa_TextureStorage1D() 769 texturestorage_error(2, texture, levels, internalformat, width, height, 1, in _mesa_TextureStorage2D() 788 texturestorage_error(3, texture, levels, internalformat, width, height, depth, in _mesa_TextureStorage3D() 805 texturestorage_error(1, texture, levels, internalformat, width, 1, 1, in _mesa_TextureStorage1DEXT() 822 texturestorage_error(2, texture, levels, internalformat, width, height, 1, in _mesa_TextureStorage2DEXT() 839 texturestorage_error(3, texture, levels, internalformat, width, height, depth, in _mesa_TextureStorage3DEXT()
|
Completed in 2 milliseconds