Home | History | Annotate | Download | only in common

Lines Matching refs:TextureLevel

231 class TextureLevel;
247 ConstPixelBufferAccess (const TextureLevel& level);
305 PixelBufferAccess (TextureLevel& level);
327 class TextureLevel
330 TextureLevel (void);
331 TextureLevel (const TextureFormat& format);
332 TextureLevel (const TextureFormat& format, int width, int height, int depth = 1);
333 ~TextureLevel (void);