34 mTexResizeMode( TRM_PT_CONST_SIZE ),
37 mFrameAdvise( false ),
38 mInvalidateData(false)
53 int width = std::max(1, _size.
width);
54 int height = std::max(1, _size.
height);
61 int width = std::max(1, _width);
62 int height = std::max(1, _height);
89 int width = std::max(1, _width);
90 int height = std::max(1, _height);
139 _width = std::max(1, _width);
140 _height = std::max(1, _height);
252 validate( width, height, usage, format );