Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexstorage.c477 texstorage(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, in texstorage() function
569 texstorage(1, target, levels, internalformat, width, 1, 1); in _mesa_TexStorage1D()
577 texstorage(2, target, levels, internalformat, width, height, 1); in _mesa_TexStorage2D()
585 texstorage(3, target, levels, internalformat, width, height, depth); in _mesa_TexStorage3D()
/external/mesa3d/src/mesa/
DMakefile.sources231 main/texstorage.c \
232 main/texstorage.h \