Searched defs:texstorage (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexstorage.c26 * \file texstorage.c
40 #include "texstorage.h"
356 texstorage(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, function
399 texstorage(1, target, levels, internalformat, width, 1, 1);
407 texstorage(2, target, levels, internalformat, width, height, 1);
415 texstorage(3, target, levels, internalformat, width, height, depth);
/external/mesa3d/src/mesa/main/
H A Dtexstorage.c26 * \file texstorage.c
40 #include "texstorage.h"
356 texstorage(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, function
399 texstorage(1, target, levels, internalformat, width, 1, 1);
407 texstorage(2, target, levels, internalformat, width, height, 1);
415 texstorage(3, target, levels, internalformat, width, height, depth);

Completed in 248 milliseconds