Home | History | Annotate | Download | only in opengl

Lines Matching refs:GL_UNSIGNED_SHORT_5_5_5_1

105 		case TextureFormat::UNORM_SHORT_5551:				type = GL_UNSIGNED_SHORT_5_5_5_1;			break;
411 case GL_UNSIGNED_SHORT_5_5_5_1: return TextureFormat::UNORM_SHORT_5551;