Home | History | Annotate | Download | only in opengl

Lines Matching refs:UNORM_SHORT_4444

96 		case TextureFormat::UNORM_SHORT_4444:				type = GL_UNSIGNED_SHORT_4_4_4_4;			break;
143 case FMT_CASE(RGBA, UNORM_SHORT_4444): return GL_RGBA4;
291 case GL_UNSIGNED_SHORT_4_4_4_4: return TextureFormat::UNORM_SHORT_4444;
356 case GL_RGBA4: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_4444);