Searched refs:_name (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/Common/ |
| D | Util.h | 16 void loadTexture(const char * _name, unsigned _target, int _level, bool& _useAlpha, bool _is2D = tr…
|
| D | Loader.cpp | 38 void loadDAT(const char* _name, dat_t* _dat) in loadDAT() argument 40 if (!_name || !_dat) in loadDAT() 50 fname = (char*)malloc(strlen(_name) + 1); in loadDAT() 55 strcpy(fname, _name); in loadDAT()
|
| D | Util.cpp | 34 void loadTexture(const char * _name, unsigned _target, int _level, bool& _useAlpha, bool _is2D, int… in loadTexture() argument 40 pixels = (unsigned char*)dmpLoadTGA(_name, &width, &height, &format, &type, &orientation); in loadTexture()
|