19 mTexResizeMode( TRM_PT_CONST_SIZE ),
22 mFrameAdvise( false ),
23 mInvalidateData(false)
38 int width = std::max(1, _size.
width);
39 int height = std::max(1, _size.
height);
46 int width = std::max(1, _width);
47 int height = std::max(1, _height);
76 int width = std::max(1, _width);
77 int height = std::max(1, _height);
130 _width = std::max(1, _width);
131 _height = std::max(1, _height);
241 validate( width, height, usage, format );