Lines Matching defs:VolumeTexture
290 struct VolumeTexture struct
292 static bool A8;
293 static bool R5G6B5;
294 static bool X1R5G5B5;
295 static bool A1R5G5B5;
296 static bool A4R4G4B4;
297 static bool R3G3B2;
298 static bool A8R3G3B2;
299 static bool X4R4G4B4;
300 static bool R8G8B8;
301 static bool X8R8G8B8;
302 static bool A8R8G8B8;
303 static bool A8B8G8R8;
304 static bool X8B8G8R8;
306 static bool P8;
307 static bool A8P8;
309 static bool G16R16;
310 static bool A2R10G10B10;
311 static bool A2B10G10R10;
312 static bool A16B16G16R16;
314 static bool DXT1;
315 static bool DXT2;
316 static bool DXT3;
317 static bool DXT4;
318 static bool DXT5;
319 static bool ATI1;
320 static bool ATI2;
322 static bool R16F;
323 static bool G16R16F;
324 static bool A16B16G16R16F;
325 static bool R32F;
326 static bool G32R32F;
327 static bool A32B32G32R32F;
329 static bool V8U8;
330 static bool L6V5U5;
331 static bool X8L8V8U8;
332 static bool Q8W8V8U8;
333 static bool V16U16;
334 static bool A2W10V10U10;
335 static bool Q16W16V16U16;
337 static bool L8;
338 static bool A4L4;
339 static bool L16;
340 static bool A8L8;