Lines Matching defs:Surface
43 struct Surface struct
45 struct RenderTarget
74 struct DepthStencil
87 static bool A8;
88 static bool R5G6B5;
89 static bool X1R5G5B5;
90 static bool A1R5G5B5;
91 static bool A4R4G4B4;
92 static bool R3G3B2;
93 static bool A8R3G3B2;
94 static bool X4R4G4B4;
95 static bool R8G8B8;
96 static bool X8R8G8B8;
97 static bool A8R8G8B8;
98 static bool A8B8G8R8;
99 static bool X8B8G8R8;
101 static bool P8;
102 static bool A8P8;
104 static bool G16R16;
105 static bool A2R10G10B10;
106 static bool A2B10G10R10;
107 static bool A16B16G16R16;
109 static bool DXT1;
110 static bool DXT2;
111 static bool DXT3;
112 static bool DXT4;
113 static bool DXT5;
114 static bool ATI1;
115 static bool ATI2;
117 static bool R16F;
118 static bool G16R16F;
119 static bool A16B16G16R16F;
120 static bool R32F;
121 static bool G32R32F;
122 static bool A32B32G32R32F;
124 static bool V8U8;
125 static bool L6V5U5;
126 static bool X8L8V8U8;
127 static bool Q8W8V8U8;
128 static bool V16U16;
129 static bool A2W10V10U10;
130 static bool Q16W16V16U16;
132 static bool L8;
133 static bool A4L4;
134 static bool L16;
135 static bool A8L8;
137 static bool NVDB;
139 static bool ATOC;