Home | History | Annotate | Download | only in common

Lines Matching defs:TextureLevel

308 class TextureLevel;
324 ConstPixelBufferAccess (const TextureLevel& level);
384 PixelBufferAccess (TextureLevel& level);
408 class TextureLevel
411 TextureLevel (void);
412 TextureLevel (const TextureFormat& format);
413 TextureLevel (const TextureFormat& format, int width, int height, int depth = 1);
414 ~TextureLevel (void);