Lines Matching defs:texBuffer
127 GLubyte texBuffer[1000];
134 texBuffer[i] = format->redTexel;
137 texBuffer[i] = format->greenTexel;
141 GLushort *us = (GLushort *) texBuffer;
154 GLuint *ui = (GLuint *) texBuffer;
183 format->format, format->type, texBuffer);
187 format->format, format->type, texBuffer);
191 format->format, format->type, texBuffer);
209 memset(texBuffer, 255, 1000);
211 GL_RGB, GL_UNSIGNED_BYTE, texBuffer);