Lines Matching defs:Format
79 GLenum Format;
87 /* Format Type IntFormat TexelSize */
97 static GLint Format;
164 const int image_bytes = align(w * h * BytesPerTexel(Format), ALIGN);
248 FormatTable[Format].Format,
249 FormatTable[Format].Type,
262 FormatTable[Format].IntFormat, w, h, TexBorder,
263 FormatTable[Format].Format,
264 FormatTable[Format].Type,
325 sprintf(s, "Format[f]: %s Type: %s IntFormat: %s",
326 FormatStr(FormatTable[Format].Format),
327 TypeStr( FormatTable[Format].Type),
328 FormatStr(FormatTable[Format].IntFormat));
355 DownloadRate * BytesPerTexel(Format) / 1000000.0);
404 Format = (Format + 1) % NUM_FORMATS;
409 Format = (Format - 1) % NUM_FORMATS;