Lines Matching defs:Texture
343 struct Texture struct
345 struct RenderTarget
374 struct DepthStencil
387 static bool NULL_;
388 static bool A8;
389 static bool R5G6B5;
390 static bool X1R5G5B5;
391 static bool A1R5G5B5;
392 static bool A4R4G4B4;
393 static bool R3G3B2;
394 static bool A8R3G3B2;
395 static bool X4R4G4B4;
396 static bool R8G8B8;
397 static bool X8R8G8B8;
398 static bool A8R8G8B8;
399 static bool A8B8G8R8;
400 static bool X8B8G8R8;
402 static bool P8;
403 static bool A8P8;
405 static bool G16R16;
406 static bool A2R10G10B10;
407 static bool A2B10G10R10;
408 static bool A16B16G16R16;
410 static bool DXT1;
411 static bool DXT2;
412 static bool DXT3;
413 static bool DXT4;
414 static bool DXT5;
415 static bool ATI1;
416 static bool ATI2;
418 static bool R16F;
419 static bool G16R16F;
420 static bool A16B16G16R16F;
421 static bool R32F;
422 static bool G32R32F;
423 static bool A32B32G32R32F;
425 static bool V8U8;
426 static bool L6V5U5;
427 static bool X8L8V8U8;
428 static bool Q8W8V8U8;
429 static bool V16U16;
430 static bool A2W10V10U10;
431 static bool Q16W16V16U16;
433 static bool L8;
434 static bool A4L4;
435 static bool L16;
436 static bool A8L8;
438 static bool D32;
439 static bool D24S8;
440 static bool D24X8;
441 static bool D16;
442 static bool D24FS8;
443 static bool D32F_LOCKABLE;
444 static bool DF24;
445 static bool DF16;
446 static bool INTZ;