Searched refs:orientation (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/Common/ |
| D | Tga.h | 102 unsigned int *orientation); 111 unsigned int orientation,
|
| D | Util.cpp | 37 unsigned width, height, format, type, orientation; in loadTexture() local 40 pixels = (unsigned char*)dmpLoadTGA(_name, &width, &height, &format, &type, &orientation); in loadTexture()
|
| D | Tga.cpp | 221 unsigned int *orientation) in dmpLoadTGA() argument 248 if (orientation) { in dmpLoadTGA() 249 *orientation = IMAGE_LOWER_LEFT; in dmpLoadTGA()
|