Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/Common/
DUtil.cpp34 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()
DUtil.h16 void loadTexture(const char * _name, unsigned _target, int _level, bool& _useAlpha, bool _is2D = tr…