Home
last modified time | relevance | path

Searched refs:_forceformat (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/Common/
DUtil.cpp34 …ame, unsigned _target, int _level, bool& _useAlpha, bool _is2D, int *_width, unsigned _forceformat) in loadTexture() argument
55 if (_forceformat != 0 && format != _forceformat) in loadTexture()
63 switch (_forceformat) in loadTexture()
83 switch (_forceformat) in loadTexture()
105 format = _forceformat; in loadTexture()
DUtil.h16 …d _target, int _level, bool& _useAlpha, bool _is2D = true, int *_width=0, unsigned _forceformat=0);