Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexstorage.c356 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/
Dsources.mak99 $(SRCDIR)main/texstorage.c \
DSConscript132 'main/texstorage.c',