Home
last modified time | relevance | path

Searched refs:texturestorage_error (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexstorage.c580 texturestorage_error(GLuint dims, GLuint texture, GLsizei levels, in texturestorage_error() function
698 texturestorage_error(1, texture, levels, internalformat, width, 1, 1, in _mesa_TextureStorage1D()
717 texturestorage_error(2, texture, levels, internalformat, width, height, 1, in _mesa_TextureStorage2D()
736 texturestorage_error(3, texture, levels, internalformat, width, height, depth, in _mesa_TextureStorage3D()
753 texturestorage_error(1, texture, levels, internalformat, width, 1, 1, in _mesa_TextureStorage1DEXT()
770 texturestorage_error(2, texture, levels, internalformat, width, height, 1, in _mesa_TextureStorage2DEXT()
787 texturestorage_error(3, texture, levels, internalformat, width, height, depth, in _mesa_TextureStorage3DEXT()