Searched refs:texData (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dprojtex.c260 static GLubyte *texData; local in function:loadSpotlightTexture
264 if (!texData) {
268 texData = (GLubyte *) malloc(texWidth * texHeight * 4 * sizeof(GLubyte));
270 p = texData;
301 GL_RGBA, GL_UNSIGNED_BYTE, texData);

Completed in 2 milliseconds