Searched refs:_level (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/Common/ |
| D | Util.cpp | 34 void loadTexture(const char * _name, unsigned _target, int _level, bool& _useAlpha, bool _is2D, int… in loadTexture() argument 121 glTexImage2D(_target, _level, format, width, height, 0, format, type, pixels); in loadTexture() 123 glTexImage1D(_target, _level, format, width, 0, format, type, pixels); in loadTexture()
|
| D | Util.h | 16 void loadTexture(const char * _name, unsigned _target, int _level, bool& _useAlpha, bool _is2D = tr…
|