Searched refs:texstorage (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texstorage.c | 356 texstorage(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, in texstorage() function 399 texstorage(1, target, levels, internalformat, width, 1, 1); in _mesa_TexStorage1D() 407 texstorage(2, target, levels, internalformat, width, height, 1); in _mesa_TexStorage2D() 415 texstorage(3, target, levels, internalformat, width, height, depth); in _mesa_TexStorage3D()
|
/external/mesa3d/src/mesa/ |
D | sources.mak | 99 $(SRCDIR)main/texstorage.c \
|
D | SConscript | 132 'main/texstorage.c',
|