Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexstorage.c521 texturestorage(GLuint dims, GLuint texture, GLsizei levels, in texturestorage() function
593 texturestorage(1, texture, levels, internalformat, width, 1, 1); in _mesa_TextureStorage1D()
602 texturestorage(2, texture, levels, internalformat, width, height, 1); in _mesa_TextureStorage2D()
610 texturestorage(3, texture, levels, internalformat, width, height, depth); in _mesa_TextureStorage3D()