Home | History | Annotate | Download | only in opengl

Lines Matching refs:UNSIGNED_INT16

59 		case TextureFormat::UNSIGNED_INT16:
102 case TextureFormat::UNSIGNED_INT16: type = GL_UNSIGNED_SHORT; break;
155 case FMT_CASE(RGBA, UNSIGNED_INT16): return GL_RGBA16UI;
173 case FMT_CASE(RGB, UNSIGNED_INT16): return GL_RGB16UI;
188 case FMT_CASE(RG, UNSIGNED_INT16): return GL_RG16UI;
201 case FMT_CASE(R, UNSIGNED_INT16): return GL_R16UI;
286 case GL_UNSIGNED_SHORT: return normalized ? TextureFormat::UNORM_INT16 : TextureFormat::UNSIGNED_INT16;
368 case GL_RGBA16UI: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT16);
386 case GL_RGB16UI: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT16);
401 case GL_RG16UI: return TextureFormat(TextureFormat::RG, TextureFormat::UNSIGNED_INT16);
414 case GL_R16UI: return TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT16);